summaryrefslogtreecommitdiffstats
path: root/distribute.sh
diff options
context:
space:
mode:
Diffstat (limited to 'distribute.sh')
-rwxr-xr-xdistribute.sh18
1 files changed, 0 insertions, 18 deletions
diff --git a/distribute.sh b/distribute.sh
deleted file mode 100755
index 314cdd8..0000000
--- a/distribute.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-#! /bin/sh
-
-SRC_NAME=$1
-
-gpg -b --yes $SRC_NAME.tar.gz
-
-echo "directory: idutils" > $SRC_NAME.tar.gz.directive
-
-gpg --clearsign --yes $SRC_NAME.tar.gz.directive
-
-#upload results to ftp.
-cmdftp ftp-upload.gnu.org<<EOF
-cd /incoming/ftp
-u $SRC_NAME.tar.gz .
-u $SRC_NAME.tar.gz.sig .
-u $SRC_NAME.tar.gz.directive.asc .
-exit
-EOF