aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-01-06 02:16:02 +0000
committerNicolas Vigier <boklm@mageia.org>2011-01-06 02:16:02 +0000
commitb8bbcfc30135d9ec6c379cb8ce22746a1a1801f3 (patch)
tree345e396fad57b15cf587ed11b170d3bd9decf180
parent685ad02fc939d04698a4167829c53d3e53b8eec6 (diff)
downloadmga-youri-core-b8bbcfc30135d9ec6c379cb8ce22746a1a1801f3.tar
mga-youri-core-b8bbcfc30135d9ec6c379cb8ce22746a1a1801f3.tar.gz
mga-youri-core-b8bbcfc30135d9ec6c379cb8ce22746a1a1801f3.tar.bz2
mga-youri-core-b8bbcfc30135d9ec6c379cb8ce22746a1a1801f3.tar.xz
mga-youri-core-b8bbcfc30135d9ec6c379cb8ce22746a1a1801f3.zip
default section is now core/release instead of contrib/release
-rw-r--r--lib/Youri/Repository/Mageia_upload.pm4
1 files 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;