[Buildbot-devel] git build step doesn't properly handle renamed files?
David Weidenkopf
dweidenkopf at cococorp.com
Wed Sep 1 19:39:46 UTC 2010
One option is to have the git build step use clobber mode which will rebuild the repo every time. Or add a ShellCommand to run your git clean.
From: Richard Woods [mailto:rwoods at tresys.com]
Sent: Wednesday, September 01, 2010 8:33 AM
To: buildbot-devel at lists.sourceforge.net
Subject: [Buildbot-devel] git build step doesn't properly handle renamed files?
Hey all ~
I've got my BuildBot setup up and running, and for the most part it's great. It's pretty simple; just a source code grab and a "make test" really.
The problem is that any time a file is renamed (or removed?) from the repository, the Git build step doesn't handle things quite right. The removed file is still there in the working copies BuildBot produces.
I believe that having the Git build step perform a `git clean -f` will fix this, but I'm about as much of a Git guru as I am a BuildBot guru :-P
~ Rick Woods
Tresys Technology
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20100901/22dcdee5/attachment.html>
More information about the devel
mailing list