From c0323b6174bfcf30e4619cf70a6d73048ecc6a09 Mon Sep 17 00:00:00 2001 From: Jacob Bachmeyer Date: Fri, 7 Oct 2022 18:37:00 -0500 Subject: [PATCH] Fill long lines in gatekeeper script Also update testsuite to recognize a message changed by this operation. --- gatekeeper.pl | 587 +++++++++++++++++++++++------------ testsuite/lib/gatekeeper.exp | 2 +- 2 files changed, 384 insertions(+), 205 deletions(-) diff --git a/gatekeeper.pl b/gatekeeper.pl index b0d2969..95be15c 100755 --- a/gatekeeper.pl +++ b/gatekeeper.pl @@ -145,7 +145,8 @@ Copyright (C) 2003-2017 Free Software Foundation Copyright (C) 2020-2022 Jacob Bachmeyer END my $LICENSE = "GPLv3 or later - http://www.fsf.org/licenses/gpl.txt"; -my $URL = "http://www.gnu.org/prep/maintain/html_node/Automated-FTP-Uploads.html"; +my $URL = + "http://www.gnu.org/prep/maintain/html_node/Automated-FTP-Uploads.html"; BEGIN { # These must be declared "our" so that the actual variable with the data @@ -161,7 +162,8 @@ BEGIN { my $NOMAIL = 0; - # Set this to 0 to disable the timestamp check on uploaded files in sub scan_incoming + # Set this to 0 to disable the timestamp check on uploaded files in sub + # scan_incoming my $TSTAMPCHECK = 1; my $TestingMode = 0; @@ -209,7 +211,7 @@ sub usage_information { $NAME -s