diff options
author | Roel Janssen <roel@gnu.org> | 2016-09-26 10:34:48 +0200 |
---|---|---|
committer | Mathieu Lirzin <mthl@gnu.org> | 2016-10-26 14:16:36 +0200 |
commit | 24d45055077911fb92aaa67762d442af44d20403 (patch) | |
tree | c27489e68544ded9c9d7fd0ebddb38f40fa2da32 | |
parent | 7f894427b29c1567bb340969c9fb4f3be6f7d910 (diff) | |
download | cuirass-24d45055077911fb92aaa67762d442af44d20403.tar cuirass-24d45055077911fb92aaa67762d442af44d20403.tar.gz |
maint: Update README.
* README: Slightly change wording.
Signed-off-by: Mathieu Lirzin <mthl@gnu.org>
-rw-r--r-- | README | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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 |