Re: [PATCH] doc: Document database schema.

2017-05-05 Thread Ricardo Wurmus
Ludovic Courtès writes: > For the record, the schema was loosely inspired by Hydra’s own schema: > > https://github.com/NixOS/hydra/blob/master/src/sql/hydra.sql Ah, good to know. >> +@item file >> +The full path of the Scheme file containing PROC. > > s/full path/absolute file name/ :-) >

Re: [PATCH] doc: Document database schema.

2017-05-05 Thread Ludovic Courtès
Ricardo Wurmus skribis: > * doc/cuirass.texi: Add "Database" node. Great! For the record, the schema was loosely inspired by Hydra’s own schema: https://github.com/NixOS/hydra/blob/master/src/sql/hydra.sql > +@item file > +The full path of the Scheme file containing PROC. s/full path/absol

Re: [PATCH] doc: Document database schema.

2017-05-05 Thread Ricardo Wurmus
Maxim Cournoyer writes: > On May 5, 2017 3:38:14 AM PDT, Ricardo Wurmus wrote: >>* doc/cuirass.texi: Add "Database" node. >>--- […] > Very well written; LGTM! And thanks for documenting cuirass! Thank you for the review! Pushed to guix-cuirass with commit a733cd7. -- Ricardo GPG: BCA6 89B6

Re: [PATCH] doc: Document database schema.

2017-05-05 Thread Maxim Cournoyer
On May 5, 2017 3:38:14 AM PDT, Ricardo Wurmus wrote: >* doc/cuirass.texi: Add "Database" node. >--- >doc/cuirass.texi | 149 >+++ > 1 file changed, 149 insertions(+) > >diff --git a/doc/cuirass.texi b/doc/cuirass.texi >index 39d256f..c045002 10064