Dear Wiki user,

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

The "Release_Procedure" page has been changed by NoahSlater:
http://wiki.apache.org/couchdb/Release_Procedure?action=diff&rev1=159&rev2=160

   * Call a discussion on the [email protected] mailing list about 
archiving old releases.
     * To archive an old release, remove it from 
[[http://wiki.apache.org/couchdb/CurrentReleases|the wiki]] and then delete the 
corresponding directory from the `dist` directory. Do not worry about the 
release artefacts no longer being available, they are automatically mirrored to 
the Apache archive site and will remain there even after they are deleted from 
the main `dist` directory.
  
+ = Troubleshooting =
+ 
+ If you get an error about not being able to find `pdflatex` and you're 
running on OS X, first make sure that you have MacTeX installed. If you do, and 
you're still experiencing an error, it might be the case that MacTeX has failed 
to set up your `PATH` properly.
+ 
+ One workaround is to set your `PATH` manually:
+ 
+ {{{
+ PATH=$PATH":/usr/texbin" ./build_candidate.sh 1.3.x 1.3.0
+ }}}
+ 
+ Obviously, replace the arguments to `build_candidate.sh` as appropriate.
+ 
  = Useful Resources =
  
   * http://www.apache.org/dev/release.html

Reply via email to