summaryrefslogtreecommitdiffhomepage
path: root/etc/upload
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2010-10-10 02:57:52 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2010-10-10 02:57:52 +0200
commit2df5c7d3ca92dd53c4738363284e85fbf6877888 (patch)
treec6db9a440c9c15c2fa0d2b5bec6ce8d1eb3b8892 /etc/upload
parentbc283f36c9144b67a187f4c16c557c1aa7285f4a (diff)
downloadmdk-2df5c7d3ca92dd53c4738363284e85fbf6877888.tar.gz
mdk-2df5c7d3ca92dd53c4738363284e85fbf6877888.tar.bz2
Release and maintenance scripts
Diffstat (limited to 'etc/upload')
-rwxr-xr-xetc/upload6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/upload b/etc/upload
new file mode 100755
index 0000000..14d61a2
--- /dev/null
+++ b/etc/upload
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+upload=/usr/share/gnulib/build-aux/gnupload
+
+$upload --to "ftp.gnu.org:mdk/v$1" --user 5343A3EC mdk-$1.tar.gz
+