From: Thibaut VARÈNE Date: Mon, 24 Oct 2022 16:03:26 +0000 (+0200) Subject: phase1: populateConfig(): quiet git clone X-Git-Tag: v2~30 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=68b7672c0dc54fb3255b894fd74162f844659fb7;p=buildbot.git phase1: populateConfig(): quiet git clone Signed-off-by: Thibaut VARÈNE --- 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'],