[kde-linux/kde-linux-packages] /: use https
Harald Sitter <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 1b15f1a6c37ffe893c4f8ec6729eeb2692e41da3 by Harald Sitter.
Committed on 31/07/2026 at 18:39.
Pushed by sitter into branch 'master'.
use https
the mirror now supports and requires it
M +2 -2 bootstrap.sh
https://invent.kde.org/kde-linux/kde-linux-packages/-/commit/1b15f1a6c37ffe893c4f8ec6729eeb2692e41da3
diff --git a/bootstrap.sh b/bootstrap.sh
index f96ca13..7665a1c 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -19,8 +19,8 @@ sed -i 's/NoProgressBar//' /etc/pacman.conf
mkdir -p "$ARTIFACTS_DIR"
-LATEST=$(curl --fail --silent http://archive.kde-linux.haraldsitter.eu/latest.txt)
-REPO="http://archive.kde-linux.haraldsitter.eu/${LATEST}"
+LATEST=$(curl --fail --silent https://archive.kde-linux.haraldsitter.eu/latest.txt)
+REPO="https://archive.kde-linux.haraldsitter.eu/${LATEST}"
echo "$REPO" > "$ARTIFACTS_DIR/build_repo.txt"
echo "Server = ${REPO}/\$repo/os/\$arch" | sudo tee "$MIRRORLIST" > /dev/null