[Mageia-sysadm] [219] default section is now core/release instead of contrib/release

root at mageia.org root at mageia.org
Thu Jan 6 03:16:02 CET 2011


Revision: 219
Author:   boklm
Date:     2011-01-06 03:16:02 +0100 (Thu, 06 Jan 2011)
Log Message:
-----------
default section is now core/release instead of contrib/release

Modified Paths:
--------------
    build_system/mdv-youri-core/trunk/lib/Youri/Repository/Mageia_upload.pm

Modified: build_system/mdv-youri-core/trunk/lib/Youri/Repository/Mageia_upload.pm
===================================================================
--- build_system/mdv-youri-core/trunk/lib/Youri/Repository/Mageia_upload.pm	2011-01-06 02:12:24 UTC (rev 218)
+++ build_system/mdv-youri-core/trunk/lib/Youri/Repository/Mageia_upload.pm	2011-01-06 02:16:02 UTC (rev 219)
@@ -423,8 +423,8 @@
     # 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;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20110106/fee6348e/attachment.html>


More information about the Mageia-sysadm mailing list