From 07e6082413615ae76f6e2a2f4b01c97fcb15d151 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 4 Oct 2007 20:07:25 +0000 Subject: make host reject message more explicit by print arch (useful when VMware-player for x86_64 actually uses i386 as rpm arch...) --- lib/Youri/Submit/Check/Host.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Youri/Submit/Check/Host.pm b/lib/Youri/Submit/Check/Host.pm index b2b392a..ee880d8 100644 --- a/lib/Youri/Submit/Check/Host.pm +++ b/lib/Youri/Submit/Check/Host.pm @@ -38,7 +38,7 @@ sub run { return } } - "Packages build on host $buildhost are not authorized"; + "Packages build on host $buildhost are not authorized for arch $arch"; } sub get_host { -- cgit v1.2.1