From b68759a1db0beada4852038708b25cfee207a75d Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Tue, 27 Aug 2002 09:34:07 +0000 Subject: Updates git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1996 a1c6a512-1295-4272-9138-f99709370657 --- www/dailysrc.pl | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'www/dailysrc.pl') diff --git a/www/dailysrc.pl b/www/dailysrc.pl index 71f49c8423..25495d557c 100755 --- a/www/dailysrc.pl +++ b/www/dailysrc.pl @@ -15,13 +15,11 @@ for ( @tarballs ) { if (/-(\d+)/) { $date = $1; if ( -f "$basedir/changes-$date.txt") { - $log = "Changelog"; - } - elsif ( -f "$basedir/changes-$date.log") { - $log = "Changelog"; + $lines = `grep "Number of changes:" $basedir/changes-$date.txt | cut "-d " -f4` + 0; + $log = "Changelog ($lines changes)"; } } - print "
  • $_ ($size bytes) $log\n"; + print "
  • $_ ($size bytes) $log\n"; } print "\n"; -- cgit v1.2.3