From e2b462c166e21c587f6d904e622cfd4872d753b7 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Thu, 27 Apr 2017 16:49:37 -0400 Subject: [PATCH] Revert a51202bd953e01ce12781d93ff9726ebe7db9a59. --- buildbot/master/files/config/factories.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildbot/master/files/config/factories.py b/buildbot/master/files/config/factories.py index ff77cc72c..32dbaa58b 100644 --- a/buildbot/master/files/config/factories.py +++ b/buildbot/master/files/config/factories.py @@ -57,7 +57,7 @@ def __init__(self, build_steps): all_steps = [ steps.Git( repourl=SERVO_REPO, - mode="full", method="clean", retryFetch=True + mode="full", method="fresh", retryFetch=True ), CheckRevisionStep(), ] + build_steps