Skip to content

Commit

Permalink
master.cfg: Always check out latest ports revision
Browse files Browse the repository at this point in the history
This reverts part of 588e94a.

Closes: https://trac.macports.org/ticket/54648
  • Loading branch information
ryandesign committed Nov 6, 2017
1 parent 02f5a13 commit f028549
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions buildbot/master.cfg
Expand Up @@ -444,8 +444,7 @@ def make_portwatcher_factory(triggerable):

portwatcher_factory.addStep(steps.ShellCommand(
command=['./mpbb/mpbb', '--prefix', util.WithProperties(prefix), 'checkout',
'--ports-url', config['portsurl'],
'--ports-commit', util.Property('revision', default='FETCH_HEAD')],
'--ports-url', config['portsurl']],
timeout=3600,
name='checkout',
description=['syncing', 'ports'],
Expand Down

0 comments on commit f028549

Please sign in to comment.