You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by Apache Wiki <wi...@apache.org> on 2014/04/16 20:38:24 UTC

[Db-derby Wiki] Update of "ReleasePublication" by MyrnavanLunteren

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Db-derby Wiki" for change notification.

The "ReleasePublication" page has been changed by MyrnavanLunteren:
https://wiki.apache.org/db-derby/ReleasePublication?action=diff&rev1=38&rev2=39

  
   1. If the vote passes, put distributions onto mirrors
  
-   {i} First, read Apache's information about mirroring: http://www.apache.org/dev/mirrors.html and http://www.apache.org/dev/mirror-step-by-step.html
+   {i} First, read Apache's information about mirroring: http://www.apache.org/dev/mirrors.html and http://www.apache.org/dev/mirror-step-by-step.html. Check out the mirror distribution site, create a new directory, copy and svn add the distribution archives and their signatures/checksums and commit. (Old instructions:  Copy the distribution archives and their signatures/checksums to a new directory underneath `/www/www.apache.org/dist/db/derby` on `people.apache.org`.) The directory shall be named 'db-derby-x.y.z.w' (the letters being the release version; x = major, y = minor, z = fixpack, w = point), for instance 'db-derby-10.8.1.2'. You may need to change the permissions on the distributions and signatures/checksums to make them group writable; this will help later release managers when they need to delete old archives.  
+ {{{
+ svn co https://dist.apache.org/repos/dist/release/db/derby
+ mkdir db-derby-x.y.z.w
+ cd db-derby-x.y.z.w
+ ....(copy)....
+ cd ..
+ svn add db-derby-x.y.z.w
+ svn commit db-derby-x.y.z.w
+ }}}
  
-   Copy the distribution archives and their signatures/checksums to a new directory underneath `/www/www.apache.org/dist/db/derby` on `people.apache.org`. The directory shall be named 'db-derby-x.y.z.w' (the letters being the release version; x = major, y = minor, z = fixpack, w = point), for instance 'db-derby-10.8.1.2'. You may need to change the permissions on the distributions and signatures/checksums to make them group writable; this will help later release managers when they need to delete old archives.
  
- 
-  1. Copy the latest version of the documentation to the doc directory on the website. 
+  2. Copy the latest version of the documentation to the doc directory on the website. 
    The documentation is included in the release you uploaded, but unfortunately its directory structure is not quite right for the website. If you are working on a 10.6 or earlier release branch, consult version 27 of this wiki page for instructions about what to do. Otherwise, do the following at the top of the source tree of the release branch. You will be prompted for the location of the binzip distribution (db-derby-x.y.z.w-bin.zip), the branch name (x.y), and the location of your website subversion client:
  
  {{{