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:11:33 UTC

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

Author: mcpierce
Date: Tue Jan  8 20:11:32 2013
New Revision: 1430478

URL: http://svn.apache.org/viewvc?rev=1430478&view=rev
Log:
NO-JIRA: Added SVN_INFO to the Ruby source tarball.

This file gives specific version information for when in history the
tarball was created. Also removed some vestigial debug code.

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=1430478&r1=1430477&r2=1430478&view=diff
==============================================================================
--- qpid/proton/trunk/bin/release.sh (original)
+++ qpid/proton/trunk/bin/release.sh Tue Jan  8 20:11:32 2013
@@ -137,9 +137,14 @@ mkdir -p "${WORKDIR}"
 (
     cd ${WORKDIR}
     svn export -qr ${REVISION} ${URL}/${BRANCH}/proton-c ${rootname}
-    echo "In ${PWD}:"
-    ls -l
-    cd ${rootname}/bindings/ruby
+
+    cat <<EOF > ${rootname}/SVN_INFO
+Repo: ${URL}
+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