From: Jacob Bachmeyer Date: Thu, 17 Nov 2022 03:18:56 +0000 (-0600) Subject: Add POD block for report_upload_to_archive procedure X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=fe03eaa30fe0855a3c4aba08d69548a4e6ab3082;p=gatekeeper.git Add POD block for report_upload_to_archive procedure --- diff --git a/gatekeeper.pl b/gatekeeper.pl index b074e71..22250fa 100755 --- a/gatekeeper.pl +++ b/gatekeeper.pl @@ -1451,6 +1451,14 @@ sub mail { wrap('','',$msg)); } +=item report_upload_to_archive $message, $package + +Send MESSAGE to the public archive inbox, with a subject indicating that an +upload for PACKAGE was processed. This is used to publicly archive all +successfully processed directives, and some erroneous directives. + +=cut + sub report_upload_to_archive { my $msg = shift; my $package_name = shift;