vasabi: start adding a README
authorMichael Adam <obnox@samba.org>
Thu, 2 Apr 2015 00:15:54 +0000 (02:15 +0200)
committerMichael Adam <obnox@samba.org>
Thu, 2 Apr 2015 16:47:46 +0000 (18:47 +0200)
README [new file with mode: 0644]

diff --git a/README b/README
new file mode 100644 (file)
index 0000000..0281ac5
--- /dev/null
+++ b/README
@@ -0,0 +1,24 @@
+vasabi - do a samba build in vagrant guests
+
+Copyright (C) Michael Adam <obnox@samba.org> 2015
+
+License: GPLv3+ - see COPYING
+
+call like this:
+
+  SRC_DIR_HOST=/path/to/samba/code ./script/vasabi.sh
+
+==> build on a ubuntu trusty lxc container
+
+  SCR_DIR_HOST=/path/to/samba/code TARGET=fedore21-64-lxc DO_TEST=1 TESTS=messaging ./script/vasabi.sh
+
+==> build on a fedora 21 container and run a few tests
+
+  ...
+
+possible options:
+
+DO_CONFIGURE
+CONFIGURE_OPTIONS
+DO_MAKE_CLEAN
+..