another small syntax error instg master.cfg
This commit is contained in:
parent
886ca661f5
commit
8c1c3cb6c6
1 changed files with 1 additions and 1 deletions
|
@ -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']))
|
distgit_factory.addStep(ShellCommand(command=Interpolate("rm -rf /var/tmp/taskotron/%(prop:slavename)s/*"), name="rm_tmp", descriptionDone=['Clean tmp']))
|
||||||
|
|
||||||
# check out the source
|
# 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 }}'),
|
branch=Property('branch', default='{{ grokmirror_default_branch }}'),
|
||||||
mode='full',
|
mode='full',
|
||||||
method='clobber',
|
method='clobber',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue