projects
/
buildbot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51820df
)
phase1: populateConfig(): quiet git clone
author
Thibaut VARÈNE
<hacks@slashdirt.org>
Mon, 24 Oct 2022 16:03:26 +0000
(18:03 +0200)
committer
Petr Š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
patch
|
blob
|
history
diff --git
a/phase1/master.cfg
b/phase1/master.cfg
index afc93ce8bed4ce2fc8e49c55c006dfc0d8e4166d..c19c6c80f659d96f403493c37bbc536c1fb81f41 100644
(file)
--- 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'],