projects
/
gatekeeper.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b894a22
)
Add POD block for report_upload_to_archive procedure
author
Jacob Bachmeyer
<jcb@gnu.org>
Thu, 17 Nov 2022 03:18:56 +0000
(21:18 -0600)
committer
Jacob Bachmeyer
<jcb@gnu.org>
Thu, 17 Nov 2022 03:18:56 +0000
(21:18 -0600)
gatekeeper.pl
patch
|
blob
|
blame
|
history
diff --git
a/gatekeeper.pl
b/gatekeeper.pl
index b074e7130d06b28138acaf9801f91d4a160d51ad..22250fa90226c0242ea8c83678f43e860f71ef0d 100755
(executable)
--- 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;