summaryrefslogtreecommitdiff
path: root/www/dailysrc.pl
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2003-01-10 12:13:21 +0000
committerBjörn Stenberg <bjorn@haxx.se>2003-01-10 12:13:21 +0000
commitf2feb0a5d0b984acbeaeaea18e19cc02dd6d6226 (patch)
treee137b44d28c9077417a86617622d9deb548fd6d7 /www/dailysrc.pl
parent602c049b39ce7f881e5c13b76d5419b106c50c86 (diff)
downloadrockbox-f2feb0a5d0b984acbeaeaea18e19cc02dd6d6226.tar.gz
rockbox-f2feb0a5d0b984acbeaeaea18e19cc02dd6d6226.zip
A bunch of web updates
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3061 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/dailysrc.pl')
-rwxr-xr-xwww/dailysrc.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/dailysrc.pl b/www/dailysrc.pl
index 25495d557c..7ad91a0d2a 100755
--- a/www/dailysrc.pl
+++ b/www/dailysrc.pl
@@ -16,7 +16,7 @@ for ( @tarballs ) {
16 $date = $1; 16 $date = $1;
17 if ( -f "$basedir/changes-$date.txt") { 17 if ( -f "$basedir/changes-$date.txt") {
18 $lines = `grep "Number of changes:" $basedir/changes-$date.txt | cut "-d " -f4` + 0; 18 $lines = `grep "Number of changes:" $basedir/changes-$date.txt | cut "-d " -f4` + 0;
19 $log = "<a href=\"daily/changes-$date.txt\">Changelog</a> <small>($lines changes)</small>"; 19 $log = "<a href=\"daily/changes-$date.html\">Changelog</a> <small>($lines changes)</small>";
20 } 20 }
21 } 21 }
22 print "<li><a href=\"daily/$_\">$_</a> <small>($size bytes)</small> $log\n"; 22 print "<li><a href=\"daily/$_\">$_</a> <small>($size bytes)</small> $log\n";