aboutsummaryrefslogtreecommitdiffstats
path: root/iurt2
diff options
context:
space:
mode:
authorGustavo De Nardin <spuk@mandriva.org>2007-06-26 14:38:51 +0000
committerGustavo De Nardin <spuk@mandriva.org>2007-06-26 14:38:51 +0000
commit160f4646089f7790e8b3d26fc84ed02f79e26822 (patch)
treee5436390df13344900dbee704e42973f22a755fc /iurt2
parent9c9d1c3bd2dbea68c93920f9bd2ed8de5eb9e1ea (diff)
downloadiurt-160f4646089f7790e8b3d26fc84ed02f79e26822.tar
iurt-160f4646089f7790e8b3d26fc84ed02f79e26822.tar.gz
iurt-160f4646089f7790e8b3d26fc84ed02f79e26822.tar.bz2
iurt-160f4646089f7790e8b3d26fc84ed02f79e26822.tar.xz
iurt-160f4646089f7790e8b3d26fc84ed02f79e26822.zip
- make it clear when admin gets undue email
Diffstat (limited to 'iurt2')
-rwxr-xr-xiurt22
1 files changed, 1 insertions, 1 deletions
diff --git a/iurt2 b/iurt2
index 991ce43..4b223a9 100755
--- a/iurt2
+++ b/iurt2
@@ -940,7 +940,7 @@ retry:
#$opt->{mail} .= ", other_maint";
}
if (!$opt->{mail}) {
- $opt->{mail} = $config->{admin};
+ $opt->{mail} = "Maintainer not found <$config->{admin}>";
}
if (@rpm > 1) {
$opt->{error} = "[MISSING_BUILD_REQUIRES_TAG] one of @rpm ($missing-devel), needed to build $srpm, is not in buildrequires";