Author: jfrederic.clere(a)jboss.com
Date: 2012-09-10 12:11:12 -0400 (Mon, 10 Sep 2012)
New Revision: 2962
Modified:
trunk/build/unix/buildsrc.cluster.sh
Log:
Add a test for git...
Modified: trunk/build/unix/buildsrc.cluster.sh
===================================================================
--- trunk/build/unix/buildsrc.cluster.sh 2012-09-06 14:45:20 UTC (rev 2961)
+++ trunk/build/unix/buildsrc.cluster.sh 2012-09-10 16:11:12 UTC (rev 2962)
@@ -53,6 +53,11 @@
esac
echo "$tag using $URLBASE"
+if [ $USE_GIT }; then
+ echo "USE GIT!!!"
+ exit 1
+fi
+
(cd $package_src_dir/srclib
svn export ${URLBASE} mod_cluster
)
Show replies by date