Merge pull request #94481 from veprbl/pr/texlive_no_rev
texlive: disable revisioned tarballs for now
This commit is contained in:
commit
88baea464c
@ -99,8 +99,11 @@ let
|
|||||||
urls = args.urls or (if args ? url then [ args.url ] else
|
urls = args.urls or (if args ? url then [ args.url ] else
|
||||||
lib.concatMap
|
lib.concatMap
|
||||||
(up: [
|
(up: [
|
||||||
"${up}/${urlName}.r${toString revision}.tar.xz"
|
# Only ~11% of packages in texlive 2019 have revisions, so
|
||||||
"${up}/${urlName}.tar.xz" # TODO To be removed for telive 2020
|
# the number of requests is nearly doubled if we lookup
|
||||||
|
# the name with revision
|
||||||
|
# "${up}/${urlName}.r${toString revision}.tar.xz"
|
||||||
|
"${up}/${urlName}.tar.xz" # TODO To be removed for texlive 2020?
|
||||||
])
|
])
|
||||||
urlPrefixes);
|
urlPrefixes);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user