Re: [PATCH] http: Support fetching builds by derivation.

2019-10-17 Thread Christopher Baines
Christopher Baines writes: > Ludovic Courtès writes: > >> Hello! >> >> Christopher Baines via "Development of GNU Guix and the GNU System >> distribution." skribis: >> >>> There's a one to one mapping of build id to derivation, so allow querying by >>> derivation file name as well. I'm looking

Re: [PATCH] http: Support fetching builds by derivation.

2019-10-02 Thread Christopher Baines
Ludovic Courtès writes: > Hello! > > Christopher Baines via "Development of GNU Guix and the GNU System > distribution." skribis: > >> There's a one to one mapping of build id to derivation, so allow querying by >> derivation file name as well. I'm looking at this as I'm interested in >> getti

[PATCH] http: Support fetching builds by derivation.

2019-10-02 Thread Development of GNU Guix and the GNU System distribution.
There's a one to one mapping of build id to derivation, so allow querying by derivation file name as well. I'm looking at this as I'm interested in getting build information in to the Guix Data Service. * src/cuirass/http.scm (url-handler): Support fetching builds by numeric id or the derivation f

Re: [PATCH] http: Support fetching builds by derivation.

2019-10-01 Thread Ludovic Courtès
Hello! Christopher Baines via "Development of GNU Guix and the GNU System distribution." skribis: > There's a one to one mapping of build id to derivation, so allow querying by > derivation file name as well. I'm looking at this as I'm interested in getting > build information in to the Guix Dat

[PATCH] http: Support fetching builds by derivation.

2019-09-29 Thread Development of GNU Guix and the GNU System distribution.
There's a one to one mapping of build id to derivation, so allow querying by derivation file name as well. I'm looking at this as I'm interested in getting build information in to the Guix Data Service. * src/cuirass/http.scm (url-handler): Add new clause to match statement, to return build inform