You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Apache Wiki <wi...@apache.org> on 2009/04/26 06:13:10 UTC

[Commons Wiki] Update of "CreatingReleases" by DanFabulich

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-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org