aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2017-07-26 18:30:38 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2017-07-26 13:00:57 +0000
commit598abcbffc88c2461ec25798f747606cf54dd51e (patch)
tree2f393a4dac2b6930af325ac4e8ab6b56754dffb2
parent8352a3fad088d59df4b032d538c9966239ebe2b0 (diff)
trigger-lkft-hikey-aosp-4.*: fix the right remote names in branches to build
Change-Id: I79f0e696a3b0d783d2c1763a85a4d31fdca5fa62 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
-rw-r--r--trigger-lkft-hikey-aosp-4.4.yaml6
-rw-r--r--trigger-lkft-hikey-aosp-4.9.yaml6
2 files changed, 6 insertions, 6 deletions
diff --git a/trigger-lkft-hikey-aosp-4.4.yaml b/trigger-lkft-hikey-aosp-4.4.yaml
index 6e260ebc91..f0ca2e1888 100644
--- a/trigger-lkft-hikey-aosp-4.4.yaml
+++ b/trigger-lkft-hikey-aosp-4.4.yaml
@@ -22,12 +22,12 @@
remotes:
- android-hikey-linaro-4.4:
url: https://android.googlesource.com/kernel/hikey-linaro
- refspec: +refs/heads/${KERNEL_BRANCH}:refs/remotes/origin/${KERNEL_BRANCH}
+ refspec: +refs/heads/android-hikey-linaro-4.4:refs/remotes/android-hikey-linaro-4.4/android-hikey-linaro-4.4
- linux-stable-4.4:
url: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
- refspec: +refs/heads/linux-4.4.y:refs/remotes/origin/linux-4.4.y
+ refspec: +refs/heads/linux-4.4.y:refs/remotes/linux-stable-4.4/linux-4.4.y
branches:
- - origin/android-hikey-linaro-4.4
+ - android-hikey-linaro-4.4/android-hikey-linaro-4.4
skip-tag: true
shallow-clone: false
wipe-workspace: false
diff --git a/trigger-lkft-hikey-aosp-4.9.yaml b/trigger-lkft-hikey-aosp-4.9.yaml
index f4cf5e0f5d..64362a0508 100644
--- a/trigger-lkft-hikey-aosp-4.9.yaml
+++ b/trigger-lkft-hikey-aosp-4.9.yaml
@@ -22,12 +22,12 @@
remotes:
- android-hikey-linaro-4.9:
url: https://android.googlesource.com/kernel/hikey-linaro
- refspec: +refs/heads/${KERNEL_BRANCH}:refs/remotes/origin/${KERNEL_BRANCH}
+ refspec: +refs/heads/android-hikey-linaro-4.9:refs/remotes/android-hikey-linaro-4.9/android-hikey-linaro-4.9
- linux-stable-4.9:
url: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
- refspec: +refs/heads/linux-4.9.y:refs/remotes/origin/linux-4.9.y
+ refspec: +refs/heads/linux-4.9.y:refs/remotes/linux-stable-4.9/linux-4.9.y
branches:
- - origin/android-hikey-linaro-4.9
+ - android-hikey-linaro-4.9/android-hikey-linaro-4.9
skip-tag: true
shallow-clone: false
wipe-workspace: false