From c9066d49bf67a514e174038f18b418beed145a17 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 24 Nov 2019 18:40:38 +0100 Subject: [PATCH] reproducible Debian: quick hack to fix the PureOS pkg set Signed-off-by: Holger Levsen --- bin/reproducible_create_meta_pkg_sets.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bin/reproducible_create_meta_pkg_sets.sh b/bin/reproducible_create_meta_pkg_sets.sh index de713fa3..003c3c28 100755 --- a/bin/reproducible_create_meta_pkg_sets.sh +++ b/bin/reproducible_create_meta_pkg_sets.sh @@ -396,7 +396,10 @@ update_pkg_set_specific() { # Use the list of binary packages that is shipped with the .iso image for now BASEURL="https://www.pureos.net/download/" echo "Downloading $BASEURL now." - URL="$(curl $BASEURL | sed -n -e 's@.*\(https://downloads.puri.sm/.*\)\.hybrid\.iso.*@\1.packages@p')" + URL=http://downloads.pureos.net/amber/live/gnome/2019-11-16/pureos-9.0-gnome-live_20191116-amd64.packages + # URL has changed and isnt easy to parse anymore + # (there is no latest link or such...) + # URL="$(curl $BASEURL | sed -n -e 's@.*\(https://downloads.pureos.net/.*\)\.hybrid\.iso.*@\1.packages@p')" if [ -n "$URL" ] ; then echo "Downloading $URL now." # eg. "zlib1g:amd64\t1:1.2.11.dfsg-1" -- GitLab