aboutsummaryrefslogtreecommitdiff
path: root/openembedded-x86-pre-built-images.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2015-09-10 10:40:18 +0300
committerLinaro Code Review <review@review.linaro.org>2015-09-10 07:43:12 +0000
commitdc2b73346b1c4e6eb1245811b037aa645e346925 (patch)
tree8bc6541e5008df6dd8d88d6f3ea03b983a60493a /openembedded-x86-pre-built-images.yaml
parent08818437a914042fcb438a439346be62439d0fe0 (diff)
openembedded-*-rootfs: get rid of ssh publisher
Remove remainings ssh publisher usage for publishing sources. It will be re-worked to comply with our licensing obligations. BUILD-INFO.txt isn't necessary, it's generated by linaro-cp. Change-Id: I92259d4ebb7fe5d5017832f15dc20ea7a80ccf76 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'openembedded-x86-pre-built-images.yaml')
-rw-r--r--openembedded-x86-pre-built-images.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/openembedded-x86-pre-built-images.yaml b/openembedded-x86-pre-built-images.yaml
index a49f5c94b1..1e6d01eada 100644
--- a/openembedded-x86-pre-built-images.yaml
+++ b/openembedded-x86-pre-built-images.yaml
@@ -123,9 +123,10 @@
# Publish to snapshots
test -d ${HOME}/bin || mkdir ${HOME}/bin
wget https://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py -O ${HOME}/bin/linaro-cp.py
- time python ${HOME}/bin/linaro-cp.py out openembedded/pre-built/${linux_kernel}-${linux_kernel_version}/${BUILD_NUMBER}
+ time python ${HOME}/bin/linaro-cp.py \
+ --link-latest \
+ out openembedded/pre-built/${linux_kernel}-${linux_kernel_version}/${BUILD_NUMBER}
#time python ${HOME}/bin/linaro-cp.py downloads openembedded/sources
- python ${HOME}/bin/linaro-cp.py --make-link openembedded/pre-built/${linux_kernel}-${linux_kernel_version}/${BUILD_NUMBER}
- conditional-step:
condition-kind: strings-match
condition-string1: '${ENV,var="linux_kernel"}'