[pypy-commit] buildbot default: cleanup artifacts (.pycs in particular) between builds

pjenvey noreply at buildbot.pypy.org
Sat Sep 7 01:38:15 CEST 2013


Author: Philip Jenvey <pjenvey at underboss.org>
Branch: 
Changeset: r858:2afccc220989
Date: 2013-09-06 16:38 -0700
http://bitbucket.org/pypy/buildbot/changeset/2afccc220989/

Log:	cleanup artifacts (.pycs in particular) between builds

diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -194,7 +194,7 @@
     factory.addStep(
             Mercurial(
                 repourl=repourl,
-                mode='incremental',
+                mode='full',
                 method='fresh',
                 defaultBranch=force_branch,
                 branchType='inrepo',


More information about the pypy-commit mailing list