From fe03eaa30fe0855a3c4aba08d69548a4e6ab3082 Mon Sep 17 00:00:00 2001 From: Jacob Bachmeyer Date: Wed, 16 Nov 2022 21:18:56 -0600 Subject: [PATCH] Add POD block for report_upload_to_archive procedure --- gatekeeper.pl | 8 ++++++++ 1 file changed, 8 insertions(+) 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; -- 2.25.1