aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.py
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.py')
-rwxr-xr-xbootstrap.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/bootstrap.py b/bootstrap.py
index 6980f63..05888a6 100755
--- a/bootstrap.py
+++ b/bootstrap.py
@@ -32,8 +32,10 @@ import tempfile
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']},
+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']},
'gbp-test2': {'build_branches': ['master'],