Revert "Fixing path of config.json and passwords.json"
This reverts commit 75b2676597
.
This commit is contained in:
parent
75b2676597
commit
f57605c7a9
1 changed files with 2 additions and 2 deletions
|
@ -413,8 +413,8 @@ master_filter = ChangeFilter (branch = [ 'master' ])
|
|||
## lots of tweaks.
|
||||
|
||||
def load_config (c):
|
||||
config = load (open ("gdb/lib/config.json"))
|
||||
passwd = load (open ("gdb/lib/passwords.json"))
|
||||
config = load (open ("lib/config.json"))
|
||||
passwd = load (open ("lib/passwords.json"))
|
||||
|
||||
random.seed ()
|
||||
c['slaves'] = [BuildSlave (slave['name'], passwd[slave['name']],
|
||||
|
|
Loading…
Reference in a new issue