Browse Source
Merge pull request #260 from lluiscampos/update-bucket-links
Update all mender bucket URLs to downloads.mender.io
2.3.x
Lluis Campos
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
4 additions and
4 deletions
-
Dockerfile
-
configs/mender_convert_config
-
configs/rockpro64_config
-
scripts/test/run-tests.sh
|
|
@ -65,7 +65,7 @@ RUN chmod 0440 /etc/sudoers.d/secure_path_override |
|
|
|
# removed. |
|
|
|
RUN sed -i -e 's/,metadata_csum//' /etc/mke2fs.conf |
|
|
|
|
|
|
|
RUN wget -q -O /usr/bin/mender-artifact https://d1b0l86ne08fsf.cloudfront.net/mender-artifact/$MENDER_ARTIFACT_VERSION/linux/mender-artifact \ |
|
|
|
RUN wget -q -O /usr/bin/mender-artifact https://downloads.mender.io/mender-artifact/$MENDER_ARTIFACT_VERSION/linux/mender-artifact \ |
|
|
|
&& chmod +x /usr/bin/mender-artifact |
|
|
|
|
|
|
|
WORKDIR / |
|
|
|
|
|
@ -115,7 +115,7 @@ MENDER_CLIENT_VERSION="latest" |
|
|
|
|
|
|
|
# File storage, containing binary files, do not modify this unless you know |
|
|
|
# what you are doing. |
|
|
|
MENDER_STORAGE_URL="https://d1b0l86ne08fsf.cloudfront.net" |
|
|
|
MENDER_STORAGE_URL="https://downloads.mender.io" |
|
|
|
|
|
|
|
# Mender GitHub organization URL prefix |
|
|
|
MENDER_GITHUB_ORG="https://github.com/mendersoftware" |
|
|
|
|
|
@ -1,5 +1,5 @@ |
|
|
|
# Binaries generated with the following script: |
|
|
|
# https://d1b0l86ne08fsf.cloudfront.net/mender-convert/uboot/rockpro64/integration-scripts.tar.gz |
|
|
|
# https://downloads.mender.io/mender-convert/uboot/rockpro64/integration-scripts.tar.gz |
|
|
|
|
|
|
|
# ROCKPro64 do not support GRUB bootloader integration, fallback to U-boot. |
|
|
|
MENDER_GRUB_EFI_INTEGRATION=n |
|
|
|
|
|
@ -23,7 +23,7 @@ RASPBIAN_IMAGE_URL="http://downloads.raspberrypi.org/raspbian_lite/images/raspbi |
|
|
|
|
|
|
|
TINKER_IMAGE_URL="http://dlcdnet.asus.com/pub/ASUS/mb/Linux/Tinker_Board_2GB/20170417-tinker-board-linaro-stretch-alip-v1.8.zip" |
|
|
|
|
|
|
|
UBUNTU_IMAGE_URL="https://d1b0l86ne08fsf.cloudfront.net/mender-convert/images/Ubuntu-Bionic-x86-64.img.gz" |
|
|
|
UBUNTU_IMAGE_URL="https://downloads.mender.io/mender-convert/images/Ubuntu-Bionic-x86-64.img.gz" |
|
|
|
|
|
|
|
UBUNTU_SERVER_RPI_IMAGE_URL="http://cdimage.ubuntu.com/ubuntu/releases/bionic/release/ubuntu-18.04.5-preinstalled-server-armhf+raspi3.img.xz" |
|
|
|
|
|
|
|