another small syntax error instg master.cfg

This commit is contained in:
Tim Flink 2017-03-03 06:13:34 +00:00
parent 886ca661f5
commit 8c1c3cb6c6

View file

@ -246,7 +246,7 @@ distgit_factory = BuildFactory()
distgit_factory.addStep(ShellCommand(command=Interpolate("rm -rf /var/tmp/taskotron/%(prop:slavename)s/*"), name="rm_tmp", descriptionDone=['Clean tmp']))
# check out the source
distgit_factory.addStep(Git(repourl=Property('repo', default=Interpolate('http://pkgs01.stg.phx2.fedoraproject.org/rpms/{}/'.format(%(prop:item)s.split('-')[0]))),
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='{{ grokmirror_default_branch }}'),
mode='full',
method='clobber',