From b8bbcfc30135d9ec6c379cb8ce22746a1a1801f3 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Thu, 6 Jan 2011 02:16:02 +0000 Subject: default section is now core/release instead of contrib/release --- lib/Youri/Repository/Mageia_upload.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Youri/Repository/Mageia_upload.pm b/lib/Youri/Repository/Mageia_upload.pm index d34bb80..1d9eb3a 100644 --- a/lib/Youri/Repository/Mageia_upload.pm +++ b/lib/Youri/Repository/Mageia_upload.pm @@ -423,8 +423,8 @@ sub _get_section { # FIXME: doing this here is wrong; this way the caller can never know if # a section was actually found or not; should return undef and let the # caller set a default (Note: IIRC PLF|Zarb has this right, see there) -spuk - print STDERR "Warning: Can't guess destination: section missing, defaulting to contrib/release\n" unless $section; - $section ||= 'contrib/release'; + print STDERR "Warning: Can't guess destination: section missing, defaulting to core/release\n" unless $section; + $section ||= 'core/release'; # next time we don't need to search everything again $self->{packages}{$file}{section} = $section; -- cgit v1.2.1