diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2011-January/001566.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2011-January/001566.html | 96 |
1 files changed, 96 insertions, 0 deletions
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 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [219] default section is now core/release instead of contrib/release + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B219%5D%20default%20section%20is%20now%20core/release%20instead%0A%09of%20contrib/release&In-Reply-To=%3C20110106021602.F15DC419C8%40valstar.mageia.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="001565.html"> + <LINK REL="Next" HREF="001567.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [219] default section is now core/release instead of contrib/release</H1> + <B>root at mageia.org</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B219%5D%20default%20section%20is%20now%20core/release%20instead%0A%09of%20contrib/release&In-Reply-To=%3C20110106021602.F15DC419C8%40valstar.mageia.org%3E" + TITLE="[Mageia-sysadm] [219] default section is now core/release instead of contrib/release">root at mageia.org + </A><BR> + <I>Thu Jan 6 03:16:02 CET 2011</I> + <P><UL> + <LI>Previous message: <A HREF="001565.html">[Mageia-sysadm] [218] rename Mandriva_upload.pm to Mageia_upload.pm +</A></li> + <LI>Next message: <A HREF="001567.html">[Mageia-sysadm] [220] mdv-youri-core version 0.9.1 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#1566">[ date ]</a> + <a href="thread.html#1566">[ thread ]</a> + <a href="subject.html#1566">[ subject ]</a> + <a href="author.html#1566">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>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> +</PRE> + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="001565.html">[Mageia-sysadm] [218] rename Mandriva_upload.pm to Mageia_upload.pm +</A></li> + <LI>Next message: <A HREF="001567.html">[Mageia-sysadm] [220] mdv-youri-core version 0.9.1 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#1566">[ date ]</a> + <a href="thread.html#1566">[ thread ]</a> + <a href="subject.html#1566">[ subject ]</a> + <a href="author.html#1566">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm +mailing list</a><br> +</body></html> |