phase1: populateConfig(): quiet git clone
authorThibaut VARÈNE <hacks@slashdirt.org>
Mon, 24 Oct 2022 16:03:26 +0000 (18:03 +0200)
committerPetr Štetiar <ynezz@true.cz>
Mon, 15 May 2023 15:36:01 +0000 (17:36 +0200)
Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
phase1/master.cfg

index afc93ce8bed4ce2fc8e49c55c006dfc0d8e4166d..c19c6c80f659d96f403493c37bbc536c1fb81f41 100644 (file)
@@ -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'],