correctly fixing typo in taskotron stg master config
This commit is contained in:
parent
c4f580ebed
commit
f8cd6f95be
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue