summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2012-March/013124.html
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
committerNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
commit1be510f9529cb082f802408b472a77d074b394c0 (patch)
treeb175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/2012-March/013124.html
parentfa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff)
downloadarchives-master.tar
archives-master.tar.gz
archives-master.tar.bz2
archives-master.tar.xz
archives-master.zip
Add zarb MLs html archivesHEADmaster
Diffstat (limited to 'zarb-ml/mageia-dev/2012-March/013124.html')
-rw-r--r--zarb-ml/mageia-dev/2012-March/013124.html112
1 files changed, 112 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-March/013124.html b/zarb-ml/mageia-dev/2012-March/013124.html
new file mode 100644
index 000000000..6404109b9
--- /dev/null
+++ b/zarb-ml/mageia-dev/2012-March/013124.html
@@ -0,0 +1,112 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] [soft-commits] [3526] make clean-rpmsrate 11. 5% faster on average on cached repo directory by
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bsoft-commits%5D%20%5B3526%5D%20make%20clean-rpmsrate%2011.%205%25%0A%20faster%20on%20average%20on%20cached%20repo%20directory%20by&In-Reply-To=%3CCAONrEta7x%2BBJV2Q%2BD%2BS%2BzZ5SC3JVdU5tR2a2ObT8JzF7W7DF1g%40mail.gmail.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="013122.html">
+ <LINK REL="Next" HREF="013127.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] [soft-commits] [3526] make clean-rpmsrate 11. 5% faster on average on cached repo directory by</H1>
+ <B>Thierry Vignaud</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bsoft-commits%5D%20%5B3526%5D%20make%20clean-rpmsrate%2011.%205%25%0A%20faster%20on%20average%20on%20cached%20repo%20directory%20by&In-Reply-To=%3CCAONrEta7x%2BBJV2Q%2BD%2BS%2BzZ5SC3JVdU5tR2a2ObT8JzF7W7DF1g%40mail.gmail.com%3E"
+ TITLE="[Mageia-dev] [soft-commits] [3526] make clean-rpmsrate 11. 5% faster on average on cached repo directory by">thierry.vignaud at gmail.com
+ </A><BR>
+ <I>Thu Mar 15 20:27:53 CET 2012</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="013122.html">[Mageia-dev] [soft-commits] [3526] make clean-rpmsrate 11. 5% faster on average on cached repo directory by
+</A></li>
+ <LI>Next message: <A HREF="013127.html">[Mageia-dev] Mageia 2 Beta 2 is available
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#13124">[ date ]</a>
+ <a href="thread.html#13124">[ thread ]</a>
+ <a href="subject.html#13124">[ subject ]</a>
+ <a href="author.html#13124">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>On 15 March 2012 20:20, Pascal Terjan &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">pterjan at gmail.com</A>&gt; wrote:
+&gt;&gt;<i> Modified: mgatools/trunk/clean-rpmsrate
+</I>&gt;&gt;<i> ===================================================================
+</I>&gt;&gt;<i> --- mgatools/trunk/clean-rpmsrate &#160; &#160; 2012-03-15 19:13:00 UTC (rev 3525)
+</I>&gt;&gt;<i> +++ mgatools/trunk/clean-rpmsrate &#160; &#160; 2012-03-15 19:13:03 UTC (rev 3526)
+</I>&gt;&gt;<i> @@ -18,6 +18,9 @@
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> &#160;my %rpm;
+</I>&gt;&gt;<i> &#160;foreach my $dir (@ARGV) {
+</I>&gt;&gt;<i> - &#160; &#160;$rpm{$dir} = [ map { s!$dir/?(.*)\.rpm$!$1!; $_ } glob &quot;$dir/*.rpm&quot; ];
+</I>&gt;&gt;<i> + &#160; &#160;chdir($dir);
+</I>&gt;&gt;<i> + &#160; &#160;$rpm{$dir} = [ map { s!(.*)\.rpm$!$1!; $_ } glob &quot;*.rpm&quot; ];
+</I>&gt;<i>
+</I>&gt;<i> What about &#160;s!\.rpm$!! ?
+</I>
+Indeed we can simplify further :-)
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="013122.html">[Mageia-dev] [soft-commits] [3526] make clean-rpmsrate 11. 5% faster on average on cached repo directory by
+</A></li>
+ <LI>Next message: <A HREF="013127.html">[Mageia-dev] Mageia 2 Beta 2 is available
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#13124">[ date ]</a>
+ <a href="thread.html#13124">[ thread ]</a>
+ <a href="subject.html#13124">[ subject ]</a>
+ <a href="author.html#13124">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
+mailing list</a><br>
+</body></html>