Re: [PATCHv2] lint: add 'source' checker.

2015-01-25 Thread Cyril Roelandt
On 01/23/2015 10:56 AM, Ludovic Courtès wrote: > l...@gnu.org (Ludovic Courtès) skribis: > >> OK to push with these changes, thank you! > > Ping! :-) > Done in 17a7b75c0f727cd7c32b156d8a9235a2009a248f . Cyril.

Re: [PATCHv2] lint: add 'source' checker.

2015-01-23 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > OK to push with these changes, thank you! Ping! :-) Ludo’.

Re: [PATCHv2] lint: add 'source' checker.

2015-01-15 Thread Ludovic Courtès
Cyril Roelandt skribis: > * guix/scripts/lint.scm (validate-uri?): New procedure. > (%checkers): Add 'home-page' checker ^ Typo. > +(define (check-source package) > + "Emit a warning if PACKAGE has an invalid 'source' field, or if that > +'source' is not reachable."