Import version as of 2013-05-14 for upload-ftp-v1.2.pl
authorunknown <sysadmin@gnu.org>
Tue, 14 May 2013 13:52:02 +0000 (08:52 -0500)
committerJacob Bachmeyer <jcb@gnu.org>
Wed, 29 Jul 2020 03:06:54 +0000 (22:06 -0500)
upload-ftp-v1.2.pl

index 07586830d70ac7c57d29a47db297b0326ed8f6ca..7d97cad9511f1cda3ca77b4c8d811f14217da6bb 100755 (executable)
@@ -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 (<EMAIL_FILE>) {
     chomp;