From: Markus Lehtonen Date: Thu, 26 Feb 2015 09:06:27 +0000 (+0200) Subject: bootstrap: unbreak branch update X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;p=tools%2Fgit-buildpackage-rpm-testdata.git bootstrap: unbreak branch update Signed-off-by: Markus Lehtonen --- 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: