-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 11/7/2010 8:59 AM, Vincent Ladeuil wrote: > The only caveat I'd like to mention is that I needed to reset the > 'bazaar.src' directory to avoid errors during doc build (some old > release notes files were still there triggering errors). > > So I wonder how this should be avoided, I realize we don't want to > remove all directories there since they considerably reduce the build > time, but on the other hand they need to be cleaned up somehow. > > How did you addressed that for 10.6 ? Just running a make clean (I > didn't thought about trying this earlier unfortunately) ?
You can specify a build stage on the ./build.py commandline, one of clean, build or dist. If you don't give any, it defaults to `./build.py build dist`. If you specify any you must specify all the stages that you want to be executed because there aren't any automatic dependencies. So I would suggest doing `./build.py clean` when first setting up for releasing a new version and then `./build.py` to do builds while tweaking the config. Ciao, Gordon -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJM1r8/AAoJEIrPJfWinA2uzC0H+QEx/YyaTi54jkKxo0bWGJfT +NmM1c6Bi525M2ol6cJBmWbxn7G2bkPryCB1Lw4XsstGZEnvOHAMQfVQi5b2y+YN ZZQksOUDddE8pDa85+L8DDOjhptCDtmVo9fh9eY6imt1j6AD2EqN5jWAxXs1qX0p 1nwlDOpL/tVUTT6SUV2u1YdK7g5er4/FZMraca4X1FemETFKPqmBuT+WwaUC2WwM b26HZNNi+BBseK+j/LWZbfc5agytBb9XLhnoS6fguEcCnjjkjrneTJGlhHSVJpyM bAkhXbapp60N5U3hTF4Is5Y/53j9xm2jmQaWOVBWez5lUksI7EkE8Vus0CyUWkI= =A/Rw -----END PGP SIGNATURE----- _______________________________________________ Mailing list: https://launchpad.net/~bzr-packagers Post to : [email protected] Unsubscribe : https://launchpad.net/~bzr-packagers More help : https://help.launchpad.net/ListHelp

