summaryrefslogtreecommitdiff
path: root/ubuntu/acpica.yaml
diff options
context:
space:
mode:
authorArthur She <arthur.she@linaro.org>2015-03-06 22:25:42 -0800
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2015-03-24 08:25:17 +0000
commit35b0474cee5f3f4aea1e2b5196c721793523a1d1 (patch)
treef625f52e961f0df627042ca011e26dbc75baf734 /ubuntu/acpica.yaml
parentacf8da4f666a54c7eceb55491b3d90454e8349d0 (diff)
Using 'branch' statement in git-repos session to checkout
specific branch of test code Change-Id: Ifacd74079b1999709e0c34d5bac7bb09891a5a7c
Diffstat (limited to 'ubuntu/acpica.yaml')
-rw-r--r--ubuntu/acpica.yaml8
1 files changed, 3 insertions, 5 deletions
diff --git a/ubuntu/acpica.yaml b/ubuntu/acpica.yaml
index f97f9c7..8b73955 100644
--- a/ubuntu/acpica.yaml
+++ b/ubuntu/acpica.yaml
@@ -17,15 +17,12 @@ metadata:
install:
git-repos:
- - git://git.linaro.org/leg/acpica/acpica.git
+ - url: git://git.linaro.org/leg/acpica/acpica.git
+ branch: BRANCH
steps:
- 'cd acpica'
- - 'git branch linaro origin/linaro'
- - 'git checkout linaro'
- 'make all'
deps:
- - git
- - git-core
- bzip2
- flex
- bison
@@ -33,6 +30,7 @@ install:
params:
TESTMODE: n64
+ BRANCH: linaro
run:
steps: