You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by mc...@apache.org on 2013/01/08 21:28:09 UTC

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

Author: mcpierce
Date: Tue Jan  8 20:28:09 2013
New Revision: 1430491

URL: http://svn.apache.org/viewvc?rev=1430491&view=rev
Log:
NO-JIRA: Fixed the Ruby packaging.

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=1430491&r1=1430490&r2=1430491&view=diff
==============================================================================
--- qpid/proton/trunk/bin/release.sh (original)
+++ qpid/proton/trunk/bin/release.sh Tue Jan  8 20:28:09 2013
@@ -136,7 +136,7 @@ WORKDIR=$(mktemp -d)
 mkdir -p "${WORKDIR}"
 (
     cd ${WORKDIR}
-    svn export -qr ${REVISION} ${URL}/${BRANCH}/proton-c ${rootname}
+    svn export -qr ${REVISION} ${URL}/${BRANCH}/proton-c/bindings/ruby ${rootname}
 
     cat <<EOF > ${rootname}/SVN_INFO
 Repo: ${URL}
@@ -144,7 +144,6 @@ Branch: ${BRANCH}
 Revision: ${REVISION}
 EOF
 
-
     tar zcf  ${CURRDIR}/${rootname}.tar.gz ${rootname} \
       --exclude=spec \
       --exclude=CMakeLists.txt \



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