aboutsummaryrefslogtreecommitdiff
path: root/96boards-reference-platform-hikey-sd-installer
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2018-03-02 10:51:05 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2018-03-02 14:20:21 +0000
commitec7bd7a6f310936c03ca24eee14abbdad2b3c5cf (patch)
treee32a2b213705c25755c764efb7d2238c08f3ee80 /96boards-reference-platform-hikey-sd-installer
parentb3ab7142c801169b14cf00af660e9517dad9dd26 (diff)
migrate from builds.96boards.org to {releases,snapshots.linaro.org/96boards
Change-Id: Idc4591c3a7ba1dfc7405b72ebb15655eee5bfbbd Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to '96boards-reference-platform-hikey-sd-installer')
-rw-r--r--96boards-reference-platform-hikey-sd-installer/builders.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/96boards-reference-platform-hikey-sd-installer/builders.sh b/96boards-reference-platform-hikey-sd-installer/builders.sh
index cf457f4432..e8d4d06535 100644
--- a/96boards-reference-platform-hikey-sd-installer/builders.sh
+++ b/96boards-reference-platform-hikey-sd-installer/builders.sh
@@ -67,8 +67,8 @@ sudo chown ${USER}:${USER} rootfs/mnt/debian
# download alip image for flash
export ROOTFS_BUILD_TIMESTAMP=$(wget -q -O - https://ci.linaro.org/job/96boards-reference-platform-debian/BOARD=hikey,label=docker-jessie-amd64/lastSuccessfulBuild/buildTimestamp?format=yyyyMMdd)
export ROOTFS_BUILD_NUMBER=$(wget -q -O - https://ci.linaro.org/job/96boards-reference-platform-debian/BOARD=hikey,label=docker-jessie-amd64/lastSuccessfulBuild/buildNumber)
-export TARGET_ROOT_URL="https://builds.96boards.org/snapshots/reference-platform/debian/${ROOTFS_BUILD_NUMBER}/hikey/hikey-rootfs-debian-jessie-alip-${ROOTFS_BUILD_TIMESTAMP}-${ROOTFS_BUILD_NUMBER}.emmc.img.gz"
-export TARGET_BOOT_URL="https://builds.96boards.org/snapshots/reference-platform/debian/${ROOTFS_BUILD_NUMBER}/hikey/hikey-boot-linux-${ROOTFS_BUILD_TIMESTAMP}-${ROOTFS_BUILD_NUMBER}.uefi.img.gz"
+export TARGET_ROOT_URL="https://snapshots.linaro.org/96boards/reference-platform/debian/${ROOTFS_BUILD_NUMBER}/hikey/hikey-rootfs-debian-jessie-alip-${ROOTFS_BUILD_TIMESTAMP}-${ROOTFS_BUILD_NUMBER}.emmc.img.gz"
+export TARGET_BOOT_URL="https://snapshots.linaro.org/96boards/reference-platform/debian/${ROOTFS_BUILD_NUMBER}/hikey/hikey-boot-linux-${ROOTFS_BUILD_TIMESTAMP}-${ROOTFS_BUILD_NUMBER}.uefi.img.gz"
wget -nc --progress=dot -e dotbytes=2M -O rootfs/mnt/debian/rootfs.img.gz ${TARGET_ROOT_URL}
wget -nc --progress=dot -e dotbytes=2M -O rootfs/mnt/debian/boot.img.gz ${TARGET_BOOT_URL}
@@ -77,7 +77,7 @@ sudo cp -a rootfs/usr/share/96boards-tools/flash-hikey rootfs/mnt/flash
cat << EOF > rootfs/mnt/debian/os.json
{
"name": "Reference platform Debian Desktop for hikey - Build ${BUILD_NUMBER}",
- "url": "http://builds.96boards.org/releases/installer/hikey",
+ "url": "http://releases.linaro.org/96boards/installer/hikey",
"version": "${ROOTFS_BUILD_NUMBER}",
"release_date": "$(date +%Y-%m-%d)",
"description": "Reference platform Debian LXDE desktop for hikey"
@@ -95,4 +95,4 @@ wget -q https://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.
time python ${HOME}/bin/linaro-cp.py \
--server ${PUBLISH_SERVER} \
--link-latest \
- out/ snapshots/reference-platform/installer/hikey/${BUILD_NUMBER}/
+ out/ 96boards/reference-platform/installer/hikey/${BUILD_NUMBER}/