aboutsummaryrefslogtreecommitdiff
path: root/openembedded-armv8b-rootfs.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-armv8b-rootfs.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-armv8b-rootfs.yaml')
-rw-r--r--openembedded-armv8b-rootfs.yaml30
1 files changed, 1 insertions, 29 deletions
diff --git a/openembedded-armv8b-rootfs.yaml b/openembedded-armv8b-rootfs.yaml
index 936ae10238..da52ea6849 100644
--- a/openembedded-armv8b-rootfs.yaml
+++ b/openembedded-armv8b-rootfs.yaml
@@ -78,41 +78,13 @@
# Capture what we're building in the build output.
repo manifest -r
- cat << EOF > out/BUILD-INFO.txt
- Format-Version: 0.5
-
- Files-Pattern: *
- License-Type: open
- EOF
-
- cat << EOF > downloads/BUILD-INFO.txt
- Format-Version: 0.5
-
- Files-Pattern: *
- License-Type: open
- EOF
-
+ # Publish
test -d ${HOME}/bin || mkdir ${HOME}/bin
wget -q 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 \
--link-latest \
--build-info out/BUILD-INFO.txt \
out/ openembedded/${rootfs}-armv8b-gcc-${gcc_version}/${BUILD_NUMBER}
-
- - ssh:
- site: 'snapshots.linaro.org'
- target: '/openembedded/sources'
- source: 'downloads/**'
- timeout: 120000
- remove-prefix: 'downloads'
- always-publish-from-master: true
- - ssh:
- site: 'snapshots.linaro.org file-move'
- target: ''
- source: ''
- command: 'reshuffle-files --job-type openembedded --job-name sources --build-num 1'
- timeout: 120000
- always-publish-from-master: true
publishers:
- email:
recipients: 'fathi.boudra@linaro.org koen.kooi@linaro.org riku.voipio@linaro.org'