summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2005-03-30 22:36:18 +0000
committerhubertf <hubertf@pkgsrc.org>2005-03-30 22:36:18 +0000
commitcb95f0b61bdf1702551f8727a511f73e3b611d12 (patch)
tree6ef7afc79809bf8c8d07bbb88743e5ec7c39ad26 /mk
parent18989c5968947534ed3a00962b3730e737f70668 (diff)
downloadpkgsrc-cb95f0b61bdf1702551f8727a511f73e3b611d12.tar.gz
If SIGN_AS is not set, remind the user to please sign the checksum
files manually. Suggested and OK'd by jschauma@
Diffstat (limited to 'mk')
-rw-r--r--mk/bulk/upload5
1 files changed, 4 insertions, 1 deletions
diff --git a/mk/bulk/upload b/mk/bulk/upload
index 88d3f8047a0..562aabec7e1 100644
--- a/mk/bulk/upload
+++ b/mk/bulk/upload
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: upload,v 1.22 2005/03/30 22:26:37 hubertf Exp $
+# $NetBSD: upload,v 1.23 2005/03/30 22:36:18 hubertf Exp $
#
# Upload non-restricted binary pkgs to ftp server
@@ -155,6 +155,9 @@ if [ "${MKSUMS}" = "yes" -o "${MKSUMS}" = "YES" ]; then
echo ${i}.asc >> $osf
fi
done
+ else
+ echo "Checksum files not PGP-signed. Please do so manually!"
+ echo "(Run 'gpg --clearsign' on all of them)"
fi
fi