[Chandler-dev] Basic build pattern

Jared Rhine jared at wordzoo.com
Tue Jan 22 08:56:32 PST 2008


For those wondering what the essence of the release build process is,  
it looks to be this section of our instructions:

     * Start on each of the full build computers the following (as  
user 'builder'):
           o cd ~/hardhat
           o svn up
           o rm -rf ~/singlebuild/
           o ./singlebuild.py -s -t <tag name>

Everything is is basically either prepping for this (svn tagging), or  
moving around/documenting the resulting files.  singlebuild.py wraps:

   http://svn.osafoundation.org/tools/hardhat/buildscripts/ 
newchandler.py

The resulting tarballs/whatnot appear in ~builder/singlebuild/output.

-- Jared



More information about the chandler-dev mailing list