From 669e4872c265dc26067012c757da52c92793ac2a Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Wed, 2 Jan 2013 11:37:41 +0000 Subject: Write not_on_this_arch packages to status file --- iurt | 1 + 1 file changed, 1 insertion(+) (limited to 'iurt') diff --git a/iurt b/iurt index bc7ce01..3297634 100755 --- a/iurt +++ b/iurt @@ -1347,6 +1347,7 @@ sub search_packages { if (!$cache->{queue}{$srpm} && $check_needed) { if (!check_arch("$dir/$srpm", $run{my_arch})) { $run->{status}{$srpm} = 'not_on_this_arch'; + write_status($local_spool, \%run, $srpm); next; } my $hdr = RPM4::Header->new("$dir/$srpm"); -- cgit v1.2.1