projects
/
buildbot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9dbffe
)
phase1: remove unused variables
author
Thibaut VARÈNE
<hacks@slashdirt.org>
Wed, 19 Oct 2022 17:53:54 +0000
(19:53 +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 56d0a1f6c43095bfaec8d6872ef81e0a39ab5d6b..16817d4932fa5236287fa138e616081faedee0df 100644
(file)
--- a/
phase1/master.cfg
+++ b/
phase1/master.cfg
@@
-213,9
+213,6
@@
c['prioritizeBuilders'] = prioritizeBuilders
work_dir = os.path.abspath(ini['general'].get("workdir", "."))
scripts_dir = os.path.abspath("../scripts")
-cc_command = "gcc"
-cxx_command = "g++"
-
tree_expire = inip1.getint("expire", 0)
config_seed = inip1.get("config_seed", "")