You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rh...@apache.org on 2013/01/05 19:51:14 UTC

svn commit: r1429357 - /qpid/proton/trunk/bin/release.sh

Author: rhs
Date: Sat Jan  5 18:51:13 2013
New Revision: 1429357

URL: http://svn.apache.org/viewvc?rev=1429357&view=rev
Log:
temporarily removed ruby gem creation pending some fixes from darryl

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

Modified: qpid/proton/trunk/bin/release.sh
URL: http://svn.apache.org/viewvc/qpid/proton/trunk/bin/release.sh?rev=1429357&r1=1429356&r2=1429357&view=diff
==============================================================================
--- qpid/proton/trunk/bin/release.sh (original)
+++ qpid/proton/trunk/bin/release.sh Sat Jan  5 18:51:13 2013
@@ -127,21 +127,3 @@ EOF
     echo "Generating Archive: ${CURRDIR}/${rootname}.tar.gz"
     tar zcf ${CURRDIR}/${rootname}.tar.gz ${rootname}
 )
-
-##
-## Create the Ruby GEM
-##
-rootname="qpid-proton-${VERSION}"
-WORKDIR=$(mktemp -d)
-mkdir -p "${WORKDIR}"
-(
-    cd ${WORKDIR}
-    svn export -qr ${REVISION} ${URL}/${BRANCH}/proton-c ${rootname}
-    echo "In ${PWD}:"
-    ls -l
-    cd ${rootname}/bindings/ruby
-    rake swig
-    rake package
-    cp pkg/qpid_proton-*gem ${CURRDIR}
-)
-



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