From 369b6951a393e5a821121dff6b16e31485819df7 Mon Sep 17 00:00:00 2001 From: Heikki Levanto Date: Mon, 15 Aug 2011 10:58:21 +0200 Subject: [PATCH] minor --- aptcheck/aptcheck.pl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/aptcheck/aptcheck.pl b/aptcheck/aptcheck.pl index de1708b..03680ce 100755 --- a/aptcheck/aptcheck.pl +++ b/aptcheck/aptcheck.pl @@ -23,6 +23,10 @@ # TODO: Assumes that we release our restricted packages for all versions # and architectures at the same time. Gets only the highest version from # all, and reports anything less than this. Good enough for now. +# +# TODO: Get the dates from ls --full-time /var/cache/apt/archives/ +# and display next to the packages, so we can see how long they have +# been lingering. Boldface them if older than some limit #### Init use strict; @@ -229,7 +233,7 @@ for my $hline ( split("\n",$hostlist) ) { if ( $hostcomments{$H} ); $table .= $det if $pkgs; print "\n$table\n" if $debug>2; - last if $H =~/dart/ && $debug; + last if $H =~/diane/ && $debug; } $table .= "\n"; -- 1.7.10.4