aboutsummaryrefslogtreecommitdiff
path: root/tcwg-publish-snapshot.yaml
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2016-12-14 13:24:12 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2016-12-20 16:24:23 +0000
commit68d6e26ae3e430205fb465bf65a736f96956e200 (patch)
tree69bc08f3d68734738d36ef1b0438f132931e73b9 /tcwg-publish-snapshot.yaml
parent5b15990b88f35b3db4eb8776b9423b08d90fde61 (diff)
tcwg-*: Move release fileserver duties to dev-01.tcwglab
... and update file path from /work/space/ to /home/tcwg-buildslave/releases/ Change-Id: I78f84433c2fc3da07c0cca2726ad4dbfc4f02cb3
Diffstat (limited to 'tcwg-publish-snapshot.yaml')
-rw-r--r--tcwg-publish-snapshot.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tcwg-publish-snapshot.yaml b/tcwg-publish-snapshot.yaml
index d8cd884699..4c204ebf0b 100644
--- a/tcwg-publish-snapshot.yaml
+++ b/tcwg-publish-snapshot.yaml
@@ -31,7 +31,7 @@
default: false
description: 'Publish release notes only'
disabled: false
- node: tcwg-x86_64-ex40build-01
+ node: tcwg-x86_64-dev-01
display-name: 'TCWG source or binaries tarball publishing on snapshot.linaro.org'
wrappers:
- timestamps
@@ -70,11 +70,11 @@
if ${binaries}; then
dest_dir+="binaries"
notes_path="/${dest_dir}"
- cp_content="-r /work/space/binaries/${bin_dir}/*"
+ cp_content="-r $HOME/releases/binaries/${bin_dir}/*"
else
dest_dir+="gcc-linaro"
notes_path="/${dest_dir}/${gcc_version}"
- cp_content="-r /work/space/sources/${prefix}-${snapshot_version}/*"
+ cp_content="-r $HOME/releases/sources/${prefix}-${snapshot_version}/*"
fi
mkdir -p out