From f8cd6f95be70cc3578a81c131612bbd2ebd871a3 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Fri, 24 Mar 2017 16:11:11 +0000 Subject: [PATCH] correctly fixing typo in taskotron stg master config --- .../buildmaster-configure/templates/taskotron.master.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 b/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 index 0270753087..5134bc97c2 100644 --- a/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 +++ b/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 @@ -263,7 +263,7 @@ distgit_factory.addStep(Git(repourl=Property('repo', default=Interpolate('http:/ {% else %} # check out the source from stg dist-git distgit_factory.addStep(Git(repourl=Property('repo', default=Interpolate('http://pkgs01.stg.phx2.fedoraproject.org/rpms/{}/'.format("%(prop:item)s".split('-')[0]))), - branch=Property('distgit_branch', default='master'), + branch=Property('Branch', default='master'), mode='full', method='clobber', shallow=True))