Thursday, 22 January
2009
Thu, 22 Jan
'09
12:34 p.m.
Author: jfrederic.clere(a)jboss.com
Date: 2009-01-22 06:34:18 -0500 (Thu, 22 Jan 2009)
New Revision: 2200
Modified:
trunk/build/unix/build.sh
Log:
Comment out the buildroot stuff (for the moment).
Modified: trunk/build/unix/build.sh
===================================================================
--- trunk/build/unix/build.sh 2009-01-22 11:01:27 UTC (rev 2199)
+++ trunk/build/unix/build.sh 2009-01-22 11:34:18 UTC (rev 2200)
@@ -1178,13 +1178,14 @@
if $run_test; then
# create a chrootable environment for testing:
- if [ ! -d ${TMPROOTBASE}/${package_output_dir} ]; then
- override ${build_top}/util/buildroot ${TMPROOTBASE}/${package_output_dir}
- if [ $? -ne 0 ]; then
- echo "buildroot ${TMPROOTBASE}/${package_output_dir} failed"
- exit 1
- fi
- fi
+ # Need sudo right... Hard to get so commented out for the moment.
+#JFC if [ ! -d ${TMPROOTBASE}/${package_output_dir} ]; then
+#JFC override ${build_top}/util/buildroot ${TMPROOTBASE}/${package_output_dir}
+#JFC if [ $? -ne 0 ]; then
+#JFC echo "buildroot ${TMPROOTBASE}/${package_output_dir} failed"
+#JFC exit 1
+#JFC fi
+#JFC fi
# run a test
override ${build_top}/buildtest.${PACKAGE}.sh ${TMPROOTBASE} ${package_output_dir}
${build_cache_dir} ${IPLOCAL} ${has_ssl}
Show replies by date