taskotron-dev: fix checking out git source
I accidently hardcoded file:// there when trying it locally.
This commit is contained in:
parent
04fa9437f4
commit
bfde2ab3ea
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ factory.addStep(steps.ShellCommand(
|
|||
|
||||
# check out the source
|
||||
factory.addStep(steps.Git(
|
||||
repourl=util.Property('git_repo', default=util.Interpolate('file:///var/lib/git/mirror/fedoraqa/%(prop:taskname)s/')),
|
||||
repourl=util.Property('git_repo', default=util.Interpolate('{{ grokmirror_user }}@{{ buildmaster }}:/var/lib/git/mirror/fedoraqa/%(prop:taskname)s/')),
|
||||
branch=util.Property('git_branch', default='{{ grokmirror_default_branch }}'),
|
||||
mode='full',
|
||||
method='clobber',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue