Skip to content

Commit

Permalink
[CI] Adjust script that downloads from snapshot.d.o to follow redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
glandium committed Jan 7, 2025
1 parent ebd72a4 commit 751ba06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def sources_list(snapshot, sections):
"gpg --no-default-keyring --keyring /usr/share/keyrings/llvm.gpg"
" --import llvm-snapshot.gpg.key",
"rm llvm-snapshot.gpg.key",
"curl -sO http://snapshot.debian.org/archive/debian"
"curl -sLO http://snapshot.debian.org/archive/debian"
"/20220326T025251Z/pool/main/p/python2-pip"
"/python-pip_20.3.4%2Bdfsg-4_all.deb",
"dpkg-deb -x python-pip*.deb /",
Expand Down

0 comments on commit 751ba06

Please sign in to comment.