Open nh2 opened 5 years ago
Thank you for your contributions. This has been automatically marked as stale because it has had no activity for 180 days. If this is still important to you, we ask that you leave a comment below. Your comment can be as simple as "still important to me". This lets people see that at least one person still cares about this. Someone will have to do this at most twice a year if there is no other activity. Here are suggestions that might help resolve this more quickly:
still important to me
I marked this as stale due to inactivity. → More info
still important to me
Important to me as well.
Perhaps this issue could be “moved” to nixpkgs-hammering? I believe that is the tool that @r-rmcgibbo runs to get suggestions for PRs?
Also the debian-sources check mentioned on jtojnar/nixpkgs-hammering#1 looks kind of similar to this issue.
I marked this as stale due to inactivity. → More info
Doing
git grep -E 'url = .*archlinux.*.patch' | grep -v 'id='
shows that many packages use unstable URLs infetchpatch
whose contents will change as the upstream changes their patches, and break builds and reproducibility then.Example from current nixpkgs
master
:It would be cool to have some form of regex-list based warning shown to the user and in PRs that detects e.g. use of common locations like
archlinux.org
and probably Gentoo and Alpine, when they are used infetchpatch
URLs with.