From: Harlan Stenn Date: Thu, 7 Nov 2024 04:34:58 +0000 (-0600) Subject: Tweak the top of the ChangeLog file X-Git-Tag: NTP_4_3_106~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f60da0c12ab1966c2c9019ad3b8be17bfdd1d477;p=thirdparty%2Fntp.git Tweak the top of the ChangeLog file bk: 672c4372wx0VZ0RksjeeVJEZtm58Wg --- diff --git a/ChangeLog b/ChangeLog index 964be39ad..873386c1d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7 @@ +--- + * Author attribution updates + --- (4.2.8p18) 2024/05/25 Released by Harlan Stenn diff --git a/scripts/build/checkAuthors.in b/scripts/build/checkAuthors.in index bd1de4710..90f9b76fd 100755 --- a/scripts/build/checkAuthors.in +++ b/scripts/build/checkAuthors.in @@ -74,6 +74,9 @@ if (! -d $A_path) { die "bkroot: <$bk_root>, Fix above problems!\n" if ($problem != 0); +my @args = ("bk", "get", "-q", $A_path); +system(@args) == 0 || die "system @args failed: $?"; + # print "Validating '$A_path/*.txt'\n" if ($verbose); foreach my $fp (glob("$A_path/*.txt")) {