buildbot 24:74b1e35d0e83: Update the build steps command for the...
commits at adium.im
commits at adium.im
Thu Jun 6 03:08:54 UTC 2013
details: http://hg.adium.im/buildbot/rev/74b1e35d0e83
revision: 24:74b1e35d0e83
branch: (none)
author: Frank Dowsett <wixardy at gmail.com>
date: Wed Jun 05 23:08:42 2013 -0400
Update the build steps command for the newer Buildbot.
diffs (12 lines):
diff -r af8bbef733e3 -r 74b1e35d0e83 master.cfg
--- a/master.cfg Wed Jun 05 22:53:40 2013 -0400
+++ b/master.cfg Wed Jun 05 23:08:42 2013 -0400
@@ -88,7 +88,7 @@
adiumf = factory.BuildFactory()
adiumf.addStep(source.Mercurial(repourl = "http://%s/adium" % adium_hg_ip,
branchType = 'inrepo'))
-adiumf.addStep(shell.ShellCommand, command = ["make", "clean"])
+adiumf.addStep(shell.ShellCommand(command = ["make", "clean"]))
adiumf.addStep(shell.Compile(command = ["make", "adium"], want_stderr = True))
adiumf.addStep(shell.Test(command = ["make", "test"], want_stderr = True))
More information about the commits
mailing list