[tor-commits] [torsocks/master] Remove unused and deprecated file

dgoulet at torproject.org dgoulet at torproject.org
Fri Apr 4 22:40:25 UTC 2014


commit 2f63ef5e73b8be16be3c751355886dfefa129f6a
Author: David Goulet <dgoulet at ev0ke.net>
Date:   Wed May 29 17:00:53 2013 -0400

    Remove unused and deprecated file
    
    Signed-off-by: David Goulet <dgoulet at ev0ke.net>
---
 create-release.sh |   24 ------------------------
 1 file changed, 24 deletions(-)

diff --git a/create-release.sh b/create-release.sh
deleted file mode 100644
index 4046d21..0000000
--- a/create-release.sh
+++ /dev/null
@@ -1,24 +0,0 @@
-# Make tag:
-# svn copy https://torsocks.googlecode.com/svn/trunk \
-#          https://torsocks.googlecode.com/svn/tags/v1_0_gamma \
-#          -m "tag for torsocks release v1.0 gamma"
-
-export VN=1.0-gamma
-export VER=torsocks-$VN
-export TAG=v1_0_gamma
-cd ..
-TOPDIR=$PWD
-mkdir TorsocksReleases
-cd TorsocksReleases
-
-#create source package
-svn export http://torsocks.googlecode.com/svn/tags/$TAG $TAG
-cd $TAG
-make -f Makefile.cvs
-rm -rf autom4te.cache
-cd ..
-mv $TAG $VER
-tar jcvf $VER.tar.bz2 $VER
-tar zcvf $VER.tar.gz $VER
-gpg -sba $VER.tar.bz2
-gpg -sba $VER.tar.gz
\ No newline at end of file





More information about the tor-commits mailing list