From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-sysadm/2011-January/001566.html | 96 ++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2011-January/001566.html (limited to 'zarb-ml/mageia-sysadm/2011-January/001566.html') diff --git a/zarb-ml/mageia-sysadm/2011-January/001566.html b/zarb-ml/mageia-sysadm/2011-January/001566.html new file mode 100644 index 000000000..81bf115b8 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/001566.html @@ -0,0 +1,96 @@ + + + + [Mageia-sysadm] [219] default section is now core/release instead of contrib/release + + + + + + + + + +

[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
+ -- cgit v1.2.1