]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Tweak the top of the ChangeLog file
authorHarlan Stenn <stenn@ntp.org>
Thu, 7 Nov 2024 04:34:58 +0000 (22:34 -0600)
committerHarlan Stenn <stenn@ntp.org>
Thu, 7 Nov 2024 04:34:58 +0000 (22:34 -0600)
bk: 672c4372wx0VZ0RksjeeVJEZtm58Wg

ChangeLog
scripts/build/checkAuthors.in

index 964be39ad40891921a678ad9b81d11a902066601..873386c1daa2b486a5bd3968d63a0c1f14973f23 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
+---
+
 * Author attribution updates
+
 ---
 (4.2.8p18) 2024/05/25 Released by Harlan Stenn <stenn@ntp.org>
 
index bd1de4710b602426a949e55b7020def90c7c96ee..90f9b76fd2105fb150d79086a85f9c67666a8dfc 100755 (executable)
@@ -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")) {