summaryrefslogtreecommitdiff
path: root/make_src_targz.sh
diff options
context:
space:
mode:
authorAlessio Treglia <quadrispro@ubuntu.com>2010-05-02 01:22:32 +0200
committerAlessio Treglia <quadrispro@ubuntu.com>2010-05-02 01:22:32 +0200
commit75096346270d50c7b541003e8bd836eb9da82d2e (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /make_src_targz.sh
parentc298bfa6913b48e5e16f7d3fed3839e203fadba1 (diff)
Clean old upstream branch.
Diffstat (limited to 'make_src_targz.sh')
-rwxr-xr-xmake_src_targz.sh22
1 files changed, 0 insertions, 22 deletions
diff --git a/make_src_targz.sh b/make_src_targz.sh
deleted file mode 100755
index 4c442b98..00000000
--- a/make_src_targz.sh
+++ /dev/null
@@ -1,22 +0,0 @@
-# export the current directory
-
-################################################################################
-## This file is part of CodeLite IDE and is released
-## under the terms of the GNU General Public License as published by
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
-################################################################################
-
-cur_rev=`svn info | grep Revision | awk '{print $2;}'`
-curdir=`pwd`
-rm -fr /tmp/codelite-${cur_rev}/
-
-svn export . /tmp/codelite-2.3.0.${cur_rev}/
-
-## set correct permissions
-
-cp ./LiteEditor/svninfo.cpp /tmp/codelite-2.3.0.${cur_rev}/LiteEditor/
-echo "Creating tar-ball"
-cd /tmp/
-rm -fr /tmp/codelite-2.3.0.${cur_rev}/sdk/curl
-tar cvfz ${curdir}/codelite-2.3.0.${cur_rev}.tar.gz codelite-2.3.0.${cur_rev}/*