Author: jfrederic.clere(a)jboss.com
Date: 2008-07-23 10:17:15 -0400 (Wed, 23 Jul 2008)
New Revision: 1756
Modified:
trunk/build/daemon/buildall.bat
trunk/build/daemon/buildall.sh
Log:
Add rhel-httpd to the build jobs.
Modified: trunk/build/daemon/buildall.bat
===================================================================
--- trunk/build/daemon/buildall.bat 2008-07-22 11:52:29 UTC (rev 1755)
+++ trunk/build/daemon/buildall.bat 2008-07-23 14:17:15 UTC (rev 1756)
@@ -49,6 +49,12 @@
call build.bat sdk x86 jboss-native -ssl -cache
call build.bat sdk x64 jboss-native -ssl -cache
call build.bat sdk i64 jboss-native -ssl -cache
+
+REM build http using rhel repos
+call build.bat sdk x86 rhel-httpd -ssl -cache
+call build.bat sdk x64 rhel-httpd -ssl -cache
+call build.bat sdk i64 rhel-httpd -ssl -cache
+
REM Uncomment for building sight
REM call build.bat sdk x86 jboss-sight -cache
REM call build.bat sdk x64 jboss-sight -cache
Modified: trunk/build/daemon/buildall.sh
===================================================================
--- trunk/build/daemon/buildall.sh 2008-07-22 11:52:29 UTC (rev 1755)
+++ trunk/build/daemon/buildall.sh 2008-07-23 14:17:15 UTC (rev 1756)
@@ -48,8 +48,10 @@
(cd ../unix
if $build_ssl; then
./build.sh jboss-native -ssl -cache
+ ./build.sh rhel-httpd -ssl -cache
fi
./build.sh jboss-native -cache
+ ./build.sh rhel-httpd -cache
# Uncomment for building sight
# ./build.sh jboss-sight -cache
)
Show replies by date