From ebd292cd4de2f1dd23a89fe99421a9b573e5a434 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sun, 8 May 2011 23:16:16 +0000 Subject: Fix checking build results --- ulri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ulri b/ulri index af10175..db69275 100755 --- a/ulri +++ b/ulri @@ -239,7 +239,7 @@ sub todo_func { my $time = read_line("$todo/$f/$m/$s/$r"); $time = (split ' ', $time)[2]; - push @{$pkg_tree{$prefix}{bot}}, { + push @{$pkg_tree{$prefix}{media}{$media}{bot}}, { bot => $bot, host => $host, date => $date, -- cgit v1.2.1