[pypy-commit] buildbot default: style fix commits are bad

fijal noreply at buildbot.pypy.org
Tue Jan 31 00:19:05 CET 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r632:20f86228d582
Date: 2012-01-31 01:18 +0200
http://bitbucket.org/pypy/buildbot/changeset/20f86228d582/

Log:	style fix commits are bad

diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -209,7 +209,7 @@
     #
     factory.addStep(
         ShellCmd(description="hg purge",
-                 command="hg --config extensions.purge=purge --all",
+                 command="hg --config extensions.purge= purge --all",
                  workdir=workdir,
                  haltOnFailure=True))
     #


More information about the pypy-commit mailing list