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-dev/20110319/003467.html | 94 +++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 zarb-ml/mageia-dev/20110319/003467.html (limited to 'zarb-ml/mageia-dev/20110319/003467.html') diff --git a/zarb-ml/mageia-dev/20110319/003467.html b/zarb-ml/mageia-dev/20110319/003467.html new file mode 100644 index 000000000..70558264f --- /dev/null +++ b/zarb-ml/mageia-dev/20110319/003467.html @@ -0,0 +1,94 @@ + + + + [Mageia-dev] [699] - distribution name in database will be always lowercase + + + + + + + + + +

[Mageia-dev] [699] - distribution name in database will be always lowercase

+ Thierry Vignaud + thierry.vignaud at gmail.com +
+ Sat Mar 19 21:19:32 CET 2011 +

+
+ +
On 19 March 2011 14:41,  <root at mageia.org> wrote:
+> Revision 699 Author nanardon Date 2011-03-19 14:41:58 +0100 (Sat, 19 Mar
+> 2011)
+>
+> Log Message
+>
+> - distribution name in database will be always lowercase
+
+Won't arch always be lowercase anyway?
+
+> Modified: mirrors/mga-mirrors/trunk/lib/MGA/Mirrors/Controller/Api.pm
+> ===================================================================
+> --- mirrors/mga-mirrors/trunk/lib/MGA/Mirrors/Controller/Api.pm	2011-03-19
+> 13:37:31 UTC (rev 698)
+> +++ mirrors/mga-mirrors/trunk/lib/MGA/Mirrors/Controller/Api.pm	2011-03-19
+> 13:41:58 UTC (rev 699)
+> @@ -36,8 +36,8 @@
+>
+>      my $list = $c->model('Mirrors')->find_distributions(
+>          {
+> -        version => $version,
+> -        arch => $arch,
+> +        version => lc($version),
+> +        arch => lc($arch),
+>          exists => 1,
+>          public => 1,
+>          }
+>
+>
+
+
+
+-- 
+> R : Tu vois !
+> > Q : Tu crois ?
+> > > R : Ça casse l'ordre chronologique de l'échange.
+> > > > Q : En quoi répondre au dessus est-il gênant ?
+
+ + + + +
+

+ +
+More information about the Mageia-dev +mailing list
+ -- cgit v1.2.1