X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=phase1%2Fmaster.cfg;h=c18ee74d746e201fbf3afa20f7bc9d2ce271442f;hb=2cbc3df5878f49a90f3fa1d595805e422549e0ec;hp=f511e03a5391b184073ce5453cbe2cbc0b584e48;hpb=34103cd918bb558521eec724016a94bc70a953b4;p=buildbot.git diff --git a/phase1/master.cfg b/phase1/master.cfg index f511e03..c18ee74 100644 --- a/phase1/master.cfg +++ b/phase1/master.cfg @@ -142,7 +142,7 @@ def ini_parse_workers(section): log.msg("invalid worker configuration ignored: {}".format(repr(section))) return - sl_props = { 'dl_lock':None, 'ul_lock':None, 'tag_only':tagonly } + sl_props = { 'tag_only':tagonly } if "dl_lock" in section: lockname = section.get("dl_lock") sl_props['dl_lock'] = lockname