Taskotron buildmaster - enable 'discover' tasks

This commit is contained in:
Josef Skladanka 2018-06-07 18:50:02 +02:00
parent 56053f1088
commit 824b6ca551

View file

@ -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,