aboutsummaryrefslogtreecommitdiffstats
path: root/iurt2
diff options
context:
space:
mode:
authorFlorent Villard <warly@mandriva.com>2006-05-03 14:47:32 +0000
committerFlorent Villard <warly@mandriva.com>2006-05-03 14:47:32 +0000
commit1b11ce25a535cc7b078223da3a9652824320bb1a (patch)
tree9eb97ccd8fd9c0d057c2ba9160fd8c2bab12bf7a /iurt2
parent54995d33e25b1bb28e6c006fe21719bee0e4e5d5 (diff)
downloadiurt-1b11ce25a535cc7b078223da3a9652824320bb1a.tar
iurt-1b11ce25a535cc7b078223da3a9652824320bb1a.tar.gz
iurt-1b11ce25a535cc7b078223da3a9652824320bb1a.tar.bz2
iurt-1b11ce25a535cc7b078223da3a9652824320bb1a.tar.xz
iurt-1b11ce25a535cc7b078223da3a9652824320bb1a.zip
Also mail the official maintainer for missing buildrequires
Diffstat (limited to 'iurt2')
-rwxr-xr-xiurt24
1 files changed, 2 insertions, 2 deletions
diff --git a/iurt2 b/iurt2
index d2e5353..6fcc32e 100755
--- a/iurt2
+++ b/iurt2
@@ -493,8 +493,8 @@ retry:
chomp $other_maint;
print {$run{LOG}} "missing dep: $missing_deps ($other_maint)\n";
if ($other_maint && $other_maint ne 'NOT_FOUND') {
- $opt->{mail} = $other_maint;
- $opt->{error} = "[missing] $missing_deps, needed to build $srpm, is not available on $run{my_arch}";
+ $opt->{mail} = "$maintainer, $other_maint";
+ $opt->{error} = "[MISSING] $missing_deps, needed to build $srpm, is not available on $run{my_arch}";
}
# remember what is needed, and do not try to recompile until it is available
push @{$cache->{needed}{$srpm}}, [ $missing_deps, $version, $other_maint || $maintainer ];