Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mattia Rizzolo
jenkins.d.n
Commits
c9066d49
Commit
c9066d49
authored
Nov 24, 2019
by
Holger Levsen
Browse files
reproducible Debian: quick hack to fix the PureOS pkg set
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
32b9fe26
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/reproducible_create_meta_pkg_sets.sh
View file @
c9066d49
...
@@ -396,7 +396,10 @@ update_pkg_set_specific() {
...
@@ -396,7 +396,10 @@ update_pkg_set_specific() {
# Use the list of binary packages that is shipped with the .iso image for now
# Use the list of binary packages that is shipped with the .iso image for now
BASEURL
=
"https://www.pureos.net/download/"
BASEURL
=
"https://www.pureos.net/download/"
echo
"Downloading
$BASEURL
now."
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
if
[
-n
"
$URL
"
]
;
then
echo
"Downloading
$URL
now."
echo
"Downloading
$URL
now."
# eg. "zlib1g:amd64\t1:1.2.11.dfsg-1"
# eg. "zlib1g:amd64\t1:1.2.11.dfsg-1"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment