Author: richard.opalka(a)jboss.com
Date: 2009-03-12 06:13:53 -0400 (Thu, 12 Mar 2009)
New Revision: 9581
Modified:
framework/trunk/hudson/hudson-home/jobs/AS-5.0.0/config.xml
framework/trunk/hudson/hudson-home/jobs/AS-5.0.1/config.xml
framework/trunk/hudson/hudson-home/jobs/AS-5.1.0/config.xml
framework/trunk/hudson/hudson-home/jobs/AS-6.0.0/config.xml
Log:
optimizing hudson speed - we do not need sources on QA machine
Modified: framework/trunk/hudson/hudson-home/jobs/AS-5.0.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/AS-5.0.0/config.xml 2009-03-12 09:22:31 UTC
(rev 9580)
+++ framework/trunk/hudson/hudson-home/jobs/AS-5.0.0/config.xml 2009-03-12 10:13:53 UTC
(rev 9581)
@@ -21,7 +21,7 @@
# build jboss
#
cd $SVNBASE
-./build/build.sh clean main
+./build/build.sh -Dthirdparty.maven.opts=-Dskip-download-sources clean main
#
# Verify build
Modified: framework/trunk/hudson/hudson-home/jobs/AS-5.0.1/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/AS-5.0.1/config.xml 2009-03-12 09:22:31 UTC
(rev 9580)
+++ framework/trunk/hudson/hudson-home/jobs/AS-5.0.1/config.xml 2009-03-12 10:13:53 UTC
(rev 9581)
@@ -21,7 +21,7 @@
# build jboss
#
cd $SVNBASE
-./build/build.sh clean main
+./build/build.sh -Dthirdparty.maven.opts=-Dskip-download-sources clean main
#
# Verify build
Modified: framework/trunk/hudson/hudson-home/jobs/AS-5.1.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/AS-5.1.0/config.xml 2009-03-12 09:22:31 UTC
(rev 9580)
+++ framework/trunk/hudson/hudson-home/jobs/AS-5.1.0/config.xml 2009-03-12 10:13:53 UTC
(rev 9581)
@@ -21,7 +21,7 @@
# build jboss
#
cd $SVNBASE
-./build/build.sh clean main
+./build/build.sh -Dthirdparty.maven.opts=-Dskip-download-sources clean main
#
# Verify build
Modified: framework/trunk/hudson/hudson-home/jobs/AS-6.0.0/config.xml
===================================================================
--- framework/trunk/hudson/hudson-home/jobs/AS-6.0.0/config.xml 2009-03-12 09:22:31 UTC
(rev 9580)
+++ framework/trunk/hudson/hudson-home/jobs/AS-6.0.0/config.xml 2009-03-12 10:13:53 UTC
(rev 9581)
@@ -21,7 +21,7 @@
# build jboss
#
cd $SVNBASE
-./build/build.sh clean main
+./build/build.sh -Dthirdparty.maven.opts=-Dskip-download-sources clean main
#
# Verify build
Show replies by date