aboutsummaryrefslogtreecommitdiff
path: root/tcwg-backport.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2016-05-12 15:54:49 +0200
committerChristophe Lyon <christophe.lyon@linaro.org>2016-05-13 13:03:58 +0000
commit575710970405db5db6288cc83f402653ab86a32f (patch)
tree6ee197c1c3838b9d5e8a46e60b13cad2a415dc75 /tcwg-backport.yaml
parent53ecbc742293d90f458571af61ac8591a88bea14 (diff)
tcwg-buildfarm, tcwg-backport: replace gcc_branch with override.
This was experimented with in tcwg-bkk16-buildfarm, and enables to override the binutils and libc versions. This is necessary to prepare support for choosing the binutils/libc version depending on the gcc branch. Change-Id: Idb866a29456f9d042d6a892c48bfa94a4b569444
Diffstat (limited to 'tcwg-backport.yaml')
-rw-r--r--tcwg-backport.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcwg-backport.yaml b/tcwg-backport.yaml
index 2360caeaf4..01162753e9 100644
--- a/tcwg-backport.yaml
+++ b/tcwg-backport.yaml
@@ -93,7 +93,7 @@
fi
gcc_orig_rev=$(git rev-parse $gcc_orig)
- echo "gcc_branch=gcc.git@$gcc_orig_rev" > gcc_orig_parameters
+ echo "override=gcc=gcc.git@$gcc_orig_rev" > gcc_orig_parameters
echo "log_name=tcwg-backport-$gcc_orig_rev/\$(uname -m).\$target" >> gcc_orig_parameters
echo "rebuild=${rebuild}" >> gcc_orig_parameters
echo "dont_fail=true" >> gcc_orig_parameters
@@ -101,7 +101,7 @@
echo "targets=$targets" >> gcc_orig_parameters
echo "abe_branch=$abe_branch" >> gcc_orig_parameters
- echo "gcc_branch=gcc.git@$gcc_patch_rev" > gcc_patch_parameters
+ echo "override=gcc=gcc.git@$gcc_patch_rev" > gcc_patch_parameters
echo "log_name=tcwg-backport-$gcc_patch_rev/\$(uname -m).\$target" >> gcc_patch_parameters
echo "rebuild=${rebuild}" >> gcc_patch_parameters
echo "dont_fail=true" >> gcc_patch_parameters