Author: jfrederic.clere(a)jboss.com
Date: 2008-01-18 05:21:13 -0500 (Fri, 18 Jan 2008)
New Revision: 1288
Modified:
trunk/build/unix/build.sh
trunk/build/unix/buildtest.jboss-native.sh
trunk/build/unix/buildtest.jboss-native.windows.sh
trunk/build/unix/buildtest.rhel-httpd.linux2.sh
trunk/build/unix/buildtest.rhel-httpd.solaris.sh
Log:
Add build_cache_dir and IPLOCAL parameters.
Modified: trunk/build/unix/build.sh
===================================================================
--- trunk/build/unix/build.sh 2008-01-18 10:01:55 UTC (rev 1287)
+++ trunk/build/unix/build.sh 2008-01-18 10:21:13 UTC (rev 1288)
@@ -1000,5 +1000,5 @@
# run a test
if $run_test; then
- override ${build_top}/buildtest.${PACKAGE}.sh ${TMPROOTBASE} ${package_output_dir}
+ override ${build_top}/buildtest.${PACKAGE}.sh ${TMPROOTBASE} ${package_output_dir}
${build_cache_dir} ${IPLOCAL}
fi
Modified: trunk/build/unix/buildtest.jboss-native.sh
===================================================================
--- trunk/build/unix/buildtest.jboss-native.sh 2008-01-18 10:01:55 UTC (rev 1287)
+++ trunk/build/unix/buildtest.jboss-native.sh 2008-01-18 10:21:13 UTC (rev 1288)
@@ -23,8 +23,13 @@
#
# $1 : Base directory for the test.
# $2 : Directory where the package was built.
+# $3 : Directory where downloaded packages are stored.
+# $4 : Name or IP to use for the tests.
+
base=$1
root=$2
+build_cache_dir=$3
+IPLOCAL=$4
# Copy java
if [ ! -d ${base}/${root}/${JAVA_HOME} ]; then
Modified: trunk/build/unix/buildtest.jboss-native.windows.sh
===================================================================
--- trunk/build/unix/buildtest.jboss-native.windows.sh 2008-01-18 10:01:55 UTC (rev 1287)
+++ trunk/build/unix/buildtest.jboss-native.windows.sh 2008-01-18 10:21:13 UTC (rev 1288)
@@ -24,5 +24,9 @@
#
# Run a test of the jbossweb native components.
#
-root=$1
+base=$1
+root=$2
+build_cache_dir=$3
+IPLOCAL=$4
+
echo "Not yet supported platform"
Modified: trunk/build/unix/buildtest.rhel-httpd.linux2.sh
===================================================================
--- trunk/build/unix/buildtest.rhel-httpd.linux2.sh 2008-01-18 10:01:55 UTC (rev 1287)
+++ trunk/build/unix/buildtest.rhel-httpd.linux2.sh 2008-01-18 10:21:13 UTC (rev 1288)
@@ -25,8 +25,13 @@
#
# $1 : Base directory for the test.
# $2 : Directory where the package was built.
+# $3 : Directory where downloaded packages are stored.
+# $4 : Name or IP to use for the tests.
+
base=$1
root=$2
+build_cache_dir=$3
+IPLOCAL=$4
# Copy the package to test.
cp -rp $root/opt/ $base/$root
Modified: trunk/build/unix/buildtest.rhel-httpd.solaris.sh
===================================================================
--- trunk/build/unix/buildtest.rhel-httpd.solaris.sh 2008-01-18 10:01:55 UTC (rev 1287)
+++ trunk/build/unix/buildtest.rhel-httpd.solaris.sh 2008-01-18 10:21:13 UTC (rev 1288)
@@ -25,6 +25,8 @@
#
base=$1
root=$2
+build_cache_dir=$3
+IPLOCAL=$4
# copy the installation in /tmp (mknod doesn't work on all file system)
cp -rp $root/opt $base/$root
Show replies by date