mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Update CheckoutBranch to the wptrunner changes.
This is a port of <https://hg.mozilla.org/mozilla-central/rev/c0b8fea5aef4>.
This commit is contained in:
parent
9e914ca0db
commit
d504015496
1 changed files with 2 additions and 2 deletions
|
@ -92,11 +92,11 @@ class CheckoutBranch(Step):
|
|||
def create(self, state):
|
||||
self.logger.info("Updating sync tree from %s" % state.sync["remote_url"])
|
||||
state.branch = state.sync_tree.unique_branch_name(
|
||||
"outbound_update_%s" % state.test_manifest.rev)
|
||||
"outbound_update_%s" % state.old_manifest.rev)
|
||||
state.sync_tree.update(state.sync["remote_url"],
|
||||
state.sync["branch"],
|
||||
state.branch)
|
||||
state.sync_tree.checkout(state.test_manifest.rev, state.branch, force=True)
|
||||
state.sync_tree.checkout(state.old_manifest.rev, state.branch, force=True)
|
||||
|
||||
|
||||
class GetLastSyncCommit(Step):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue