summaryrefslogtreecommitdiffstats
path: root/roles/taskotron
diff options
context:
space:
mode:
authorTim Flink <tflink@fedoraproject.org>2017-03-24 16:07:35 +0000
committerTim Flink <tflink@fedoraproject.org>2017-03-24 16:07:45 +0000
commitc4f580ebedbad5ba346322158910674f22e99893 (patch)
treef46405476085ba410892fd6aa7a0147e11bde645 /roles/taskotron
parent7525a3dbf27f2a111ceae3e9126f39bb738f6780 (diff)
downloadansible-c4f580ebedbad5ba346322158910674f22e99893.tar.gz
ansible-c4f580ebedbad5ba346322158910674f22e99893.tar.xz
ansible-c4f580ebedbad5ba346322158910674f22e99893.zip
fixing typo in stg taskotron master config
Diffstat (limited to 'roles/taskotron')
-rw-r--r--roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 b/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2
index 49ca4e828..027075308 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('branch', default='master'),
+ branch=Property('distgit_branch', default='master'),
mode='full',
method='clobber',
shallow=True))