Skip to content

Commit

Permalink
Fix around buildbot's inane WithProperties DSL again.
Browse files Browse the repository at this point in the history
whitequark committed Jan 20, 2018

Verified

This commit was signed with the committer’s verified signature.
makenowjust Hiroya Fujinami
1 parent 1cc1e88 commit 3d07995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master.cfg
Original file line number Diff line number Diff line change
@@ -134,7 +134,7 @@ def condaEnv(use_local=False, extra_vars={}):
def addUpdateSteps(factory, project):
defaultrepo = "https://github.com/m-labs/" + project
factory.addStep(
Git(repourl = WithProperties('%(repository:-{})s'.format(defaultrepo)),
Git(repourl = WithProperties('%(repository:~{})s'.format(defaultrepo)),
submodules = True,
mode = 'incremental',
progress = True))

0 comments on commit 3d07995

Please sign in to comment.