From 839d42faf4312a0e04772ccbf1e1f6ea8f2957cf Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sat, 2 Jan 2021 07:39:32 +0100 Subject: Make remote paths configurable --- scripts/universal-ctags.sh | 7 ------- 1 file changed, 7 deletions(-) (limited to 'scripts') 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 < universal-ctags.info PRGNAM="universal-ctags" VERSION="$HASH" -- cgit v1.2.3