branch: master commit 7d7f6831069933e8961656385e178c03f0a492a9 Author: Clément Lassieur <clem...@lassieur.org> Date: Sat Aug 4 18:33:04 2018 +0200
doc: Fix database description. * doc/cuirass.texi (Database schema): Add 'Outputs' to the database description. --- doc/cuirass.texi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/cuirass.texi b/doc/cuirass.texi index 6cf82ba..d4c6ae1 100644 --- a/doc/cuirass.texi +++ b/doc/cuirass.texi @@ -249,8 +249,9 @@ Cuirass uses a SQLite database to store information about jobs and past build results, but also to coordinate the execution of jobs. The database contains the following tables: @code{Specifications}, -@code{Inputs}, @code{Stamps}, @code{Evaluations}, @code{Derivations} and -@code{Builds}. The purpose of each of these tables is explained below. +@code{Inputs}, @code{Stamps}, @code{Evaluations}, @code{Derivations}, +@code{Builds} and @code{Outputs}. The purpose of each of these tables is +explained below. @section Specifications @cindex specifications, database