[Yanel-commits] rev 43927 - public/yanel/trunk/src/build/targets/continuous-integration

guillaume at wyona.com guillaume at wyona.com
Fri Jul 31 10:02:01 CEST 2009


Author: guillaume
Date: 2009-07-31 10:02:00 +0200 (Fri, 31 Jul 2009)
New Revision: 43927

Modified:
   public/yanel/trunk/src/build/targets/continuous-integration/reCI
Log:
Added "re-specific" documentation.

Issue: 6893


Modified: public/yanel/trunk/src/build/targets/continuous-integration/reCI
===================================================================
--- public/yanel/trunk/src/build/targets/continuous-integration/reCI	2009-07-30 22:15:44 UTC (rev 43926)
+++ public/yanel/trunk/src/build/targets/continuous-integration/reCI	2009-07-31 08:02:00 UTC (rev 43927)
@@ -1,5 +1,11 @@
 #!/bin/sh
+# This variant of the "CI" script should only have one single difference:
+#  the server is not stopped at the end, but at the start, to make it available between each script invocation for testing purposes.
 
+# should allow Yanel to keep running past the end of Hudson jobs,
+# disabled because of http://bugzilla.wyona.com/cgi-bin/bugzilla/show_bug.cgi?id=6893 unfortunately:
+#BUILD_ID=dontKillMe
+
 if [ $# -ne 5 ]; then
 	echo "Usage: CI <HTTP port> <HTTPS port> <SHUTDOWN port> <AJP port> <Canoo webtest path>"
 	exit 2



More information about the Yanel-commits mailing list