From 4dfa4f71b68101c3161fb95a23bd68148ae36f8c Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Tue, 28 Jul 2020 22:50:00 -0500 Subject: [PATCH] Restore comments omitted during initial re-import I, Jacob Bachmeyer, did this work, but the comments are presumed to have been originally added by Ian Kelling, therefore I have listed him as the author of this commit. --- build-keyring.pl | 7 +++++++ get-maintainers-file.sh | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/build-keyring.pl b/build-keyring.pl index 415cd59..5fe873c 100755 --- a/build-keyring.pl +++ b/build-keyring.pl @@ -15,6 +15,13 @@ # # Written by Ward Vandewege (ward@gnu.org), 2005-01-11 +# currently invoked by cron: + +# MAILTO=sysadmin@gnu.org +# SHELL=/bin/bash +# 22 * * * * gatekpr /home/gatekpr/build-keyring.pl && cp -f /home/gatekpr/pub.ring /home/ftp/gnu/gnu-keyring.gpg && /usr/local/bin/send-gpg-public-keys.sh + + use strict; my $PACKAGES = './packages'; diff --git a/get-maintainers-file.sh b/get-maintainers-file.sh index 36f455c..39e9679 100755 --- a/get-maintainers-file.sh +++ b/get-maintainers-file.sh @@ -1,3 +1,10 @@ #!/bin/bash +# this is currently run by cron : + +## Once a day, update the maintainers file (used by the ftp-upload script) +#13 0 * * * root /root/scripts/get-maintainers-file.sh + scp -q -i /root/scripts/ftpmirror-fp.key ftpmirror@fencepost.gnu.org:/gd/gnuorg/maintainers.bypkg /home/gatekpr/etc/ + +# same output looks like this: -- 2.25.1