From: unknown Date: Tue, 14 May 2013 13:52:02 +0000 (-0500) Subject: Import version as of 2013-05-14 for upload-ftp-v1.2.pl X-Git-Tag: 20200730__import~8 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=48a570b986d1eedc711b903ec00e615e4da8a193;p=gatekeeper.git Import version as of 2013-05-14 for upload-ftp-v1.2.pl --- diff --git a/upload-ftp-v1.2.pl b/upload-ftp-v1.2.pl index 0758683..7d97cad 100755 --- a/upload-ftp-v1.2.pl +++ b/upload-ftp-v1.2.pl @@ -551,7 +551,7 @@ sub email_addresses { my @ret; open (EMAIL_FILE, "<", "$package_config_base/$package_name/email") - || &fatal("The directory line should start with the name of the package for which you are trying to upload a file, e.g. gcc, gawk, or gasm. We have no package named '$package_name'.",1); + || &fatal("The directory line should start with the name of the package for which you are trying to upload a file, e.g. gcc, gawk, or gasm. We have no package named '$package_name'. If this is a new GNU package, please ensure that you have registered your GPG key for its uploads, per http://www.gnu.org/prep/maintain/html_node/Automated-Upload-Registration.html. The GPG key must be registered separately for each package, so this needs to be done even if you are already registered for uploading with another package.",1); while () { chomp;