correct git repo in taskotron master config
This commit is contained in:
parent
c5f8f1b84e
commit
06a44a1062
1 changed files with 2 additions and 2 deletions
|
@ -255,14 +255,14 @@ distgit_factory.addStep(ShellCommand(command=Interpolate("rm -rf /var/tmp/taskot
|
|||
|
||||
{% if deployment_type in ['dev', 'prod'] %}
|
||||
# check out the source from prod dist-git
|
||||
distgit_factory.addStep(Git(repourl=Property('repo', default=Interpolate('http://pkgs02.phx2.fedoraproject.org/rpms/{}/'.format("%(prop:item)s".split('-')[0]))),
|
||||
distgit_factory.addStep(Git(repourl=Property('git_repo', default=Interpolate('http://pkgs02.phx2.fedoraproject.org/rpms/{}/'.format("%(prop:item)s".split('-')[0]))),
|
||||
branch=Property('git_branch', default='master'),
|
||||
mode='full',
|
||||
method='clobber',
|
||||
shallow=True))
|
||||
{% 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]))),
|
||||
distgit_factory.addStep(Git(repourl=Property('git_repo', default=Interpolate('http://pkgs01.stg.phx2.fedoraproject.org/rpms/{}/'.format("%(prop:item)s".split('-')[0]))),
|
||||
branch=Property('git_branch', default='master'),
|
||||
mode='full',
|
||||
method='clobber',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue