From 4d8f8ab304845e7de13f4d7d87af6dc63333e3d0 Mon Sep 17 00:00:00 2001 From: Mykola Malkov Date: Fri, 13 Apr 2018 11:42:55 +0200 Subject: [PATCH] TT#28952 Download sha1 file from deb.sipwise.com/files/grml We are using not stable GRML release so there is no grml64-small_2018.04.11.iso.sha1 on download.grml.org Change-Id: I080f8b77d7373c6529164f483f055bf1f7e1c7ef --- build_iso.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_iso.sh b/build_iso.sh index 1d9fb38..91da6cb 100755 --- a/build_iso.sh +++ b/build_iso.sh @@ -11,7 +11,7 @@ MR="$3" DIST="$4" TEMPLATES="templates" GRML_URL="${GRML_URL:-https://deb.sipwise.com/files/grml/}" -GRML_HASH_URL="${GRML_HASH_URL:-http://download.grml.org/}" +GRML_HASH_URL="${GRML_HASH_URL:-https://deb.sipwise.com/files/grml/}" SIPWISE_ISO="sip_provider_${MR}_${DATE}.iso" usage () {