aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>2015-02-26 11:06:27 +0200
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>2015-02-26 11:06:27 +0200
commit03eefbe8e09d0bf0bafd817f896c7998048b55ec (patch)
treea1fa320b84573ac0935a55807c99c97b1ebbbf13
parentff090c1cf946e3df67795ce3c1437ec6246dbf37 (diff)
bootstrap: unbreak branch update
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
-rwxr-xr-xbootstrap.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.py b/bootstrap.py
index 2f3ded5..2b553ef 100755
--- a/bootstrap.py
+++ b/bootstrap.py
@@ -232,6 +232,7 @@ def main(argv=None):
if args.update_branches != 'no':
force = True if args.update_branches == 'force' else False
update_from_remote('origin', force=force)
+ git_cmd('checkout', [orig_rev])
test_manifest = TestDataRepoManifest()
for pkg, pkgconf in TEST_PKGS.iteritems():
if 'export_branches' in pkgconf: