Skip to content

Commit

Permalink
Fix update step to go into non-M-Labs repositories.
Browse files Browse the repository at this point in the history
whitequark committed Jan 19, 2018
1 parent 62e7528 commit e3c36a0
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
@@ -133,7 +133,7 @@ def condaEnv(use_local=False, extra_vars={}):

def addUpdateSteps(factory, project):
factory.addStep(
Git(repourl = 'https://github.com/m-labs/{}'.format(project),
Git(repourl = '%(repository:-https://github.com/m-labs/{})'.format(project),
submodules = True,
mode = 'incremental',
progress = True))

0 comments on commit e3c36a0

Please sign in to comment.