summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiku Voipio <riku.voipio@linaro.org>2013-11-21 15:25:45 +0200
committerRiku Voipio <riku.voipio@linaro.org>2013-11-21 15:25:45 +0200
commit3ef270db1a1def98fe9fb4458ad3f8302f697508 (patch)
tree049695c3da59321ef167cf0cd3b93a436a6d6dc1
parentcd76c19a60a4f070cb9e379a9ef7aacc9bcaa0c4 (diff)
use developer image
seems lavan cannot use server image right now.
-rwxr-xr-xjenkins-arndale-commands.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/jenkins-arndale-commands.sh b/jenkins-arndale-commands.sh
index 9812ae1..c6f446f 100755
--- a/jenkins-arndale-commands.sh
+++ b/jenkins-arndale-commands.sh
@@ -33,9 +33,9 @@ cp ./kernel_build/arch/arm/boot/dts/exynos5250-arndale.dtb .
# since the filename of latest build is always changing, we have to construct the url...
-export ROOTFS_BUILD_NUMBER=`wget -q --no-check-certificate -O - https://ci.linaro.org/jenkins/job/ubuntu-armhf-rootfs/label=precise_hwpack_cloud,rootfs=server/lastSuccessfulBuild/buildNumber`
-export ROOTFS_BUILD_TIMESTAMP=`wget -q --no-check-certificate -O - https://ci.linaro.org/jenkins/job/ubuntu-armhf-rootfs/label=precise_hwpack_cloud,rootfs=server/lastSuccessfulBuild/buildTimestamp?format=yyyyMMdd`
-export ROOTFS_BUILD_URL="http://snapshots.linaro.org/raring/images/server/${ROOTFS_BUILD_NUMBER}/linaro-raring-server-${ROOTFS_BUILD_TIMESTAMP}-${ROOTFS_BUILD_NUMBER}.tar.gz"
+export ROOTFS_BUILD_NUMBER=`wget -q --no-check-certificate -O - https://ci.linaro.org/jenkins/job/ubuntu-armhf-rootfs/label=precise_hwpack_cloud,rootfs=developer/lastSuccessfulBuild/buildNumber`
+export ROOTFS_BUILD_TIMESTAMP=`wget -q --no-check-certificate -O - https://ci.linaro.org/jenkins/job/ubuntu-armhf-rootfs/label=precise_hwpack_cloud,rootfs=developer/lastSuccessfulBuild/buildTimestamp?format=yyyyMMdd`
+export ROOTFS_BUILD_URL="http://snapshots.linaro.org/raring/images/developer/${ROOTFS_BUILD_NUMBER}/linaro-raring-developer-${ROOTFS_BUILD_TIMESTAMP}-${ROOTFS_BUILD_NUMBER}.tar.gz"
sed -e "s,%%KERNEL_URL%%,https://snapshots.linaro.org/kernel-hwpack/linux-arndale-kvm/linux-arndale-kvm/uImage, " \
-e "s,%%DTB_URL%%,https://snapshots.linaro.org/kernel-hwpack/linux-arndale-kvm/linux-arndale-kvm/exynos5250-arndale.dtb," \