aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>2014-07-18 15:59:49 +0300
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>2014-07-18 16:01:44 +0300
commitbae44ddc98ae0ed15ae078cb7c2fc597dee48da5 (patch)
treee5814741e880ae1764a3d890cd29bb1e0ddcadf9
parent6fed13bab82cd32313910db4fb78ddc6be00c4ac (diff)
Add pq/development branch for 'gbp-test' package
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
-rwxr-xr-xbootstrap.py3
-rw-r--r--test-repo-manifest.xml1
2 files changed, 3 insertions, 1 deletions
diff --git a/bootstrap.py b/bootstrap.py
index 08506be..7ac9289 100755
--- a/bootstrap.py
+++ b/bootstrap.py
@@ -37,7 +37,8 @@ TEST_PKGS = {'gbp-test-native': {'build_branches': ['master'],
'gbp-test-native2': {'build_branches': ['master'],
'export_branches': ['master']},
'gbp-test': {'build_branches': ['master', 'fork'],
- 'export_branches': ['master', 'upstream']},
+ 'export_branches': ['master', 'upstream',
+ 'pq/master']},
'gbp-test2': {'build_branches': ['master'],
'export_branches': ['master', 'master-orphan',
'upstream']}}
diff --git a/test-repo-manifest.xml b/test-repo-manifest.xml
index 6b05fc1..52db554 100644
--- a/test-repo-manifest.xml
+++ b/test-repo-manifest.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" ?>
<gbp-test-manifest>
<project name="gbp-test">
+ <branch name="pq/master" revision="972ecde7c94eb00f4d310aa0e3e8f72ed215f591"/>
<branch name="master" revision="b82fd1a61db4221263b2c110f60c6d07cb0203df"/>
<branch name="upstream" revision="6450890aa002b0868537ee50cc1aea177fdcc941"/>
</project>