From 68b7672c0dc54fb3255b894fd74162f844659fb7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thibaut=20VAR=C3=88NE?= Date: Mon, 24 Oct 2022 18:03:26 +0200 Subject: [PATCH] phase1: populateConfig(): quiet git clone MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Thibaut VARÈNE --- phase1/master.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phase1/master.cfg b/phase1/master.cfg index afc93ce..c19c6c8 100644 --- a/phase1/master.cfg +++ b/phase1/master.cfg @@ -254,7 +254,7 @@ def populateTargets(): if os.path.isdir(sourcegit): subprocess.call(["rm", "-rf", sourcegit]) - subprocess.call(["git", "clone", "--depth=1", "--branch="+branch, repo_url, sourcegit]) + subprocess.call(["git", "clone", "-q", "--depth=1", "--branch="+branch, repo_url, sourcegit]) os.makedirs(sourcegit + '/tmp', exist_ok=True) findtargets = subprocess.Popen(['./scripts/dump-target-info.pl', 'targets'], -- 2.30.2