From 48a570b986d1eedc711b903ec00e615e4da8a193 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 14 May 2013 08:52:02 -0500 Subject: [PATCH] Import version as of 2013-05-14 for upload-ftp-v1.2.pl --- upload-ftp-v1.2.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.25.1