maint: Update README.

* README: Slightly change wording.

Signed-off-by: Mathieu Lirzin <mthl@gnu.org>
pull/3/head
Roel Janssen 2016-09-26 10:34:48 +02:00 committed by Mathieu Lirzin
parent 7f894427b2
commit 24d4505507
No known key found for this signature in database
GPG Key ID: 0ADEE10094604D37
1 changed files with 6 additions and 6 deletions

12
README
View File

@ -1,5 +1,5 @@
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