summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-04-01 19:47:11 +0300
committerLars Wirzenius <liw@liw.fi>2017-04-01 19:47:11 +0300
commitfd483086a982ad35698981e8ecb80e61a730b77d (patch)
tree36b8bbf522fa906497043b3a70a853c49d44f36f /README
parent7dc0c85e41e84aae4c697affa1856f71e803cead (diff)
downloadick2-fd483086a982ad35698981e8ecb80e61a730b77d.tar.gz
Flesh out README a bit
Diffstat (limited to 'README')
-rw-r--r--README19
1 files changed, 18 insertions, 1 deletions
diff --git a/README b/README
index 0a19d16..e4dee2b 100644
--- a/README
+++ b/README
@@ -1,7 +1,24 @@
Ick - a continuous integration system
=============================================================================
-This will be written later.
+Introduction
+-----------------------------------------------------------------------------
+
+Ick2 will become a CI system. It is not there yet. It is not even
+ALPHA level yet.
+
+
+Hacking
+-----------------------------------------------------------------------------
+
+Ick2 is written in Python 2 (do not ask for Python 3, it will happen
+when it happens).
+
+There are no unit tests yet.
+
+There are some integration tests written for the controller's HTTP
+API. To run them, run `./check`. You may add any command line
+parameters than `yarn` accepts.
Legalese