← Back to team overview

bzr-mac team mailing list archive

Re: Bazaar 2.1.0b3 core package for Mac OS X 10.6 Snow Leopard

 

Hi Gordon,

On Thu, Nov 26, 2009 at 6:45 PM, Gordon Tyler <gordon@xxxxxxxxx> wrote:
> I was thinking of improving build.py to download or checkout a plugin or
> package based on the info in the config. This would make building the
> package almost fire-and-forget, provided some basic system features have
> already been installed (like pyrex and bzr itself).

There is a script: fetch-external.py that uses config.py to download
the sources (and also have an option to download the docs in pdf
format)

>
> If that's too automated (is there such a thing?), perhaps I could make it
> check up front what packages or plugins are missing from src and complain
> before it tries to build anything. Just to avoid wasting time on going
> through the build only to discover you forgot one package near the end.

there is no integration between build.py and fetch-external.py, what I
usually do is:
1) update config.py
2) run fetch-external.py
3) run build.py

having 2 and 3 as a single step might be a good idea ;)

Regards,

--
Guillermo Gonzalez
<http://launchpad.net/~verterok>



Follow ups

References