summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/20110608
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/20110608')
-rw-r--r--zarb-ml/mageia-dev/20110608/005191.html111
-rw-r--r--zarb-ml/mageia-dev/20110608/005192.html82
-rw-r--r--zarb-ml/mageia-dev/20110608/005193.html83
-rw-r--r--zarb-ml/mageia-dev/20110608/005194.html79
-rw-r--r--zarb-ml/mageia-dev/20110608/005195.html70
-rw-r--r--zarb-ml/mageia-dev/20110608/005196.html68
-rw-r--r--zarb-ml/mageia-dev/20110608/author.html77
-rw-r--r--zarb-ml/mageia-dev/20110608/date.html77
l---------zarb-ml/mageia-dev/20110608/index.html1
-rw-r--r--zarb-ml/mageia-dev/20110608/subject.html77
-rw-r--r--zarb-ml/mageia-dev/20110608/thread.html87
11 files changed, 812 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/20110608/005191.html b/zarb-ml/mageia-dev/20110608/005191.html
new file mode 100644
index 000000000..343aba1bf
--- /dev/null
+++ b/zarb-ml/mageia-dev/20110608/005191.html
@@ -0,0 +1,111 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] Looking for a mentor
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Looking%20for%20a%20mentor&In-Reply-To=%3C1307484295.27877.170.camel%40akroma.ephaone.org%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+
+ <LINK REL="Next" HREF="005196.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] Looking for a mentor</H1>
+ <B>Michael Scherer</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Looking%20for%20a%20mentor&In-Reply-To=%3C1307484295.27877.170.camel%40akroma.ephaone.org%3E"
+ TITLE="[Mageia-dev] Looking for a mentor">misc at zarb.org
+ </A><BR>
+ <I>Wed Jun 8 00:04:54 CEST 2011</I>
+ <P><UL>
+
+ <LI>Next message: <A HREF="005196.html">[Mageia-dev] Looking for a mentor
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#5191">[ date ]</a>
+ <a href="thread.html#5191">[ thread ]</a>
+ <a href="subject.html#5191">[ subject ]</a>
+ <a href="author.html#5191">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Le mardi 07 juin 2011 &#224; 23:15 +0200, Matteo a &#233;crit :
+&gt;<i> On 07/06/2011 22:21, Michael Scherer wrote:
+</I>&gt;<i> &gt;
+</I>&gt;<i> &gt; - you should use %configure here instead of ./configure :
+</I>&gt;<i> &gt; ./configure --etcdir=%{_sysconfdir} --bindir=%{_bindir} --mandir=
+</I>&gt;<i> &gt; %{_mandir} --i18n=1
+</I>&gt;<i> &gt;
+</I>&gt;<i> &gt; %configure will enforce some of our compilation flag.
+</I>&gt;<i> &gt;
+</I>&gt;<i> I can't change this one, because rpmbuild says:
+</I>&gt;<i>
+</I>&gt;<i> cp: manca l'operando per il file di destinazione dopo
+</I>&gt;<i> &quot;/home/matteo/rpm/BUILDROOT/axel-2.4-1mga2.i386/&quot;
+</I>&gt;<i> Usare &#171;cp --help&#187; per ulteriori informazioni.
+</I>&gt;<i> make: *** [install-bin] Errore 1
+</I>&gt;<i> errore: Stato d'uscita errato da /home/matteo/rpm/tmp/rpm-tmp.3TlCPV
+</I>&gt;<i> (%install)
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> Errori di compilazione RPM:
+</I>&gt;<i> Stato d'uscita errato da /home/matteo/rpm/tmp/rpm-tmp.3TlCPV (%install)
+</I>&gt;<i>
+</I>&gt;<i> I'm sorry, the output is localized in italian but I think it's quite
+</I>&gt;<i> comprehensible that cp is called with wrong arguments and something
+</I>&gt;<i> happens I still don't understand very well.
+</I>&gt;<i>
+</I>&gt;<i> Using rpm --eval %configure I've seen that the arguments passed to
+</I>&gt;<i> configure doesn't fit the arguments expected by the axel configure
+</I>&gt;<i> script. How do we deal with this kind of problems?
+</I>
+I guess there is 2 issues :
+1) adding a comment to explain why we can't use the usual macro
+
+2) enforce the compilation flag, and that's highly dependent on the
+script used.
+
+OFr this one, I guess we need to push LFLAGS and CFLAGS in
+Makefile.settings :
+there is line linke this :
+
+ echo 'LFLAGS+=-lintl' &gt;&gt; Makefile.settings;
+
+and the Makefile use CFLAGS ( for compilation options ) and LFLAGS ( for
+linker option )
+
+I guess this could do the trick :
+( just after ./configure )
+
+%setup_compile_flags
+echo &quot;LFLAGS+=$LDFLAGS&quot; &gt;&gt; Makefile.settings;
+echo &quot;CFLAGS+=$CFLAGS&quot; &gt;&gt; Makefile.settings;
+
+
+--
+Michael Scherer
+
+</PRE>
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+
+ <LI>Next message: <A HREF="005196.html">[Mageia-dev] Looking for a mentor
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#5191">[ date ]</a>
+ <a href="thread.html#5191">[ thread ]</a>
+ <a href="subject.html#5191">[ subject ]</a>
+ <a href="author.html#5191">[ 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>
diff --git a/zarb-ml/mageia-dev/20110608/005192.html b/zarb-ml/mageia-dev/20110608/005192.html
new file mode 100644
index 000000000..946d62c3b
--- /dev/null
+++ b/zarb-ml/mageia-dev/20110608/005192.html
@@ -0,0 +1,82 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] Discrepancy between /etc/version and /etc/release - which one for MIRRORLIST
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Discrepancy%20between%20/etc/version%20and%20/etc/release%20-%0A%09which%20one%20for%20MIRRORLIST&In-Reply-To=%3C201106080942.41973.oliver.bgr%40googlemail.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="005196.html">
+ <LINK REL="Next" HREF="005193.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] Discrepancy between /etc/version and /etc/release - which one for MIRRORLIST</H1>
+ <B>Oliver Burger</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Discrepancy%20between%20/etc/version%20and%20/etc/release%20-%0A%09which%20one%20for%20MIRRORLIST&In-Reply-To=%3C201106080942.41973.oliver.bgr%40googlemail.com%3E"
+ TITLE="[Mageia-dev] Discrepancy between /etc/version and /etc/release - which one for MIRRORLIST">oliver.bgr at googlemail.com
+ </A><BR>
+ <I>Wed Jun 8 09:42:41 CEST 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="005196.html">[Mageia-dev] Looking for a mentor
+</A></li>
+ <LI>Next message: <A HREF="005193.html">[Mageia-dev] Discrepancy between /etc/version and /etc/release - which one for MIRRORLIST
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#5192">[ date ]</a>
+ <a href="thread.html#5192">[ thread ]</a>
+ <a href="subject.html#5192">[ subject ]</a>
+ <a href="author.html#5192">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Hi,
+
+after some discussion in the German forums, I saw, that there are
+discrepancies between /etc/version and /etc/release, both coming from
+the mageia-release-common-1-2.mga1 package.
+
+While /etc/release calls my system
+----------
+Mageia release 1 (Official) for i586
+----------
+
+it is called
+----------
+1 2 cauldron
+----------
+
+by /etc/version.
+
+Which one of those defines the branch used by MIRRORLIST and shouldn't
+both of those be telling my the same thing?
+
+Oliver
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: &lt;/pipermail/mageia-dev/attachments/20110608/bce2ce1e/attachment-0001.html&gt;
+</PRE>
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="005196.html">[Mageia-dev] Looking for a mentor
+</A></li>
+ <LI>Next message: <A HREF="005193.html">[Mageia-dev] Discrepancy between /etc/version and /etc/release - which one for MIRRORLIST
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#5192">[ date ]</a>
+ <a href="thread.html#5192">[ thread ]</a>
+ <a href="subject.html#5192">[ subject ]</a>
+ <a href="author.html#5192">[ 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>
diff --git a/zarb-ml/mageia-dev/20110608/005193.html b/zarb-ml/mageia-dev/20110608/005193.html
new file mode 100644
index 000000000..ae22aa2e2
--- /dev/null
+++ b/zarb-ml/mageia-dev/20110608/005193.html
@@ -0,0 +1,83 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] Discrepancy between /etc/version and /etc/release - which one for MIRRORLIST
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Discrepancy%20between%20/etc/version%20and%0A%09/etc/release%09-%20which%20one%20for%20MIRRORLIST&In-Reply-To=%3C20110608075109.GO21938%40mars-attacks.org%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="005192.html">
+ <LINK REL="Next" HREF="005194.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] Discrepancy between /etc/version and /etc/release - which one for MIRRORLIST</H1>
+ <B>nicolas vigier</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Discrepancy%20between%20/etc/version%20and%0A%09/etc/release%09-%20which%20one%20for%20MIRRORLIST&In-Reply-To=%3C20110608075109.GO21938%40mars-attacks.org%3E"
+ TITLE="[Mageia-dev] Discrepancy between /etc/version and /etc/release - which one for MIRRORLIST">boklm at mars-attacks.org
+ </A><BR>
+ <I>Wed Jun 8 09:51:09 CEST 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="005192.html">[Mageia-dev] Discrepancy between /etc/version and /etc/release - which one for MIRRORLIST
+</A></li>
+ <LI>Next message: <A HREF="005194.html">[Mageia-dev] Tonight's meeting
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#5193">[ date ]</a>
+ <a href="thread.html#5193">[ thread ]</a>
+ <a href="subject.html#5193">[ subject ]</a>
+ <a href="author.html#5193">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>On Wed, 08 Jun 2011, Oliver Burger wrote:
+
+&gt;<i> Hi,
+</I>&gt;<i>
+</I>&gt;<i> after some discussion in the German forums, I saw, that there are
+</I>&gt;<i> discrepancies between /etc/version and /etc/release, both coming from
+</I>&gt;<i> the mageia-release-common-1-2.mga1 package.
+</I>&gt;<i>
+</I>&gt;<i> While /etc/release calls my system
+</I>&gt;<i> ----------
+</I>&gt;<i> Mageia release 1 (Official) for i586
+</I>&gt;<i> ----------
+</I>&gt;<i>
+</I>&gt;<i> it is called
+</I>&gt;<i> ----------
+</I>&gt;<i> 1 2 cauldron
+</I>&gt;<i> ----------
+</I>&gt;<i>
+</I>&gt;<i> by /etc/version.
+</I>
+In mageia-release package :
+echo &quot;%{version} %{rel} %{distname}&quot; &gt; $RPM_BUILD_ROOT/etc/version
+
+So /etc/version contains both the version and release of mageia-release
+package. But maybe there is a problem with %{distname}.
+
+</PRE>
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="005192.html">[Mageia-dev] Discrepancy between /etc/version and /etc/release - which one for MIRRORLIST
+</A></li>
+ <LI>Next message: <A HREF="005194.html">[Mageia-dev] Tonight's meeting
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#5193">[ date ]</a>
+ <a href="thread.html#5193">[ thread ]</a>
+ <a href="subject.html#5193">[ subject ]</a>
+ <a href="author.html#5193">[ 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>
diff --git a/zarb-ml/mageia-dev/20110608/005194.html b/zarb-ml/mageia-dev/20110608/005194.html
new file mode 100644
index 000000000..4c7608d3c
--- /dev/null
+++ b/zarb-ml/mageia-dev/20110608/005194.html
@@ -0,0 +1,79 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] Tonight's meeting
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Tonight%27s%20meeting&In-Reply-To=%3CBANLkTikEhKbcpJWym6_SOgW0_T6sK9gRFg%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="005193.html">
+ <LINK REL="Next" HREF="005195.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] Tonight's meeting</H1>
+ <B>Anne nicolas</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Tonight%27s%20meeting&In-Reply-To=%3CBANLkTikEhKbcpJWym6_SOgW0_T6sK9gRFg%40mail.gmail.com%3E"
+ TITLE="[Mageia-dev] Tonight's meeting">ennael at mageia.org
+ </A><BR>
+ <I>Wed Jun 8 10:37:29 CEST 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="005193.html">[Mageia-dev] Discrepancy between /etc/version and /etc/release - which one for MIRRORLIST
+</A></li>
+ <LI>Next message: <A HREF="005195.html">[Mageia-dev] Finalizing update process
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#5194">[ date ]</a>
+ <a href="thread.html#5194">[ thread ]</a>
+ <a href="subject.html#5194">[ subject ]</a>
+ <a href="author.html#5194">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Hi there
+
+Now that release is out, let restart our weekly meetings on #mageia-dev at
+19h UTC.
+
+Here are the topics:
+
+- short review of Mageia 1 launch
+- organize post-portem for packagers team
+- start brainstorm on release cycle
+- relaunch mentoring
+
+As usual feel free to comment or propose any other topic
+
+Cheers
+
+--
+Anne
+<A HREF="http://www.mageia.org">http://www.mageia.org</A>
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: &lt;/pipermail/mageia-dev/attachments/20110608/726904e6/attachment.html&gt;
+</PRE>
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="005193.html">[Mageia-dev] Discrepancy between /etc/version and /etc/release - which one for MIRRORLIST
+</A></li>
+ <LI>Next message: <A HREF="005195.html">[Mageia-dev] Finalizing update process
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#5194">[ date ]</a>
+ <a href="thread.html#5194">[ thread ]</a>
+ <a href="subject.html#5194">[ subject ]</a>
+ <a href="author.html#5194">[ 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>
diff --git a/zarb-ml/mageia-dev/20110608/005195.html b/zarb-ml/mageia-dev/20110608/005195.html
new file mode 100644
index 000000000..c45169416
--- /dev/null
+++ b/zarb-ml/mageia-dev/20110608/005195.html
@@ -0,0 +1,70 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] Finalizing update process
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Finalizing%20update%20process&In-Reply-To=%3CBANLkTi%3DWdt6Nr2SrM%2Bc3vFp1P8RPNs7EhQ%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="005194.html">
+
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] Finalizing update process</H1>
+ <B>Anne nicolas</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Finalizing%20update%20process&In-Reply-To=%3CBANLkTi%3DWdt6Nr2SrM%2Bc3vFp1P8RPNs7EhQ%40mail.gmail.com%3E"
+ TITLE="[Mageia-dev] Finalizing update process">ennael at mageia.org
+ </A><BR>
+ <I>Wed Jun 8 10:40:51 CEST 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="005194.html">[Mageia-dev] Tonight's meeting
+</A></li>
+
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#5195">[ date ]</a>
+ <a href="thread.html#5195">[ thread ]</a>
+ <a href="subject.html#5195">[ subject ]</a>
+ <a href="author.html#5195">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Hi there
+
+We have some stuff to complete here:
+<A HREF="http://mageia.org/wiki/doku.php?id=security">http://mageia.org/wiki/doku.php?id=security</A>
+
+&lt;<A HREF="http://mageia.org/wiki/doku.php?id=security">http://mageia.org/wiki/doku.php?id=security</A>&gt;Can we spend the 2 or 3 coming
+days to finalize it and start updates submits?
+
+Cheers
+
+--
+Anne
+<A HREF="http://www.mageia.org">http://www.mageia.org</A>
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: &lt;/pipermail/mageia-dev/attachments/20110608/82617173/attachment.html&gt;
+</PRE>
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="005194.html">[Mageia-dev] Tonight's meeting
+</A></li>
+
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#5195">[ date ]</a>
+ <a href="thread.html#5195">[ thread ]</a>
+ <a href="subject.html#5195">[ subject ]</a>
+ <a href="author.html#5195">[ 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>
diff --git a/zarb-ml/mageia-dev/20110608/005196.html b/zarb-ml/mageia-dev/20110608/005196.html
new file mode 100644
index 000000000..15cd0ac8d
--- /dev/null
+++ b/zarb-ml/mageia-dev/20110608/005196.html
@@ -0,0 +1,68 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] Looking for a mentor
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Looking%20for%20a%20mentor&In-Reply-To=%3C201106081121.00086.anaselli%40linux.it%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="005191.html">
+ <LINK REL="Next" HREF="005192.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] Looking for a mentor</H1>
+ <B>Angelo Naselli</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Looking%20for%20a%20mentor&In-Reply-To=%3C201106081121.00086.anaselli%40linux.it%3E"
+ TITLE="[Mageia-dev] Looking for a mentor">anaselli at linux.it
+ </A><BR>
+ <I>Wed Jun 8 11:20:57 CEST 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="005191.html">[Mageia-dev] Looking for a mentor
+</A></li>
+ <LI>Next message: <A HREF="005192.html">[Mageia-dev] Discrepancy between /etc/version and /etc/release - which one for MIRRORLIST
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#5196">[ date ]</a>
+ <a href="thread.html#5196">[ thread ]</a>
+ <a href="subject.html#5196">[ subject ]</a>
+ <a href="author.html#5196">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Hi Matteo,
+can you please answer to mailing list instead to the sender,
+other people can hardly follow the thread otherwise :)
+
+Thanks
+ Angelo
+-------------- next part --------------
+A non-text attachment was scrubbed...
+Name: not available
+Type: application/pgp-signature
+Size: 198 bytes
+Desc: This is a digitally signed message part.
+URL: &lt;/pipermail/mageia-dev/attachments/20110608/6b8e327f/attachment.asc&gt;
+</PRE>
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="005191.html">[Mageia-dev] Looking for a mentor
+</A></li>
+ <LI>Next message: <A HREF="005192.html">[Mageia-dev] Discrepancy between /etc/version and /etc/release - which one for MIRRORLIST
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#5196">[ date ]</a>
+ <a href="thread.html#5196">[ thread ]</a>
+ <a href="subject.html#5196">[ subject ]</a>
+ <a href="author.html#5196">[ 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>
diff --git a/zarb-ml/mageia-dev/20110608/author.html b/zarb-ml/mageia-dev/20110608/author.html
new file mode 100644
index 000000000..0ed6f5cd7
--- /dev/null
+++ b/zarb-ml/mageia-dev/20110608/author.html
@@ -0,0 +1,77 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <title>The Mageia-dev 8 June 2011 Archive by author</title>
+ <META NAME="robots" CONTENT="noindex,follow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <a name="start"></A>
+ <h1>8 June 2011 Archives by author</h1>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+ <a href="thread.html#start">[ thread ]</a>
+ <a href="subject.html#start">[ subject ]</a>
+
+ <a href="date.html#start">[ date ]</a>
+
+ <li><b><a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More info on this list...
+ </a></b></li>
+ </ul>
+ <p><b>Starting:</b> <i>Wed Jun 8 00:04:54 CEST 2011</i><br>
+ <b>Ending:</b> <i>Wed Jun 8 11:20:57 CEST 2011</i><br>
+ <b>Messages:</b> 6<p>
+ <ul>
+
+<LI><A HREF="005192.html">[Mageia-dev] Discrepancy between /etc/version and /etc/release - which one for MIRRORLIST
+</A><A NAME="5192">&nbsp;</A>
+<I>Oliver Burger
+</I>
+
+<LI><A HREF="005196.html">[Mageia-dev] Looking for a mentor
+</A><A NAME="5196">&nbsp;</A>
+<I>Angelo Naselli
+</I>
+
+<LI><A HREF="005191.html">[Mageia-dev] Looking for a mentor
+</A><A NAME="5191">&nbsp;</A>
+<I>Michael Scherer
+</I>
+
+<LI><A HREF="005194.html">[Mageia-dev] Tonight's meeting
+</A><A NAME="5194">&nbsp;</A>
+<I>Anne nicolas
+</I>
+
+<LI><A HREF="005195.html">[Mageia-dev] Finalizing update process
+</A><A NAME="5195">&nbsp;</A>
+<I>Anne nicolas
+</I>
+
+<LI><A HREF="005193.html">[Mageia-dev] Discrepancy between /etc/version and /etc/release - which one for MIRRORLIST
+</A><A NAME="5193">&nbsp;</A>
+<I>nicolas vigier
+</I>
+
+ </ul>
+ <p>
+ <a name="end"><b>Last message date:</b></a>
+ <i>Wed Jun 8 11:20:57 CEST 2011</i><br>
+ <b>Archived on:</b> <i>Wed Jun 8 11:21:04 CEST 2011</i>
+ <p>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+ <a href="thread.html#start">[ thread ]</a>
+ <a href="subject.html#start">[ subject ]</a>
+
+ <a href="date.html#start">[ date ]</a>
+ <li><b><a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More info on this list...
+ </a></b></li>
+ </ul>
+ <p>
+ <hr>
+ <i>This archive was generated by
+ Pipermail 0.09 (Mailman edition).</i>
+ </BODY>
+</HTML>
+
diff --git a/zarb-ml/mageia-dev/20110608/date.html b/zarb-ml/mageia-dev/20110608/date.html
new file mode 100644
index 000000000..9403c3a21
--- /dev/null
+++ b/zarb-ml/mageia-dev/20110608/date.html
@@ -0,0 +1,77 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <title>The Mageia-dev 8 June 2011 Archive by date</title>
+ <META NAME="robots" CONTENT="noindex,follow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <a name="start"></A>
+ <h1>8 June 2011 Archives by date</h1>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+ <a href="thread.html#start">[ thread ]</a>
+ <a href="subject.html#start">[ subject ]</a>
+ <a href="author.html#start">[ author ]</a>
+
+
+ <li><b><a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More info on this list...
+ </a></b></li>
+ </ul>
+ <p><b>Starting:</b> <i>Wed Jun 8 00:04:54 CEST 2011</i><br>
+ <b>Ending:</b> <i>Wed Jun 8 11:20:57 CEST 2011</i><br>
+ <b>Messages:</b> 6<p>
+ <ul>
+
+<LI><A HREF="005191.html">[Mageia-dev] Looking for a mentor
+</A><A NAME="5191">&nbsp;</A>
+<I>Michael Scherer
+</I>
+
+<LI><A HREF="005192.html">[Mageia-dev] Discrepancy between /etc/version and /etc/release - which one for MIRRORLIST
+</A><A NAME="5192">&nbsp;</A>
+<I>Oliver Burger
+</I>
+
+<LI><A HREF="005193.html">[Mageia-dev] Discrepancy between /etc/version and /etc/release - which one for MIRRORLIST
+</A><A NAME="5193">&nbsp;</A>
+<I>nicolas vigier
+</I>
+
+<LI><A HREF="005194.html">[Mageia-dev] Tonight's meeting
+</A><A NAME="5194">&nbsp;</A>
+<I>Anne nicolas
+</I>
+
+<LI><A HREF="005195.html">[Mageia-dev] Finalizing update process
+</A><A NAME="5195">&nbsp;</A>
+<I>Anne nicolas
+</I>
+
+<LI><A HREF="005196.html">[Mageia-dev] Looking for a mentor
+</A><A NAME="5196">&nbsp;</A>
+<I>Angelo Naselli
+</I>
+
+ </ul>
+ <p>
+ <a name="end"><b>Last message date:</b></a>
+ <i>Wed Jun 8 11:20:57 CEST 2011</i><br>
+ <b>Archived on:</b> <i>Wed Jun 8 11:21:04 CEST 2011</i>
+ <p>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+ <a href="thread.html#start">[ thread ]</a>
+ <a href="subject.html#start">[ subject ]</a>
+ <a href="author.html#start">[ author ]</a>
+
+ <li><b><a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More info on this list...
+ </a></b></li>
+ </ul>
+ <p>
+ <hr>
+ <i>This archive was generated by
+ Pipermail 0.09 (Mailman edition).</i>
+ </BODY>
+</HTML>
+
diff --git a/zarb-ml/mageia-dev/20110608/index.html b/zarb-ml/mageia-dev/20110608/index.html
new file mode 120000
index 000000000..db4b46f72
--- /dev/null
+++ b/zarb-ml/mageia-dev/20110608/index.html
@@ -0,0 +1 @@
+thread.html \ No newline at end of file
diff --git a/zarb-ml/mageia-dev/20110608/subject.html b/zarb-ml/mageia-dev/20110608/subject.html
new file mode 100644
index 000000000..092c9671e
--- /dev/null
+++ b/zarb-ml/mageia-dev/20110608/subject.html
@@ -0,0 +1,77 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <title>The Mageia-dev 8 June 2011 Archive by subject</title>
+ <META NAME="robots" CONTENT="noindex,follow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <a name="start"></A>
+ <h1>8 June 2011 Archives by subject</h1>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+ <a href="thread.html#start">[ thread ]</a>
+
+ <a href="author.html#start">[ author ]</a>
+ <a href="date.html#start">[ date ]</a>
+
+ <li><b><a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More info on this list...
+ </a></b></li>
+ </ul>
+ <p><b>Starting:</b> <i>Wed Jun 8 00:04:54 CEST 2011</i><br>
+ <b>Ending:</b> <i>Wed Jun 8 11:20:57 CEST 2011</i><br>
+ <b>Messages:</b> 6<p>
+ <ul>
+
+<LI><A HREF="005193.html">[Mageia-dev] Discrepancy between /etc/version and /etc/release - which one for MIRRORLIST
+</A><A NAME="5193">&nbsp;</A>
+<I>nicolas vigier
+</I>
+
+<LI><A HREF="005192.html">[Mageia-dev] Discrepancy between /etc/version and /etc/release - which one for MIRRORLIST
+</A><A NAME="5192">&nbsp;</A>
+<I>Oliver Burger
+</I>
+
+<LI><A HREF="005195.html">[Mageia-dev] Finalizing update process
+</A><A NAME="5195">&nbsp;</A>
+<I>Anne nicolas
+</I>
+
+<LI><A HREF="005191.html">[Mageia-dev] Looking for a mentor
+</A><A NAME="5191">&nbsp;</A>
+<I>Michael Scherer
+</I>
+
+<LI><A HREF="005196.html">[Mageia-dev] Looking for a mentor
+</A><A NAME="5196">&nbsp;</A>
+<I>Angelo Naselli
+</I>
+
+<LI><A HREF="005194.html">[Mageia-dev] Tonight's meeting
+</A><A NAME="5194">&nbsp;</A>
+<I>Anne nicolas
+</I>
+
+ </ul>
+ <p>
+ <a name="end"><b>Last message date:</b></a>
+ <i>Wed Jun 8 11:20:57 CEST 2011</i><br>
+ <b>Archived on:</b> <i>Wed Jun 8 11:21:04 CEST 2011</i>
+ <p>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+ <a href="thread.html#start">[ thread ]</a>
+
+ <a href="author.html#start">[ author ]</a>
+ <a href="date.html#start">[ date ]</a>
+ <li><b><a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More info on this list...
+ </a></b></li>
+ </ul>
+ <p>
+ <hr>
+ <i>This archive was generated by
+ Pipermail 0.09 (Mailman edition).</i>
+ </BODY>
+</HTML>
+
diff --git a/zarb-ml/mageia-dev/20110608/thread.html b/zarb-ml/mageia-dev/20110608/thread.html
new file mode 100644
index 000000000..af787cd95
--- /dev/null
+++ b/zarb-ml/mageia-dev/20110608/thread.html
@@ -0,0 +1,87 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <title>The Mageia-dev 8 June 2011 Archive by thread</title>
+ <META NAME="robots" CONTENT="noindex,follow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <a name="start"></A>
+ <h1>8 June 2011 Archives by thread</h1>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+
+ <a href="subject.html#start">[ subject ]</a>
+ <a href="author.html#start">[ author ]</a>
+ <a href="date.html#start">[ date ]</a>
+
+ <li><b><a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More info on this list...
+ </a></b></li>
+ </ul>
+ <p><b>Starting:</b> <i>Wed Jun 8 00:04:54 CEST 2011</i><br>
+ <b>Ending:</b> <i>Wed Jun 8 11:20:57 CEST 2011</i><br>
+ <b>Messages:</b> 6<p>
+ <ul>
+
+<!--0 01307484294- -->
+<LI><A HREF="005191.html">[Mageia-dev] Looking for a mentor
+</A><A NAME="5191">&nbsp;</A>
+<I>Michael Scherer
+</I>
+
+<UL>
+<!--1 01307484294-01307524857- -->
+<LI><A HREF="005196.html">[Mageia-dev] Looking for a mentor
+</A><A NAME="5196">&nbsp;</A>
+<I>Angelo Naselli
+</I>
+
+</UL>
+<!--0 01307518961- -->
+<LI><A HREF="005192.html">[Mageia-dev] Discrepancy between /etc/version and /etc/release - which one for MIRRORLIST
+</A><A NAME="5192">&nbsp;</A>
+<I>Oliver Burger
+</I>
+
+<UL>
+<!--1 01307518961-01307519469- -->
+<LI><A HREF="005193.html">[Mageia-dev] Discrepancy between /etc/version and /etc/release - which one for MIRRORLIST
+</A><A NAME="5193">&nbsp;</A>
+<I>nicolas vigier
+</I>
+
+</UL>
+<!--0 01307522249- -->
+<LI><A HREF="005194.html">[Mageia-dev] Tonight's meeting
+</A><A NAME="5194">&nbsp;</A>
+<I>Anne nicolas
+</I>
+
+<!--0 01307522451- -->
+<LI><A HREF="005195.html">[Mageia-dev] Finalizing update process
+</A><A NAME="5195">&nbsp;</A>
+<I>Anne nicolas
+</I>
+
+ </ul>
+ <p>
+ <a name="end"><b>Last message date:</b></a>
+ <i>Wed Jun 8 11:20:57 CEST 2011</i><br>
+ <b>Archived on:</b> <i>Wed Jun 8 11:21:04 CEST 2011</i>
+ <p>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+
+ <a href="subject.html#start">[ subject ]</a>
+ <a href="author.html#start">[ author ]</a>
+ <a href="date.html#start">[ date ]</a>
+ <li><b><a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More info on this list...
+ </a></b></li>
+ </ul>
+ <p>
+ <hr>
+ <i>This archive was generated by
+ Pipermail 0.09 (Mailman edition).</i>
+ </BODY>
+</HTML>
+