[Python-Dev] Buildbot questions (original) (raw)
"Martin v. Löwis" martin at v.loewis.de
Fri Jan 6 08:39:15 CET 2006
- Previous message: [Python-Dev] Buildbot questions
- Next message: [Python-Dev] Buildbot questions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Tim Peters wrote:
Still, perhaps it's wise to wipe the checkout every so often?
I think it is. And while I haven't seen this under MS VC7.1 yet, a few times I caught VC 6.0 failing to recompile after a relevant header file changed. Certainly from-scratch checkout + build should be done before a release.
I would like to do this in buildbot, but I'm not sure how to (i.e. wipe the build occasionally, but not every time).
For example, I could imagine completely cleaning the build directory every time the build number % 10 == 0. Still, what the precise buildbot incantation would be, I don't know.
Regards, Martin
- Previous message: [Python-Dev] Buildbot questions
- Next message: [Python-Dev] Buildbot questions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]