summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2013-12-18 14:03:05 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2013-12-18 14:03:05 +0200
commitcee2a55b852d7ba4100f27ea0bf24bbe34651070 (patch)
tree529e16a0103ab947f19c4952bcccddef47eb6546
parent33e09688f9e5cd7015b77126e3aeff225ea7c643 (diff)
Fix rootfs URL: jenkins slave label is 'build'
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-rwxr-xr-xlinux-lng-preempt-rt.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux-lng-preempt-rt.sh b/linux-lng-preempt-rt.sh
index 3b659bf..f49d66a 100755
--- a/linux-lng-preempt-rt.sh
+++ b/linux-lng-preempt-rt.sh
@@ -74,8 +74,8 @@ cp -a builddir-*-${kernel_flavour}/.config kernel_config_${hwpack}
# Get rootfs
rm -f linaro-image-lng-generic*.tar.gz
-export ROOTFS_BUILD_NUMBER=`wget -q --no-check-certificate -O - https://ci.linaro.org/jenkins/job/openembedded-${rootfs_arch}-rootfs/gcc_version=4.8,label=oe_persistent_cloud,rootfs=lng/lastSuccessfulBuild/buildNumber`
-export ROOTFS_BUILD_TIMESTAMP=`wget -q --no-check-certificate -O - https://ci.linaro.org/jenkins/job/openembedded-${rootfs_arch}-rootfs/gcc_version=4.8,label=oe_persistent_cloud,rootfs=lng/lastSuccessfulBuild/buildTimestamp?format=yyyyMMdd`
+export ROOTFS_BUILD_NUMBER=`wget -q --no-check-certificate -O - https://ci.linaro.org/jenkins/job/openembedded-${rootfs_arch}-rootfs/gcc_version=4.8,label=build,rootfs=lng/lastSuccessfulBuild/buildNumber`
+export ROOTFS_BUILD_TIMESTAMP=`wget -q --no-check-certificate -O - https://ci.linaro.org/jenkins/job/openembedded-${rootfs_arch}-rootfs/gcc_version=4.8,label=build,rootfs=lng/lastSuccessfulBuild/buildTimestamp?format=yyyyMMdd`
export ROOTFS_BUILD_URL="http://snapshots.linaro.org/openembedded/images/lng-${rootfs_arch}-gcc-4.8/${ROOTFS_BUILD_NUMBER}/linaro-image-lng-generic${rootfs_arch}-${ROOTFS_BUILD_TIMESTAMP}-${ROOTFS_BUILD_NUMBER}.rootfs.tar.gz"
wget --progress=dot -e dotbytes=2M ${ROOTFS_BUILD_URL}