Dear Wiki user, You have subscribed to a wiki page or wiki category on "Portals Wiki" for change notification.
The "Pluto/CuttingRelease" page has been changed by EricDalquist. http://wiki.apache.org/portals/Pluto/CuttingRelease?action=diff&rev1=42&rev2=43 -------------------------------------------------- = Steps to preparing a build for a release vote = 1. Use the Maven Release Plugin to prepare and perform the release: + {{{ - mvn release:prepare + mvn release:prepare - mvn release:perform + mvn release:perform - + }}} 2. Build the distribution files + {{{ - cd target/checkout/ + cd target/checkout/ - ant -f dist-build.xml + ant -f dist-build.xml - + }}} 3. Sign the distribution files + {{{ - cd target/dist/ + cd target/dist/ - for file in * ; do gpg -a -b $file ; done + for file in * ; do gpg -a -b $file ; done - + }}} 4. Go to https://repository.apache.org and close the staging repository 5. scp the distribution files to people.apache.org:/www/people.apache.org/builds/portals-pluto/ + {{{ - scp ../../../*.zip* *.zip* *.gz* people.apache.org:/www/people.apache.org/builds/portals-pluto/ + scp ../../../*.zip* *.zip* *.gz* people.apache.org:/www/people.apache.org/builds/portals-pluto/ + }}} 6. Call a vote for the release on
