From ff090c1cf946e3df67795ce3c1437ec6246dbf37 Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Fri, 18 Jul 2014 16:05:35 +0300 Subject: Add pristine-tar branches Use mangled branch names ('pristine_tar' instead of 'pristine-tar') to not confuse pristine-tar tool. Signed-off-by: Markus Lehtonen --- bootstrap.py | 5 +++-- test-repo-manifest.xml | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/bootstrap.py b/bootstrap.py index 9d86b79..2f3ded5 100755 --- a/bootstrap.py +++ b/bootstrap.py @@ -36,16 +36,17 @@ from tests.component.rpm import RepoManifest LOG = logging.getLogger(os.path.basename(sys.argv[0])) +# Use mangled pristine-tar branch names in order to not confuse pristine-tar TEST_PKGS = {'gbp-test-native': {'build_branches': ['master'], 'export_branches': ['master']}, 'gbp-test-native2': {'build_branches': ['master'], 'export_branches': ['master']}, 'gbp-test': {'build_branches': ['master', 'fork'], 'export_branches': ['master', 'upstream', - 'pq/master']}, + 'pq/master', 'pristine_tar']}, 'gbp-test2': {'build_branches': ['master'], 'export_branches': ['master', 'master-orphan', - 'upstream']}} + 'upstream', 'pristine_tar']}} class GitError(Exception): diff --git a/test-repo-manifest.xml b/test-repo-manifest.xml index 2028724..1b38b94 100644 --- a/test-repo-manifest.xml +++ b/test-repo-manifest.xml @@ -4,6 +4,7 @@ + @@ -15,5 +16,6 @@ + -- cgit v1.2.3