Skip to content
Snippets Groups Projects
Unverified Commit 24d45055 authored by Roel Janssen's avatar Roel Janssen Committed by Mathieu Lirzin
Browse files

maint: Update README.


* README: Slightly change wording.

Signed-off-by: default avatarMathieu Lirzin <mthl@gnu.org>
parent 7f894427
No related branches found
No related tags found
No related merge requests found
Cuirass is continuous integration system using GNU Guix. It is
intended as replacement for Hydra.
Cuirass is a continuous integration tool using GNU Guix. It is intended as a
replacement for Hydra.
Requirements
============
......@@ -32,9 +32,9 @@ This will read the file "tests/hello-singleton.scm" which contains a list of
specifications and add them to the database "test.db" which is created if it
doesn't already exist.
cuirass then loops evaluating/building the specs. The database keeps track of
the specifications in order to allow users to accumulate specifications. To
resume the evaluation/build process you can execute the same command without
the specifications option:
'cuirass' then loops evaluating/building the specs. The database keeps track
of the specifications in order to allow users to accumulate specifications.
To resume the evaluation/build process you can execute the same command
without the '--specifications' option:
./pre-inst-env cuirass --database=test.db
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment