[Git][qa/jenkins.debian.net][master] reproducible_create_meta_pkg_sets: update URL for grml dpkg.selections
Holger Levsen (@holger)
gitlab at salsa.debian.org
Fri Dec 20 10:56:20 GMT 2024
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
18f5518e by Chris Hofstaedtler at 2024-12-20T11:56:09+01:00
reproducible_create_meta_pkg_sets: update URL for grml dpkg.selections
With the Grml 2024.12 release, the product names change, so the URL also
changes.
In addition, the hosting situation changes and redirects need to be followed.
The new URL should start working some time on 2024-12-20.
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_create_meta_pkg_sets.sh
Changes:
=====================================
bin/reproducible_create_meta_pkg_sets.sh
=====================================
@@ -358,9 +358,9 @@ update_pkg_set_specific() {
fi
;;
grml) # grml
- URL="https://grml.org/files/grml64-full_latest/dpkg.selections"
+ URL="https://grml.org/files/grml-full-latest-amd64/dpkg.selections"
echo "Downloading $URL now."
- curl $URL | cut -f1 | cut -d ':' -f1 > $TMPFILE
+ curl -L $URL | cut -f1 | cut -d ':' -f1 > $TMPFILE
if ! grep '404 Not Found' $TMPFILE ; then
echo "parsing $TMPFILE now..."
packages_list_to_deb822
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/18f5518ea69bd4f6618d0e28ccdbb23f20262264
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/18f5518ea69bd4f6618d0e28ccdbb23f20262264
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20241220/c988f039/attachment.htm>
More information about the Qa-jenkins-scm
mailing list