From 4a89a6cfcf319085fdc1f0f8a3b7f14b5c8e3eba Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Fri, 7 Jun 2002 11:38:20 +0000 Subject: Fixes git-svn-id: svn://svn.rockbox.org/rockbox/trunk@907 a1c6a512-1295-4272-9138-f99709370657 --- www/daily.t | 3 ++- www/dailymod.pl | 2 +- www/dailysrc.pl | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/www/daily.t b/www/daily.t index d926fe4403..d538fc5497 100644 --- a/www/daily.t +++ b/www/daily.t @@ -28,7 +28,8 @@ They are not official releases, they are in fact almost guaranteed to not

Build status

-

This table shows which targets are currently buildable with the CVS code: +

This table shows which targets are currently buildable with the CVS code. +The timestamp is GMT.

diff --git a/www/dailymod.pl b/www/dailymod.pl index f923a414c0..0e9392b3cc 100755 --- a/www/dailymod.pl +++ b/www/dailymod.pl @@ -7,7 +7,7 @@ sub list { opendir(DIR, "$basedir/$dir") or die "Can't opendir($basedir/$dir)"; - @tarballs = grep { /^archos/ } readdir(DIR); + @tarballs = sort grep { /^archos/ } readdir(DIR); closedir DIR; print "