From: Jacob Bachmeyer Date: Fri, 28 Oct 2022 04:05:45 +0000 (-0500) Subject: Change example to mention only packages that actually exist X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=cad155aa991f0c1dacbbceb095c4bf1d3ba84410;p=gatekeeper.git Change example to mention only packages that actually exist Mentioning a package that does not exist in a message reporting an attempt to upload a file for a package that does not exist is certainly a clever joke, but might be confusing to the recipient. --- diff --git a/gatekeeper.pl b/gatekeeper.pl index 471685f..a09802e 100755 --- a/gatekeeper.pl +++ b/gatekeeper.pl @@ -922,7 +922,7 @@ sub email_addresses { open (EMAIL_FILE, "<", "$package_config_base/$package_name/email") or fatal(<<"END",1); 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 +are trying to upload a file, e.g. gcc, gawk, or gimp. 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.