aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2015-10-27 17:09:40 +0000
committerRyan Harkin <ryan.harkin@linaro.org>2015-10-27 17:09:40 +0000
commit025fa4e8afd3b5859125e1908540abafd53013e7 (patch)
tree647ba7adcb140df3de2ebf8220fbc41042b482dd
parent4251337b0959ecf7c2e3a9f3906f7abff035b8d0 (diff)
platofrms-ci.sh: replace latest/ramdisk.img with 15.09/ramdisk.img
LMG have broken the release URLs again, so I'm fudging my CI job to use the 15.09 ramdisk.img files specifically saying as the "latest" link is no longer there. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rwxr-xr-xplatforms-ci.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/platforms-ci.sh b/platforms-ci.sh
index 66de966..6eadfd8 100755
--- a/platforms-ci.sh
+++ b/platforms-ci.sh
@@ -205,11 +205,11 @@ function dobuilds
# we want to clean the workspace before building each variant
clean_workspace
if [ "${variants[i]}" == "fvp-android" ]; then
- wget https://releases.linaro.org/android/reference-lcr/fvp/latest/ramdisk.img
+ wget https://releases.linaro.org/android/reference-lcr/fvp/15.09/ramdisk.img
elif [ "${variants[i]}" == "juno-android" ]; then
- wget https://releases.linaro.org/android/reference-lcr/juno/latest/ramdisk.img
+ wget https://releases.linaro.org/android/reference-lcr/juno/15.09/ramdisk.img
elif [ "${variants[i]}" == "tc2-android" ]; then
- wget https://releases.linaro.org/android/reference-lcr/vexpress/latest/ramdisk.img
+ wget https://releases.linaro.org/android/reference-lcr/vexpress/15.09/ramdisk.img
fi
./build-scripts/build-all.sh ${variants[i]}
./build-scripts/build-all.sh ${variants[i]} package