summaryrefslogtreecommitdiff
path: root/makelavaimg
diff options
context:
space:
mode:
Diffstat (limited to 'makelavaimg')
-rwxr-xr-xmakelavaimg7
1 files changed, 3 insertions, 4 deletions
diff --git a/makelavaimg b/makelavaimg
index 932f089..1859ede 100755
--- a/makelavaimg
+++ b/makelavaimg
@@ -18,11 +18,11 @@ image="xenlava-${hwpack}.img"
suite="saucy"
#CI build version
-#get last hwpack that built OK
export HWPACK_BUILD_NUMBER=`wget -q --no-check-certificate -O - https://ci.linaro.org/jenkins/job/ubuntu-armhf-hwpacks/hwpack=${hwpack},label=build/lastSuccessfulBuild/buildNumber`
export HWPACK_BUILD_TIMESTAMP=`wget -q --no-check-certificate -O - https://ci.linaro.org/jenkins/job/ubuntu-armhf-hwpacks/hwpack=${hwpack},label=build/lastSuccessfulBuild/buildTimestamp?format=yyyyMMdd`
-export HWPACK_BUILD_NUMBER=593
-export HWPACK_BUILD_TIMESTAMP=20140121
+#get hwpack numver manually
+export HWPACK_BUILD_NUMBER=598
+export HWPACK_BUILD_TIMESTAMP=20140128
export HWPACK_BUILD_FILENAME="hwpack_linaro-${hwpack}_${HWPACK_BUILD_TIMESTAMP}-${HWPACK_BUILD_NUMBER}_armhf_supported.tar.gz"
export HWPACK_BUILD_URL="http://snapshots.linaro.org/ubuntu/hwpacks/${hwpack}/${HWPACK_BUILD_NUMBER}/${HWPACK_BUILD_FILENAME}"
@@ -43,7 +43,6 @@ if [ $? -ne 0 ]; then
fi
#get xen hypervisor and tools
export XEN_BUILD_NUMBER=`wget -q --no-check-certificate -O - https://ci.linaro.org/jenkins/job/xen-base/lastSuccessfulBuild/buildNumber`
-export XEN_BUILD_NUMBER=218
wget -N --progress=dot -e dotbytes=2M "http://snapshots.linaro.org/components/platform/xen/${XEN_BUILD_NUMBER}/xen"
if [ $? -ne 0 ]; then
echo "Can't download xen binary"