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 --- NEWS | 2 ++ iurt | 1 + 2 files changed, 3 insertions(+) diff --git a/NEWS b/NEWS index fb57ca2..7374488 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +- write not_on_this_arch to status file + 0.6.16 - fix chroot cleaning in parallel mode - fix for some packages missing from status file 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