[Buildbot-devel] try: patch not applied
David Froger
david.froger.ml at gmail.com
Tue Nov 29 09:43:46 UTC 2011
Hy,
I have some issues to "buildbot try" using pb from a svn repository:
buildbot try --connect=pb --master=HOSTNAME:PORT --username=USERNAME
--passwd=PASSWD \
--vc=svn --topfile=README --who=USERNAME --comment='some comments'
--branch=trunk
master.cfg contains a Try_Userpass scheduler. Everthing works (the
builders are run, with all steps),
except that the patch is not applied on the source code. The patch
content is however
correctly reported in the waterfall.
In the developper repository, the patch applies on Source/file.cpp:
===================================================================
--- Source/file.cpp (revision NN)
+++ Source/file.cpp (working copy)
@@ -51,6 +51,8 @@
(... diff lines ...)
In the slave workspace, it has to be applied on
build/trunk/Source/file.cpp, the path being like:
(...)/slave/BUILDERNAME/build/trunk/Source
Could it be the reason why the patch is not applied?
Is there a way to log and see the patch command and its output?
Is there a way to give the workdir where the patch command is executed?
thanks in advance,
David.
More information about the devel
mailing list