Fixing builder tags, take 2

This commit is contained in:
Sergio Durigan Junior 2016-01-05 14:22:49 -05:00
parent 2446739b5e
commit 6725385ecb

View file

@ -912,10 +912,8 @@ def load_config (c):
b['canStartBuild'] = DefaultGDBCanStartBuild
b['mergeRequests'] = False
mytags = b.pop ('tags')
b['tags'] = []
for t in mytags:
b['tags'].append (t)
ntags = [str (x) for x in b['tags']]
b['tags'] = ntags
# AIX hack. Sigh...
try: