Make remote paths configurable

This commit is contained in:
2021-01-02 07:39:32 +01:00
parent 2910a89d6c
commit 839d42faf4
5 changed files with 22 additions and 14 deletions

View File

@ -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"