Taskotron buildmaster - enable 'discover' tasks
This commit is contained in:
parent
56053f1088
commit
824b6ca551
1 changed files with 2 additions and 2 deletions
|
@ -194,8 +194,8 @@ factory.addStep(ShellCommand(command=Interpolate("rm -rf /var/tmp/taskotron/%(pr
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
# check out the source
|
# check out the source
|
||||||
factory.addStep(Git(repourl=Property('repo', default=Interpolate('{{ grokmirror_user }}@{{ buildmaster }}:/var/lib/git/mirror/fedoraqa/%(prop:taskname)s/')),
|
factory.addStep(Git(repourl=Property('git_repo', default=Interpolate('{{ grokmirror_user }}@{{ buildmaster }}:/var/lib/git/mirror/fedoraqa/%(prop:taskname)s/')),
|
||||||
branch=Property('branch', default='{{ grokmirror_default_branch }}'),
|
branch=Property('git_branch', default='{{ grokmirror_default_branch }}'),
|
||||||
mode='full',
|
mode='full',
|
||||||
method='clobber',
|
method='clobber',
|
||||||
shallow=True,
|
shallow=True,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue