summaryrefslogtreecommitdiffstats
path: root/distribute-alpha.sh
diff options
context:
space:
mode:
Diffstat (limited to 'distribute-alpha.sh')
-rw-r--r--distribute-alpha.sh18
1 files changed, 18 insertions, 0 deletions
diff --git a/distribute-alpha.sh b/distribute-alpha.sh
new file mode 100644
index 0000000..088fadb
--- /dev/null
+++ b/distribute-alpha.sh
@@ -0,0 +1,18 @@
+#! /bin/sh
+
+SRC_NAME=idutils-4.0rc1
+
+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/alpha
+u $SRC_NAME.tar.gz .
+u $SRC_NAME.tar.gz.sig .
+u $SRC_NAME.tar.gz.directive.asc .
+exit
+EOF