From d6db372df2a79ece12cce05f2be8fa473a6eb4d2 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Sun, 11 May 2008 22:23:23 +0200 Subject: [PATCH] [ARCHIVE] Ignore some broken .debs from bo --- bin/parse-packages | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/parse-packages b/bin/parse-packages index 97edffc..3f282a1 100755 --- a/bin/parse-packages +++ b/bin/parse-packages @@ -85,6 +85,8 @@ for my $suite (@SUITES) { $key =~ tr [A-Z] [a-z]; $data{$key} = $value; } + # Skip broken debs + next unless $data{architecture}; # Skip double package next if exists($packages_all_db{"$data{'package'} $data{'architecture'} $data{'version'}"}); # Skip arch:all for amd64 & debports, any non-redundancy is -- 2.39.2