[Git][haskell-team/tools][master] 2 commits: binNMUs: More http -> https and use deb.debian.org
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Fri Dec 15 13:51:14 GMT 2023
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / tools
Commits:
ab44b7f7 by Adrian Bunk at 2023-12-13T13:19:09+02:00
binNMUs: More http -> https and use deb.debian.org
- - - - -
91279613 by Ilias Tsitsimpis at 2023-12-15T13:51:09+00:00
Merge branch 'master' into 'master'
binNMUs: More http -> https and use deb.debian.org
See merge request haskell-team/tools!6
- - - - -
1 changed file:
- binnmus/binNMUs.hs
Changes:
=====================================
binnmus/binNMUs.hs
=====================================
@@ -415,14 +415,14 @@ fetchWannaBuildHTTP conf a = do
-- Reading archive files
debianMirror :: Arch -> String
-debianMirror arch = printf "http://cdn-fastly.deb.debian.org/%s" subdir
+debianMirror arch = printf "https://deb.debian.org/%s" subdir
where
subdir = if arch `elem` portsArches then "debian-ports" else "debian"
builddMirror :: Arch -> String
builddMirror arch =
- if arch `elem` portsArches then "http://incoming.ports.debian.org/buildd"
- else "http://incoming.debian.org/debian-buildd"
+ if arch `elem` portsArches then "https://incoming.ports.debian.org/buildd"
+ else "https://incoming.debian.org/debian-buildd"
packageURL :: String -> Arch -> String
packageURL suite arch = printf "%s/dists/%s/main/binary-%s/Packages.xz" mirror suite' arch
View it on GitLab: https://salsa.debian.org/haskell-team/tools/-/compare/1f735ccaf9b9c75d3cab09cf02b18fbb895475ee...9127961390815d0c3107dc2784cf33cb3123a42b
--
View it on GitLab: https://salsa.debian.org/haskell-team/tools/-/compare/1f735ccaf9b9c75d3cab09cf02b18fbb895475ee...9127961390815d0c3107dc2784cf33cb3123a42b
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/pkg-haskell-commits/attachments/20231215/41582c4a/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list