On Sun, Jul 24, 2016 at 04:12:07PM +0300, Efraim Flashner wrote: > On Sun, Jul 24, 2016 at 03:58:30AM +0200, John Darrington wrote: > > I wonder if it would be worth having some kind of daemon which crawls and > > flags > > sources which are either missing, or have bad checksums? > > https://www.gnu.org/software/guix/packages/issues.html
The URL check can also be done locally with the linter: $ guix lint --checkers=source Without any arguments, it will check the entire package tree. It doesn't check the hash, only that the URL returns something.