-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken upstream tarballs in 15.09 #11782
Comments
I resolved those two failures. |
Reported about colordiff couple of days ago (#12656) |
The ladspa one is fixed here: #12640 |
Looks like for exim only the most current release is kept at the defined location, all other releases get moved to a subdirectory called |
@4z3: both/multiple URLs can be specified. They're tried in order. |
Is this still relevant? |
We should try this again before 17.03 to get rid of some of the old garbage we carry... |
(cherry picked from commit a3fa690) The URL was changing its contents; /cc NixOS#11782.
I ran
copy-tarballs.pl
on Nixpkgs 15.09 to mirror all referenced tarballs/patches in the content-addressed fetchurl mirror at tarballs.nixos.org. It successfully mirrored 14850 files (in addition to 3861 files mirrored previously). But it failed to mirror 83 files. There were 19 hash mismatches:And 48 files that couldn't be downloaded:
The CA certificate errors are really a
nix-prefetch-url
bug - it shouldn't complain about certificates if it knows the output hash.There were also a bunch of files that failed due to invalid characters in the file name, but that's more a bug in
copy-tarballs.pl
.The text was updated successfully, but these errors were encountered: