summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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