Author: rhs
Date: Sun Nov 4 23:29:03 2012
New Revision: 1405671
URL: http://svn.apache.org/viewvc?rev=1405671&view=rev
Log:
update release script to match examples
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=1405671&r1=1405670&r2=1405671&view=diff
==============================================================================
--- qpid/proton/trunk/bin/release.sh (original)
+++ qpid/proton/trunk/bin/release.sh Sun Nov 4 23:29:03 2012
@@ -86,7 +86,6 @@ mkdir -p "${WORKDIR}"
cd ${WORKDIR}
svn export -qr ${REVISION} ${URL}/${BRANCH}/proton-c ${rootname}
svn export -qr ${REVISION} ${URL}/${BRANCH}/tests ${rootname}/tests
- svn export -qr ${REVISION} ${URL}/${BRANCH}/examples ${rootname}/examples
cat <<EOF > ${rootname}/SVN_INFO
Repo: ${URL}
@@ -97,7 +96,6 @@ EOF
##
## Remove content not for release
##
- rm -rf ${rootname}/examples/broker
rm -rf ${rootname}/examples/mailbox
echo "Generating Archive: ${CURRDIR}/${rootname}.tar.gz"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]