projects
/
grml-infrastructure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd5d1e5
)
Fix error statistics
author
Alexander Wirt
<formorer@grml.org>
Sat, 5 May 2007 21:28:05 +0000
(23:28 +0200)
committer
Alexander Wirt
<formorer@grml.org>
Sat, 5 May 2007 21:28:05 +0000
(23:28 +0200)
source-report/get_sources
patch
|
blob
|
history
diff --git
a/source-report/get_sources
b/source-report/get_sources
index
d819152
..
b105399
100755
(executable)
--- a/
source-report/get_sources
+++ b/
source-report/get_sources
@@
-223,7
+223,7
@@
my $pnum = keys(%{$package_tree});
my %s_hash;
my $errors = 0;
foreach my $package (keys(%{$package_tree})) {
- $errors++ if $package_tree->{$package}->{'status'}
eq "ERROR
";
+ $errors++ if $package_tree->{$package}->{'status'}
ne "OK
";
if (! exists $s_hash{ $package_tree->{$package}->{'source'} }) {
$s_hash{$package_tree->{$package}->{'source'}} = 1;
}