Re: [PATCH 01/12] upstream: Use a the first url from urls when find2 returns #f.

2016-12-13 Thread Ludovic Courtès
David Craven skribis: >> Thanks, and sorry for taking long for just one line! > > No problem. That's what code reviews are for... > > I removed my change and inserted >(display urls) >(display signature-urls) >(display url) >(display signature-url) > > here are the

Re: [PATCH 01/12] upstream: Use a the first url from urls when find2 returns #f.

2016-12-13 Thread David Craven
> Thanks, and sorry for taking long for just one line! No problem. That's what code reviews are for... I removed my change and inserted (display urls) (display signature-urls) (display url) (display signature-url) here are the results: urls: (https://crates.io/api/v1

Re: [PATCH 01/12] upstream: Use a the first url from urls when find2 returns #f.

2016-12-13 Thread Ludovic Courtès
David Craven skribis: > * guix/upstream.scm (package-update): Use a url from the list when the > find2 procedure doesn't find a url sig-url pair. > --- > guix/upstream.scm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/guix/upstream.scm b/guix/upstream.scm > index 868

[PATCH 01/12] upstream: Use a the first url from urls when find2 returns #f.

2016-12-11 Thread David Craven
* guix/upstream.scm (package-update): Use a url from the list when the find2 procedure doesn't find a url sig-url pair. --- guix/upstream.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix/upstream.scm b/guix/upstream.scm index 8685afd86..579942672 100644 --- a/guix/ups