Displaying 1 result from an estimated 1 matches for "2cc11d6".
2009 Jun 03
1
[PATCH server] ovirt server installer autobuild integration
...irt-installer-test-answers | 21 +++++++++++++
ovirt-server-test.ks | 37 ++++++++++++++++++++++++
3 files changed, 123 insertions(+), 0 deletions(-)
create mode 100644 ovirt-installer-test-answers
create mode 100644 ovirt-server-test.ks
diff --git a/autobuild.sh b/autobuild.sh
index 2cc11d6..66a5167 100755
--- a/autobuild.sh
+++ b/autobuild.sh
@@ -25,10 +25,13 @@ set -v
test -f Makefile && make -k distclean || :
+############# build the server rpm
+
# put rails in development mode
cp conf/ovirt-rails.sysconf conf/ovirt-rails.sysconf.orig
echo "RAILS_ENV=developmen...