Skip to content

Commit

Permalink
Add --archive-site to list-subports command
Browse files Browse the repository at this point in the history
  • Loading branch information
jmroot committed Feb 12, 2017
1 parent f6050e9 commit f79cc55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildbot/master.cfg
Expand Up @@ -448,7 +448,7 @@ def make_portwatcher_factory(triggerable):
return {'subportlist': ' '.join(sorted(subports))}

portwatcher_factory.addStep(SetPropertyFromCommandWithPortlist(
command=util.WithProperties('./mpbb/mpbb --prefix '+prefix+' list-subports %(fullportlist)s'),
command=util.WithProperties('./mpbb/mpbb --prefix '+prefix+' --archive-site '+config['archivesite']+' list-subports %(fullportlist)s'),
extract_fn=extract_subportlist,
name='subports',
description=['listing', 'subports']))
Expand Down

0 comments on commit f79cc55

Please sign in to comment.