aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.py
diff options
context:
space:
mode:
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>2014-02-25 11:08:55 +0200
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>2014-02-25 11:08:55 +0200
commite59a3efb43993c24c5d7c2e2f354806ec419ed90 (patch)
treed83c5afbdb0dfd4f0ca02d0c43446ca1505f94a6 /bootstrap.py
parent47096766b59c05d1c04d644a9ea245dce6f07d67 (diff)
manifest: export native package branches, too
Also, updates to some branches that will now contain rpm changelogs in the packaging data. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
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'],