Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification.
The following page has been changed by DanFabulich: http://wiki.apache.org/commons/CreatingReleases ------------------------------------------------------------------------------ ==== E.1 Copy to "dist" ==== - Copy distributions to the Commons {{{dist/}}} area which is located on {{{people.apache.org}}} under {{{/www/www.apache.org/dist/commons}}}. The content is also automatically copied to {{{archive.apache.org}}} + We need to copy distribution archives to the Commons {{{dist/}}} area which is located on {{{people.apache.org}}} under {{{/www/www.apache.org/dist/commons}}}. (This content is also automatically copied to {{{archive.apache.org}}}.) We also need to update the "current" symlinks to point to the current version. + + Here's an example used for commons-dbutils: + + {{{ + + cd /www/www.apache.org/dist/commons/dbutils/binaries/ + cp /www/people.apache.org/builds/commons/dbutils/1.2/RC3/staged/commons-dbutils/commons-dbutils/1.2/*bin* . + cd ../source + cp /www/people.apache.org/builds/commons/dbutils/1.2/RC3/staged/commons-dbutils/commons-dbutils/1.2/*src* . + cd .. + ~/svn/apache-committers/tools/releases/symlinks.sh 1.2 + + }}} ==== E.2 Copy Artifacts from Staging ==== --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org