From dee2dcbada4d5773aa971b00e0dba6369d6e0e02 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thibaut=20VAR=C3=88NE?= Date: Thu, 21 Jun 2018 17:31:56 +0200 Subject: [PATCH] phase1: Git step method 'clean' only works in mode 'full' MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Thibaut VARÈNE --- phase1/master.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/phase1/master.cfg b/phase1/master.cfg index 5f7ca8e..c856cf3 100644 --- a/phase1/master.cfg +++ b/phase1/master.cfg @@ -493,10 +493,11 @@ for target in targets: )) # check out the source + # method clean runs 'git clean -d -f', method fresh runs 'git clean -d -f x'. Only works with mode='full' factory.addStep(Git( repourl = repo_url, branch = repo_branch, - mode = 'incremental', + mode = 'full', method = 'clean', locks = NetLockDl, )) -- 2.30.2