summaryrefslogtreecommitdiff
path: root/scripts/universal-ctags.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/universal-ctags.sh')
-rwxr-xr-xscripts/universal-ctags.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/universal-ctags.sh b/scripts/universal-ctags.sh
index 06ebe85..234d5c9 100755
--- a/scripts/universal-ctags.sh
+++ b/scripts/universal-ctags.sh
@@ -6,13 +6,6 @@
set -e
-tar Jcvf ctags-$COMMIT.tar.xz ctags-$COMMIT
-
-rm -rf ctags-$COMMIT
-CHECKSUM=`md5sum ctags-$COMMIT.tar.xz | cut -d ' ' -f 1`
-
-scp ctags-$COMMIT.tar.xz caraus.de:/srv/httpd/dlackware/download/hosted-sources/universal-ctags
-
cat <<EOF > universal-ctags.info
PRGNAM="universal-ctags"
VERSION="$HASH"