Add instructions on how to fix errors when downloading tarballs #12
No reviewers
Labels
No labels
Compat
Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
6 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: auxolotl/foundation#12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "5225225/foundation:add-instructions-for-manual-interventions"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Note: the second section about ftpmirror.gnu.org isn't really true right now(it won't be used until #8 is merged, and hopefully it won't be true if the bad mirror is fixed), but might as well have it to avoid confusion if other mirrors are bad.
I might suggest adding a suggestion to use a VPN as well, since that might be a simpler solution for people who already have access to one.
Added some wording about using a VPN (with easier to click/copy links).
Looks good to me!
@ -32,0 +49,4 @@curl --proxy socks5://localhost:9050 -LO https://repo.or.cz/tinycc.git/snapshot/86f3d8e33105435946383aee52487b5ddf918140.tar.gzcurl --proxy socks5://localhost:9050 -LO https://repo.or.cz/tinycc.git/snapshot/fd6d2180c5c801bb0b4c5dde27d61503059fc97d.tar.gznix-store --add-fixed sha256 86f3d8e33105435946383aee52487b5ddf918140.tar.gzNit: you can also use
nix store add-fileI think we should give one way to do things, this is already a bit of a niche thing to do and I don't think we need this excerpt to be denser than it already is. Snd so if we give only one way to do things, I don't think we should give one that's behind an experimental feature.
Evaluates OK on hydra: https://hydra.aux-cache.dev/jobset/aux-prs/foundation-pr12
Thank you!!