using master branch for checking out dist-git tasks
This commit is contained in:
parent
8c1c3cb6c6
commit
282b707236
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ distgit_factory.addStep(ShellCommand(command=Interpolate("rm -rf /var/tmp/taskot
|
|||
|
||||
# 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]))),
|
||||
branch=Property('branch', default='{{ grokmirror_default_branch }}'),
|
||||
branch=Property('branch', default='master'),
|
||||
mode='full',
|
||||
method='clobber',
|
||||
shallow=True))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue