diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2009-11-25 07:06:54 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2009-11-25 07:06:54 +0000 |
| commit | 1ecd87225c06778063e7fe7d6c902fbabdf93378 (patch) | |
| tree | 839a622d266b252e33b29459c2bd6b1c2aa529bb /bin | |
| parent | c3541c05c696722bbec8a13283196e4d7ce8cec1 (diff) | |
| download | qpid-python-1ecd87225c06778063e7fe7d6c902fbabdf93378.tar.gz | |
Removed dotnet from release process
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@883997 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/release.sh | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/bin/release.sh b/bin/release.sh index c20cd47c75..81cdfee2fe 100755 --- a/bin/release.sh +++ b/bin/release.sh @@ -36,7 +36,6 @@ usage() echo "--all |-a : Generate all artefacts" echo "--source|-e : Generate the source artefact" echo "--cpp |-c : Generate the CPP artefacts" - echo "--dotnet|-d : Generate the dotnet artefacts" echo "--java |-j : Generate the java artefacts" echo "--ruby |-r : Generate the ruby artefacts" echo "--python|-p : Generate the python artefacts" @@ -82,9 +81,6 @@ for arg in $* ; do --cpp|-c) CPP="CPP" ;; - --dotnet|-d) - DOTNET="DOTNET" - ;; --java|-j) JAVA="JAVA" ;; @@ -134,10 +130,9 @@ echo REV:$REV echo VER:$VER # If nothing is specified then do it all -if [ -z "${CLEAN}${PREPARE}${CPP}${DOTNET}${JAVA}${RUBY}${PYTHON}${SOURCE}${SIGN}${UPLOAD}" ] ; then +if [ -z "${CLEAN}${PREPARE}${CPP}${JAVA}${RUBY}${PYTHON}${SOURCE}${SIGN}${UPLOAD}" ] ; then PREPARE="PREPARE" CPP="CPP" - DOTNET="DOTNET" JAVA="JAVA" RUBY="RUBY" PYTHON="PYTHON" @@ -208,23 +203,6 @@ if [ "JAVA" == "$JAVA" ] ; then cp qpid-${VER}/java/management/eclipse-plugin/release/*.tar.gz qpid-${VER}/java/management/eclipse-plugin/release/*.zip artifacts/ fi -if [ "DOTNET" == "$DOTNET" ] ; then - pushd qpid-${VER}/dotnet - cd Qpid.Common - ant - cd .. - ./build-nant-release mono-2.0 - - cd client-010/gentool - ant - cd .. - nant -t:mono-2.0 release-pkg - popd - - cp qpid-${VER}/dotnet/bin/mono-2.0/release/*.zip artifacts/qpid-dotnet-0-8-${VER}.zip - cp qpid-${VER}/dotnet/client-010/bin/mono-2.0/debug/*.zip artifacts/qpid-dotnet-0-10-${VER}.zip -fi - if [ "SIGN" == "$SIGN" ] ; then pushd artifacts sha1sum *.zip *.gz *.svnversion > SHA1SUM |
