diff --git a/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 b/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 index 7764b1b71c..e66f09314c 100644 --- a/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 +++ b/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 @@ -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,