summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/20110129
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/20110129
parentfa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff)
downloadarchives-1be510f9529cb082f802408b472a77d074b394c0.tar
archives-1be510f9529cb082f802408b472a77d074b394c0.tar.gz
archives-1be510f9529cb082f802408b472a77d074b394c0.tar.bz2
archives-1be510f9529cb082f802408b472a77d074b394c0.tar.xz
archives-1be510f9529cb082f802408b472a77d074b394c0.zip
Add zarb MLs html archivesHEADmaster
Diffstat (limited to 'zarb-ml/mageia-dev/20110129')
-rw-r--r--zarb-ml/mageia-dev/20110129/002372.html101
-rw-r--r--zarb-ml/mageia-dev/20110129/002373.html122
-rw-r--r--zarb-ml/mageia-dev/20110129/002374.html92
-rw-r--r--zarb-ml/mageia-dev/20110129/002375.html60
-rw-r--r--zarb-ml/mageia-dev/20110129/002376.html69
-rw-r--r--zarb-ml/mageia-dev/20110129/002377.html83
-rw-r--r--zarb-ml/mageia-dev/20110129/author.html77
-rw-r--r--zarb-ml/mageia-dev/20110129/date.html77
l---------zarb-ml/mageia-dev/20110129/index.html1
-rw-r--r--zarb-ml/mageia-dev/20110129/subject.html77
-rw-r--r--zarb-ml/mageia-dev/20110129/thread.html89
11 files changed, 848 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/20110129/002372.html b/zarb-ml/mageia-dev/20110129/002372.html
new file mode 100644
index 000000000..070d4bb84
--- /dev/null
+++ b/zarb-ml/mageia-dev/20110129/002372.html
@@ -0,0 +1,101 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] packages branches and revision numbers when submiting packages with mgarepo
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20packages%20branches%20and%20revision%20numbers%20when%20submiting%0A%09packages%09with%20mgarepo&In-Reply-To=%3C20110129011600.GA21938%40mars-attacks.org%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+
+ <LINK REL="Next" HREF="002373.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] packages branches and revision numbers when submiting packages with mgarepo</H1>
+ <B>nicolas vigier</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20packages%20branches%20and%20revision%20numbers%20when%20submiting%0A%09packages%09with%20mgarepo&In-Reply-To=%3C20110129011600.GA21938%40mars-attacks.org%3E"
+ TITLE="[Mageia-dev] packages branches and revision numbers when submiting packages with mgarepo">boklm at mars-attacks.org
+ </A><BR>
+ <I>Sat Jan 29 02:16:00 CET 2011</I>
+ <P><UL>
+
+ <LI>Next message: <A HREF="002373.html">[Mageia-dev] packages branches and revision numbers when submiting packages with mgarepo
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#2372">[ date ]</a>
+ <a href="thread.html#2372">[ thread ]</a>
+ <a href="subject.html#2372">[ subject ]</a>
+ <a href="author.html#2372">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Hello,
+
+In Mandriva using repsys it was possible to provide a svn revision number
+when submitting a package. It is still possible to do it using mgarepo,
+but with a separate repository for binary files, it is more difficult.
+The current version of mgarepo tries to find the right revision to use
+for the binrepo (revision from the same date as the revision on the
+specs repository), but it is not always working as expected. I started
+to add an option to be able to specify the binrepo revision to use when
+submiting, but after thinking about it, it's probably not a good idea,
+because it becomes too complicate.
+
+With repsys it's also possible when submiting packages to give an URL
+instead of a package name. This allows creating new branches for a
+package. However we also have a problem with this with binrepo, as we
+need to find the right path for the binary repository. We could add an
+option to give the URL for the binaries, but I don't think it's a good
+idea.
+
+So I propose to do this instead :
+
+ - We won't allow using revision numbers when submiting packages.
+ Instead we always use the latest revision available on svn. I don't
+ think submit with a revision number are used much (but maybe I'm wrong ?)
+ and a branch copied from a revision can be used instead, to do the
+ same. And not supporting revision numbers will make mgarepo code more
+ simple.
+
+ - We won't allow submit with a URL, but only with a package name (and
+ the right URL will be generated by the script receiving the submit request
+ on pkgsubmit). To allow using branches, instead we add a --branch option
+ to provide the name of a branch. If no branch name is provided we use
+ the package from this path :
+ /packages/cauldron/[packagename]/current
+ If a branch name is provided we use the package from this path :
+ /packages/cauldron/[packagename]/branches/[branchname]
+ And the same path in the binrepo.
+ Some commands can be added in mgarepo to create, remove, checkout branches.
+
+ With this, the path for branches will be more clear, and the same for
+ all packages (contrary to Mandriva where packages could have some branches
+ in /packages/branches, or in /packages/updates, /packages/updates_release
+ or /packages/cooker or anywhere on the repository).
+
+
+Does anyone see any problem with this ? Or other ideas, or comments ?
+
+</PRE>
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+
+ <LI>Next message: <A HREF="002373.html">[Mageia-dev] packages branches and revision numbers when submiting packages with mgarepo
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#2372">[ date ]</a>
+ <a href="thread.html#2372">[ thread ]</a>
+ <a href="subject.html#2372">[ subject ]</a>
+ <a href="author.html#2372">[ 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/20110129/002373.html b/zarb-ml/mageia-dev/20110129/002373.html
new file mode 100644
index 000000000..569d93506
--- /dev/null
+++ b/zarb-ml/mageia-dev/20110129/002373.html
@@ -0,0 +1,122 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] packages branches and revision numbers when submiting packages with mgarepo
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20packages%20branches%20and%20revision%20numbers%20when%0A%20submiting%20packages%09with%20mgarepo&In-Reply-To=%3C4D4370B4.90800%40iki.fi%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="002372.html">
+ <LINK REL="Next" HREF="002374.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] packages branches and revision numbers when submiting packages with mgarepo</H1>
+ <B>Anssi Hannula</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20packages%20branches%20and%20revision%20numbers%20when%0A%20submiting%20packages%09with%20mgarepo&In-Reply-To=%3C4D4370B4.90800%40iki.fi%3E"
+ TITLE="[Mageia-dev] packages branches and revision numbers when submiting packages with mgarepo">anssi.hannula at iki.fi
+ </A><BR>
+ <I>Sat Jan 29 02:43:16 CET 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="002372.html">[Mageia-dev] packages branches and revision numbers when submiting packages with mgarepo
+</A></li>
+ <LI>Next message: <A HREF="002374.html">[Mageia-dev] packages branches and revision numbers when submiting packages with mgarepo
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#2373">[ date ]</a>
+ <a href="thread.html#2373">[ thread ]</a>
+ <a href="subject.html#2373">[ subject ]</a>
+ <a href="author.html#2373">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>On 29.01.2011 03:16, nicolas vigier wrote:
+&gt;<i> Hello,
+</I>&gt;<i>
+</I>&gt;<i> In Mandriva using repsys it was possible to provide a svn revision number
+</I>&gt;<i> when submitting a package. It is still possible to do it using mgarepo,
+</I>&gt;<i> but with a separate repository for binary files, it is more difficult.
+</I>&gt;<i> The current version of mgarepo tries to find the right revision to use
+</I>&gt;<i> for the binrepo (revision from the same date as the revision on the
+</I>&gt;<i> specs repository), but it is not always working as expected. I started
+</I>&gt;<i> to add an option to be able to specify the binrepo revision to use when
+</I>&gt;<i> submiting, but after thinking about it, it's probably not a good idea,
+</I>&gt;<i> because it becomes too complicate.
+</I>&gt;<i>
+</I>&gt;<i> With repsys it's also possible when submiting packages to give an URL
+</I>&gt;<i> instead of a package name. This allows creating new branches for a
+</I>&gt;<i> package. However we also have a problem with this with binrepo, as we
+</I>&gt;<i> need to find the right path for the binary repository. We could add an
+</I>&gt;<i> option to give the URL for the binaries, but I don't think it's a good
+</I>&gt;<i> idea.
+</I>&gt;<i>
+</I>&gt;<i> So I propose to do this instead :
+</I>&gt;<i>
+</I>&gt;<i> - We won't allow using revision numbers when submiting packages.
+</I>&gt;<i> Instead we always use the latest revision available on svn. I don't
+</I>&gt;<i> think submit with a revision number are used much (but maybe I'm wrong ?)
+</I>&gt;<i> and a branch copied from a revision can be used instead, to do the
+</I>&gt;<i> same. And not supporting revision numbers will make mgarepo code more
+</I>&gt;<i> simple.
+</I>&gt;<i>
+</I>&gt;<i> - We won't allow submit with a URL, but only with a package name (and
+</I>&gt;<i> the right URL will be generated by the script receiving the submit request
+</I>&gt;<i> on pkgsubmit). To allow using branches, instead we add a --branch option
+</I>&gt;<i> to provide the name of a branch. If no branch name is provided we use
+</I>&gt;<i> the package from this path :
+</I>&gt;<i> /packages/cauldron/[packagename]/current
+</I>&gt;<i> If a branch name is provided we use the package from this path :
+</I>&gt;<i> /packages/cauldron/[packagename]/branches/[branchname]
+</I>&gt;<i> And the same path in the binrepo.
+</I>&gt;<i> Some commands can be added in mgarepo to create, remove, checkout branches.
+</I>&gt;<i>
+</I>&gt;<i> With this, the path for branches will be more clear, and the same for
+</I>&gt;<i> all packages (contrary to Mandriva where packages could have some branches
+</I>&gt;<i> in /packages/branches, or in /packages/updates, /packages/updates_release
+</I>&gt;<i> or /packages/cooker or anywhere on the repository).
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> Does anyone see any problem with this ? Or other ideas, or comments ?
+</I>
+AFAICS the above branch scheme doesn't work well with changelog
+generation. As changelog is generated from [packagename]/releases, one
+of two things seems bound to happen:
+
+a) There is no [packagename]/releases under the branch, and the
+changelog gets messed up (all commits since initial package import in a
+single release entry), or
+
+b) One tries to keep [packagename]/releases to preserve sane changelog
+when branching, but this will fail as this SVN command is invalid, as
+one can't copy a directory into itself:
+svn cp /packages/cauldron/[packagename]
+/packages/cauldron/[packagename]/branches/[branchname]
+
+Or maybe I'm missing something?
+
+--
+Anssi Hannula
+</PRE>
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="002372.html">[Mageia-dev] packages branches and revision numbers when submiting packages with mgarepo
+</A></li>
+ <LI>Next message: <A HREF="002374.html">[Mageia-dev] packages branches and revision numbers when submiting packages with mgarepo
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#2373">[ date ]</a>
+ <a href="thread.html#2373">[ thread ]</a>
+ <a href="subject.html#2373">[ subject ]</a>
+ <a href="author.html#2373">[ 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/20110129/002374.html b/zarb-ml/mageia-dev/20110129/002374.html
new file mode 100644
index 000000000..0e142b83d
--- /dev/null
+++ b/zarb-ml/mageia-dev/20110129/002374.html
@@ -0,0 +1,92 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] packages branches and revision numbers when submiting packages with mgarepo
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20packages%20branches%20and%20revision%20numbers%0A%09when%09submiting%20packages%20with%20mgarepo&In-Reply-To=%3C20110129143043.GB21938%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="002373.html">
+ <LINK REL="Next" HREF="002375.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] packages branches and revision numbers when submiting packages with mgarepo</H1>
+ <B>nicolas vigier</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20packages%20branches%20and%20revision%20numbers%0A%09when%09submiting%20packages%20with%20mgarepo&In-Reply-To=%3C20110129143043.GB21938%40mars-attacks.org%3E"
+ TITLE="[Mageia-dev] packages branches and revision numbers when submiting packages with mgarepo">boklm at mars-attacks.org
+ </A><BR>
+ <I>Sat Jan 29 15:30:43 CET 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="002373.html">[Mageia-dev] packages branches and revision numbers when submiting packages with mgarepo
+</A></li>
+ <LI>Next message: <A HREF="002375.html">[Mageia-dev] Accident
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#2374">[ date ]</a>
+ <a href="thread.html#2374">[ thread ]</a>
+ <a href="subject.html#2374">[ subject ]</a>
+ <a href="author.html#2374">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>On Sat, 29 Jan 2011, Anssi Hannula wrote:
+
+&gt;<i>
+</I>&gt;<i> AFAICS the above branch scheme doesn't work well with changelog
+</I>&gt;<i> generation. As changelog is generated from [packagename]/releases, one
+</I>&gt;<i> of two things seems bound to happen:
+</I>&gt;<i>
+</I>&gt;<i> a) There is no [packagename]/releases under the branch, and the
+</I>&gt;<i> changelog gets messed up (all commits since initial package import in a
+</I>&gt;<i> single release entry), or
+</I>&gt;<i>
+</I>&gt;<i> b) One tries to keep [packagename]/releases to preserve sane changelog
+</I>&gt;<i> when branching, but this will fail as this SVN command is invalid, as
+</I>&gt;<i> one can't copy a directory into itself:
+</I>&gt;<i> svn cp /packages/cauldron/[packagename]
+</I>&gt;<i> /packages/cauldron/[packagename]/branches/[branchname]
+</I>
+Good question. I have looked at how it is working now :
+ - it first looks at all svn logs from [packagename]/releases, and
+ extract infos from &quot;%repsys markrelease&quot; logs, which contains
+ infos about packages version, release, and relrevision.
+ - it use commit logs from [packagename]/current and groups them by
+ package releases using the infos from markrelease.
+
+So I think we can do this :
+ - We don't copy releases directory in branches, only SPECS and SOURCES
+ directories, we share the releases directory for current and branches.
+ - In &quot;%repsys markrelease&quot; commits, we include the branch name
+ - When generating logs for a branch package we only use markrelease
+ infos from that branch, and from current from before the first
+ markrelease for the branch
+ - When generating logs for current package, we ignore markrelease from
+ other branches
+
+Does it look ok ?
+
+</PRE>
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="002373.html">[Mageia-dev] packages branches and revision numbers when submiting packages with mgarepo
+</A></li>
+ <LI>Next message: <A HREF="002375.html">[Mageia-dev] Accident
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#2374">[ date ]</a>
+ <a href="thread.html#2374">[ thread ]</a>
+ <a href="subject.html#2374">[ subject ]</a>
+ <a href="author.html#2374">[ 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/20110129/002375.html b/zarb-ml/mageia-dev/20110129/002375.html
new file mode 100644
index 000000000..060a38cd8
--- /dev/null
+++ b/zarb-ml/mageia-dev/20110129/002375.html
@@ -0,0 +1,60 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] Accident
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Accident&In-Reply-To=%3CAANLkTim0%2B3XvyRMUPSho4hbt8jOOFatmG0oWO3bVjDu-%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="002374.html">
+ <LINK REL="Next" HREF="002376.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] Accident</H1>
+ <B>Pascal Terjan</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Accident&In-Reply-To=%3CAANLkTim0%2B3XvyRMUPSho4hbt8jOOFatmG0oWO3bVjDu-%40mail.gmail.com%3E"
+ TITLE="[Mageia-dev] Accident">pterjan at gmail.com
+ </A><BR>
+ <I>Sat Jan 29 20:58:29 CET 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="002374.html">[Mageia-dev] packages branches and revision numbers when submiting packages with mgarepo
+</A></li>
+ <LI>Next message: <A HREF="002376.html">[Mageia-dev] BS down
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#2375">[ date ]</a>
+ <a href="thread.html#2375">[ thread ]</a>
+ <a href="subject.html#2375">[ subject ]</a>
+ <a href="author.html#2375">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Sorry everyone, while removing my tests run on valstar, as that's not
+the best place for tests, I removed bootsrap repository :(
+I have stopped the build system and Nanar is sending back his copy of
+the repository.
+</PRE>
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="002374.html">[Mageia-dev] packages branches and revision numbers when submiting packages with mgarepo
+</A></li>
+ <LI>Next message: <A HREF="002376.html">[Mageia-dev] BS down
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#2375">[ date ]</a>
+ <a href="thread.html#2375">[ thread ]</a>
+ <a href="subject.html#2375">[ subject ]</a>
+ <a href="author.html#2375">[ 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/20110129/002376.html b/zarb-ml/mageia-dev/20110129/002376.html
new file mode 100644
index 000000000..57b7818f1
--- /dev/null
+++ b/zarb-ml/mageia-dev/20110129/002376.html
@@ -0,0 +1,69 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] BS down
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20BS%20down&In-Reply-To=%3C34e0a1062af75ec09a0e3b931a1ed9ff%40www.ephaone.org%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="002375.html">
+ <LINK REL="Next" HREF="002377.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] BS down</H1>
+ <B>Michael Scherer</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20BS%20down&In-Reply-To=%3C34e0a1062af75ec09a0e3b931a1ed9ff%40www.ephaone.org%3E"
+ TITLE="[Mageia-dev] BS down">misc at zarb.org
+ </A><BR>
+ <I>Sat Jan 29 21:00:31 CET 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="002375.html">[Mageia-dev] Accident
+</A></li>
+ <LI>Next message: <A HREF="002377.html">[Mageia-dev] BS down
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#2376">[ date ]</a>
+ <a href="thread.html#2376">[ thread ]</a>
+ <a href="subject.html#2376">[ subject ]</a>
+ <a href="author.html#2376">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE> Hi following a manipulation error, part of the bootstrap mirror
+ have been erased. We have restored part of it from the backup made on
+ d-c,
+ but we are not sure that everything was restored, Olivier is currently
+ checking.
+
+ We are working on fixing it ASAP.
+
+ In any case, the svn was not impacted and so every packages
+ should be rebuildable.
+
+--
+ Michael Scherer
+</PRE>
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="002375.html">[Mageia-dev] Accident
+</A></li>
+ <LI>Next message: <A HREF="002377.html">[Mageia-dev] BS down
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#2376">[ date ]</a>
+ <a href="thread.html#2376">[ thread ]</a>
+ <a href="subject.html#2376">[ subject ]</a>
+ <a href="author.html#2376">[ 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/20110129/002377.html b/zarb-ml/mageia-dev/20110129/002377.html
new file mode 100644
index 000000000..2414d2913
--- /dev/null
+++ b/zarb-ml/mageia-dev/20110129/002377.html
@@ -0,0 +1,83 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] BS down
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20BS%20down&In-Reply-To=%3C1f6b117336c185f3ed3ce1b7d9ee3205%40www.ephaone.org%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="002376.html">
+
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] BS down</H1>
+ <B>Michael Scherer</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20BS%20down&In-Reply-To=%3C1f6b117336c185f3ed3ce1b7d9ee3205%40www.ephaone.org%3E"
+ TITLE="[Mageia-dev] BS down">misc at zarb.org
+ </A><BR>
+ <I>Sat Jan 29 22:58:07 CET 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="002376.html">[Mageia-dev] BS down
+</A></li>
+
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#2377">[ date ]</a>
+ <a href="thread.html#2377">[ thread ]</a>
+ <a href="subject.html#2377">[ subject ]</a>
+ <a href="author.html#2377">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE> On Sat, 29 Jan 2011 21:00:31 +0100, Michael Scherer wrote:
+&gt;<i> Hi following a manipulation error, part of the bootstrap mirror
+</I>&gt;<i> have been erased. We have restored part of it from the backup made on
+</I>&gt;<i> d-c,
+</I>&gt;<i> but we are not sure that everything was restored, Olivier is
+</I>&gt;<i> currently checking.
+</I>&gt;<i>
+</I>&gt;<i> We are working on fixing it ASAP.
+</I>
+ It seems we have all srpms ( 4084, only one is missing, and that's a
+ php-pear-foo rpm so something easy
+ to rebuild from svn and not too critical for now ). On the binary
+ side, we didn't
+ finish to evaluate what is missing, as we are currently syncing from
+ various backups
+ ( d-c, rabbit, tmb server ), but a network problem out of our reach
+ make thing quite slow.
+
+ So for now, consider the BS to be down, we will warn you once things
+ are finished to sync
+ ( likely tomorow ), and see what we need to do once the exact
+ damage can be evaluated.
+
+ We have the list of submitted rpms since 3 days, so we should be able
+ to
+ rebuild what is missing in the proper order, with too much trouble.
+
+
+--
+ Michael Scherer
+</PRE>
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="002376.html">[Mageia-dev] BS down
+</A></li>
+
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#2377">[ date ]</a>
+ <a href="thread.html#2377">[ thread ]</a>
+ <a href="subject.html#2377">[ subject ]</a>
+ <a href="author.html#2377">[ 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/20110129/author.html b/zarb-ml/mageia-dev/20110129/author.html
new file mode 100644
index 000000000..c61662f99
--- /dev/null
+++ b/zarb-ml/mageia-dev/20110129/author.html
@@ -0,0 +1,77 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <title>The Mageia-dev 29 January 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>29 January 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>Sat Jan 29 02:16:00 CET 2011</i><br>
+ <b>Ending:</b> <i>Sat Jan 29 22:58:07 CET 2011</i><br>
+ <b>Messages:</b> 6<p>
+ <ul>
+
+<LI><A HREF="002373.html">[Mageia-dev] packages branches and revision numbers when submiting packages with mgarepo
+</A><A NAME="2373">&nbsp;</A>
+<I>Anssi Hannula
+</I>
+
+<LI><A HREF="002376.html">[Mageia-dev] BS down
+</A><A NAME="2376">&nbsp;</A>
+<I>Michael Scherer
+</I>
+
+<LI><A HREF="002377.html">[Mageia-dev] BS down
+</A><A NAME="2377">&nbsp;</A>
+<I>Michael Scherer
+</I>
+
+<LI><A HREF="002375.html">[Mageia-dev] Accident
+</A><A NAME="2375">&nbsp;</A>
+<I>Pascal Terjan
+</I>
+
+<LI><A HREF="002372.html">[Mageia-dev] packages branches and revision numbers when submiting packages with mgarepo
+</A><A NAME="2372">&nbsp;</A>
+<I>nicolas vigier
+</I>
+
+<LI><A HREF="002374.html">[Mageia-dev] packages branches and revision numbers when submiting packages with mgarepo
+</A><A NAME="2374">&nbsp;</A>
+<I>nicolas vigier
+</I>
+
+ </ul>
+ <p>
+ <a name="end"><b>Last message date:</b></a>
+ <i>Sat Jan 29 22:58:07 CET 2011</i><br>
+ <b>Archived on:</b> <i>Sat Jan 29 22:58:37 CET 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/20110129/date.html b/zarb-ml/mageia-dev/20110129/date.html
new file mode 100644
index 000000000..53729e17b
--- /dev/null
+++ b/zarb-ml/mageia-dev/20110129/date.html
@@ -0,0 +1,77 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <title>The Mageia-dev 29 January 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>29 January 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>Sat Jan 29 02:16:00 CET 2011</i><br>
+ <b>Ending:</b> <i>Sat Jan 29 22:58:07 CET 2011</i><br>
+ <b>Messages:</b> 6<p>
+ <ul>
+
+<LI><A HREF="002372.html">[Mageia-dev] packages branches and revision numbers when submiting packages with mgarepo
+</A><A NAME="2372">&nbsp;</A>
+<I>nicolas vigier
+</I>
+
+<LI><A HREF="002373.html">[Mageia-dev] packages branches and revision numbers when submiting packages with mgarepo
+</A><A NAME="2373">&nbsp;</A>
+<I>Anssi Hannula
+</I>
+
+<LI><A HREF="002374.html">[Mageia-dev] packages branches and revision numbers when submiting packages with mgarepo
+</A><A NAME="2374">&nbsp;</A>
+<I>nicolas vigier
+</I>
+
+<LI><A HREF="002375.html">[Mageia-dev] Accident
+</A><A NAME="2375">&nbsp;</A>
+<I>Pascal Terjan
+</I>
+
+<LI><A HREF="002376.html">[Mageia-dev] BS down
+</A><A NAME="2376">&nbsp;</A>
+<I>Michael Scherer
+</I>
+
+<LI><A HREF="002377.html">[Mageia-dev] BS down
+</A><A NAME="2377">&nbsp;</A>
+<I>Michael Scherer
+</I>
+
+ </ul>
+ <p>
+ <a name="end"><b>Last message date:</b></a>
+ <i>Sat Jan 29 22:58:07 CET 2011</i><br>
+ <b>Archived on:</b> <i>Sat Jan 29 22:58:37 CET 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/20110129/index.html b/zarb-ml/mageia-dev/20110129/index.html
new file mode 120000
index 000000000..db4b46f72
--- /dev/null
+++ b/zarb-ml/mageia-dev/20110129/index.html
@@ -0,0 +1 @@
+thread.html \ No newline at end of file
diff --git a/zarb-ml/mageia-dev/20110129/subject.html b/zarb-ml/mageia-dev/20110129/subject.html
new file mode 100644
index 000000000..7b7205a3f
--- /dev/null
+++ b/zarb-ml/mageia-dev/20110129/subject.html
@@ -0,0 +1,77 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <title>The Mageia-dev 29 January 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>29 January 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>Sat Jan 29 02:16:00 CET 2011</i><br>
+ <b>Ending:</b> <i>Sat Jan 29 22:58:07 CET 2011</i><br>
+ <b>Messages:</b> 6<p>
+ <ul>
+
+<LI><A HREF="002375.html">[Mageia-dev] Accident
+</A><A NAME="2375">&nbsp;</A>
+<I>Pascal Terjan
+</I>
+
+<LI><A HREF="002376.html">[Mageia-dev] BS down
+</A><A NAME="2376">&nbsp;</A>
+<I>Michael Scherer
+</I>
+
+<LI><A HREF="002377.html">[Mageia-dev] BS down
+</A><A NAME="2377">&nbsp;</A>
+<I>Michael Scherer
+</I>
+
+<LI><A HREF="002374.html">[Mageia-dev] packages branches and revision numbers when submiting packages with mgarepo
+</A><A NAME="2374">&nbsp;</A>
+<I>nicolas vigier
+</I>
+
+<LI><A HREF="002372.html">[Mageia-dev] packages branches and revision numbers when submiting packages with mgarepo
+</A><A NAME="2372">&nbsp;</A>
+<I>nicolas vigier
+</I>
+
+<LI><A HREF="002373.html">[Mageia-dev] packages branches and revision numbers when submiting packages with mgarepo
+</A><A NAME="2373">&nbsp;</A>
+<I>Anssi Hannula
+</I>
+
+ </ul>
+ <p>
+ <a name="end"><b>Last message date:</b></a>
+ <i>Sat Jan 29 22:58:07 CET 2011</i><br>
+ <b>Archived on:</b> <i>Sat Jan 29 22:58:37 CET 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/20110129/thread.html b/zarb-ml/mageia-dev/20110129/thread.html
new file mode 100644
index 000000000..6f325cf61
--- /dev/null
+++ b/zarb-ml/mageia-dev/20110129/thread.html
@@ -0,0 +1,89 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <title>The Mageia-dev 29 January 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>29 January 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>Sat Jan 29 02:16:00 CET 2011</i><br>
+ <b>Ending:</b> <i>Sat Jan 29 22:58:07 CET 2011</i><br>
+ <b>Messages:</b> 6<p>
+ <ul>
+
+<!--0 01296263760- -->
+<LI><A HREF="002372.html">[Mageia-dev] packages branches and revision numbers when submiting packages with mgarepo
+</A><A NAME="2372">&nbsp;</A>
+<I>nicolas vigier
+</I>
+
+<UL>
+<!--1 01296263760-01296265396- -->
+<LI><A HREF="002373.html">[Mageia-dev] packages branches and revision numbers when submiting packages with mgarepo
+</A><A NAME="2373">&nbsp;</A>
+<I>Anssi Hannula
+</I>
+
+<UL>
+<!--2 01296263760-01296265396-01296311443- -->
+<LI><A HREF="002374.html">[Mageia-dev] packages branches and revision numbers when submiting packages with mgarepo
+</A><A NAME="2374">&nbsp;</A>
+<I>nicolas vigier
+</I>
+
+</UL>
+</UL>
+<!--0 01296331109- -->
+<LI><A HREF="002375.html">[Mageia-dev] Accident
+</A><A NAME="2375">&nbsp;</A>
+<I>Pascal Terjan
+</I>
+
+<!--0 01296331231- -->
+<LI><A HREF="002376.html">[Mageia-dev] BS down
+</A><A NAME="2376">&nbsp;</A>
+<I>Michael Scherer
+</I>
+
+<UL>
+<!--1 01296331231-01296338287- -->
+<LI><A HREF="002377.html">[Mageia-dev] BS down
+</A><A NAME="2377">&nbsp;</A>
+<I>Michael Scherer
+</I>
+
+</UL>
+ </ul>
+ <p>
+ <a name="end"><b>Last message date:</b></a>
+ <i>Sat Jan 29 22:58:07 CET 2011</i><br>
+ <b>Archived on:</b> <i>Sat Jan 29 22:58:37 CET 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>
+