correctly fixing typo in taskotron stg master config

This commit is contained in:
Tim Flink 2017-03-24 16:11:11 +00:00
parent c4f580ebed
commit f8cd6f95be

View file

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