Author: jfrederic.clere(a)jboss.com
Date: 2007-12-04 06:25:43 -0500 (Tue, 04 Dec 2007)
New Revision: 1162
Modified:
trunk/build/unix/build.sh
Log:
Stops if the source package can't be build.
Modified: trunk/build/unix/build.sh
===================================================================
--- trunk/build/unix/build.sh 2007-12-02 20:49:56 UTC (rev 1161)
+++ trunk/build/unix/build.sh 2007-12-04 11:25:43 UTC (rev 1162)
@@ -360,6 +360,10 @@
fi
)
ls -l ${dst_dir}/${dst_name}.$package_extension
+ if [ $? ne 0 ]; then
+ echo "buildtar failed"
+ exit 1
+ fi
}
#
Show replies by date