Skip to content

Commit 3d07995

Browse files
author
whitequark
committedJan 20, 2018
Fix around buildbot's inane WithProperties DSL again.
1 parent 1cc1e88 commit 3d07995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎master.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def condaEnv(use_local=False, extra_vars={}):
134134
def addUpdateSteps(factory, project):
135135
defaultrepo = "https://github.com/m-labs/" + project
136136
factory.addStep(
137-
Git(repourl = WithProperties('%(repository:-{})s'.format(defaultrepo)),
137+
Git(repourl = WithProperties('%(repository:~{})s'.format(defaultrepo)),
138138
submodules = True,
139139
mode = 'incremental',
140140
progress = True))

0 commit comments

Comments
 (0)