On Thu, 5 Sep 2013 09:58:23 -0500 Andrew Deason <[email protected]> wrote:
> I'm not sure if it's why this is happening, but the builders don't seem > to be removing all 'cruft' between build runs, since they are running > 'git clean -X' instead of 'git clean -x'. In particular on that slave, > the 'include' directory is staying around between some runs, which may > be confusing. Actually, now I think I'm pretty confident this is why. Looking at gerrit 10227, the debian builder build 11517 succeeded, and 11518 failed. In 11517, the 'git update' step runs 'git clean -dfx'. In 11518, it doesn't. So it seems pretty likely that's why 11518 fails. I thought that step was the buildbot-provided git integration 'update' step. It's not one of our 'run this command' steps (we run our own 'git clean' separately). So.... "what?" -- Andrew Deason [email protected] _______________________________________________ OpenAFS-devel mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-devel
