fixing typo in stg taskotron master config

This commit is contained in:
Tim Flink 2017-03-24 16:07:35 +00:00
parent 7525a3dbf2
commit c4f580ebed

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('branch', default='master'),
branch=Property('distgit_branch', default='master'),
mode='full',
method='clobber',
shallow=True))