You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jr...@apache.org on 2013/11/05 22:43:02 UTC

svn commit: r1539138 - /qpid/trunk/qpid/bin/release.sh

Author: jross
Date: Tue Nov  5 21:43:02 2013
New Revision: 1539138

URL: http://svn.apache.org/r1539138
Log:
QPID-5046: Use a simple export to produce the cpp distro, now that autotools is gone

Modified:
    qpid/trunk/qpid/bin/release.sh

Modified: qpid/trunk/qpid/bin/release.sh
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/bin/release.sh?rev=1539138&r1=1539137&r2=1539138&view=diff
==============================================================================
--- qpid/trunk/qpid/bin/release.sh (original)
+++ qpid/trunk/qpid/bin/release.sh Tue Nov  5 21:43:02 2013
@@ -231,13 +231,9 @@ if [ "WCF" == "$WCF" ] ; then
 fi
 
 if [ "CPP" == "$CPP" ] ; then
-  pushd qpid-${VER}/cpp
-  ./bootstrap
-  ./configure
-  make dist -j2
-  popd
-
-  cp qpid-${VER}/cpp/*.tar.gz artifacts/qpid-cpp-${VER}.tar.gz
+  cp -a qpid-${VER}/cpp qpid-cpp-${VER}
+  tar -cvzf artifacts/qpid-cpp-${VER}.tar.gz qpid-cpp-${VER}
+  rm -rf qpid-cpp-${VER}
 fi
 
 if [ "JAVA" == "$JAVA" ] ; then



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org