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 %}
|
||||
|
||||
# check out the source
|
||||
factory.addStep(Git(repourl=Property('repo', default=Interpolate('{{ grokmirror_user }}@{{ buildmaster }}:/var/lib/git/mirror/fedoraqa/%(prop:taskname)s/')),
|
||||
branch=Property('branch', default='{{ grokmirror_default_branch }}'),
|
||||
factory.addStep(Git(repourl=Property('git_repo', default=Interpolate('{{ grokmirror_user }}@{{ buildmaster }}:/var/lib/git/mirror/fedoraqa/%(prop:taskname)s/')),
|
||||
branch=Property('git_branch', default='{{ grokmirror_default_branch }}'),
|
||||
mode='full',
|
||||
method='clobber',
|
||||
shallow=True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue