← Back to team overview

bzr-mac team mailing list archive

Re: I could build OS X installers, if only I knew how...

 

On 16/12/2009 11:26 AM, John Arbash Meinel wrote:
> I wonder if we couldn't use the same 'buildout.cfg' to get you into a
> working state, and then just change the build target from
> 'build_installer.bat' to something appropriate for Mac.

Simplifying a little, the Mac installer does a 'python setup.py install'
for each package or plugin into a build directory and then runs the the
installer-maker using that build directory as if it were the root of the
filesystem. i.e. it contains
/Library/Frameworks/Python/2.6/site-packages/bzrlib, etc.

There's a separate script which handles downloading specific tarballs or
checking out specific revisions of branches from launchpad (and then
tarballing them).

Ciao,
Gordon



References