From b505e8016f5a5003fdfa12619600df91e1a8ae97 Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Fri, 27 Sep 2013 14:16:18 +0300 Subject: [PATCH] Add test repo manifest For testing gbp pq-rpm, for now. Signed-off-by: Markus Lehtonen --- bootstrap.py | 6 ++++-- test-repo-manifest.xml | 12 ++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 test-repo-manifest.xml diff --git a/bootstrap.py b/bootstrap.py index 93dd5ef..3ca975d 100755 --- a/bootstrap.py +++ b/bootstrap.py @@ -34,9 +34,11 @@ from tests.component.rpm import RepoManifest LOG = logging.getLogger(os.path.basename(sys.argv[0])) TEST_PKGS = {'gbp-test-native': {'build_branches': ['master']}, 'gbp-test-native2': {'build_branches': ['master']}, - 'gbp-test': {'build_branches': ['master', 'fork']}, + 'gbp-test': {'build_branches': ['master', 'fork'], + 'export_branches': ['master', 'upstream']}, 'gbp-test2': {'build_branches': ['master'], - 'export_branches': ['master', 'upstream']}} + 'export_branches': ['master', 'master-orphan', + 'upstream']}} class GitError(Exception): diff --git a/test-repo-manifest.xml b/test-repo-manifest.xml new file mode 100644 index 0000000..b89fd1a --- /dev/null +++ b/test-repo-manifest.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + -- 2.34.1