using master branch for checking out dist-git tasks

This commit is contained in:
Tim Flink 2017-03-03 08:53:38 +00:00
parent 8c1c3cb6c6
commit 282b707236

View file

@ -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))