Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Apache

...

OFBiz

...

Release

...

Plan

...

(aka

...

How

...

to

...

do

...

an

...

OFBiz

...

Release)

...

Steps

...

for

...

testing

...

a

...

revision

...

or

...

branch

...

before

...

a

...

release:

...

  1.  svn export http://svn.apache.org/repos/asf/incubator/ofbiz/trunk

...

  1. ofbiz

...

Steps

...

for

...

a

...

test

...

snapshot

...

type

...

"release":

...

  1. svn

...

  1. export

...

  1. http://svn.apache.org/repos/asf/incubator/ofbiz/trunk

...

  1. ofbiz

...

  1. cd

...

  1. ofbiz

...

  1. echo

...

  1. \${revision-number}

...

  1. >

...

  1. REVISION

...

  1. ant

...

  1. run-install

...

  1. cd

...

  1. ..

...

  1. zip

...

  1. -r

...

  1. apache-ofbiz-incubating-4.0.0.RC1.zip

...

  1. ofbiz/

...

  1. tar

...

  1. -czvf

...

  1. apache-ofbiz-incubating-4.0.0.RC1.tgz

...

  1. ofbiz/

...

  1. *

...

  1. gpg

...

  1. --output

...

  1. apache-ofbiz-incubating-4.0.0.RC1.zip.asc

...

  1. --detach-sig

...

  1. --armor

...

  1. apache-ofbiz-incubating-4.0.0.RC1.zip

...

  1. gpg

...

  1. --output

...

  1. apache-ofbiz-incubating-4.0.0.RC1.tgz.asc

...

  1. --detach-sig

...

  1. --armor

...

  1. apache-ofbiz-incubating-4.0.0.RC1.tgz

...

  1. openssl

...

  1. md5

...

  1. apache-ofbiz-incubating-4.0.0.RC1.zip

...

  1. >

...

  1. apache-ofbiz-incubating-4.0.0.RC1.zip.md5

...

  1. openssl

...

  1. md5

...

  1. apache-ofbiz-incubating-4.0.0.RC1.tgz

...

  1. >

...

  1. apache-ofbiz-incubating-4.0.0.RC1.tgz.md5

...

Steps

...

for

...

a

...

branch

...

in

...

preparation

...

for

...

a

...

real

...

release:

...

  1. svn

...

  1. co

...

  1. https://svn.apache.org/repos/asf/incubator/ofbiz

...

  1. svn

...

  1. copy

...

  1. trunk

...

  1. branches/\$

...

  1. {branch-name}

...

  1. (example

...

  1. branch-name:

...

  1. release4.0.0)

...

  1. svn

...

  1. commit

...

  1. -m

...

  1. "Created

...

  1. new

...

  1. branch:

...

  1. \${branch-name}

...

  1. "

...

Steps

...

for

...

creating

...

a

...

release

...

from

...

a

...

branch: