1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-sysadm] repoctl
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20repoctl&In-Reply-To=%3C20120210194728.GU21938%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="004194.html">
<LINK REL="Next" HREF="004196.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-sysadm] repoctl</H1>
<B>nicolas vigier</B>
<A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20repoctl&In-Reply-To=%3C20120210194728.GU21938%40mars-attacks.org%3E"
TITLE="[Mageia-sysadm] repoctl">boklm at mars-attacks.org
</A><BR>
<I>Fri Feb 10 20:47:28 CET 2012</I>
<P><UL>
<LI>Previous message: <A HREF="004194.html">[Mageia-sysadm] repoctl
</A></li>
<LI>Next message: <A HREF="004196.html">[Mageia-sysadm] Report from Marseille trip
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#4195">[ date ]</a>
<a href="thread.html#4195">[ thread ]</a>
<a href="subject.html#4195">[ subject ]</a>
<a href="author.html#4195">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On Fri, 10 Feb 2012, Pascal Terjan wrote:
><i> On Fri, Feb 10, 2012 at 19:18, nicolas vigier <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">boklm at mars-attacks.org</A>> wrote:
</I>><i> > Hello,
</I>><i> >
</I>><i> > I started work on a new tool to manage package repositories :
</I>><i> > <A HREF="http://svnweb.mageia.org/soft/repoctl/trunk/">http://svnweb.mageia.org/soft/repoctl/trunk/</A>
</I>><i> >
</I>><i> > This tool allow to :
</I>><i> >  - move / delete / list packages from repositories
</I>><i> >  - lock a repository before modifying it
</I>><i> >  - generate hdlists for repositories that have been modified
</I>><i> >  - generate a file with sha1sum of important files before mirroring
</I>><i> >
</I>><i> > You can see the command available with repoctl --help.
</I>><i> >
</I>><i> > Things planned next :
</I>><i> >  - make a package and install this tool on valstar to start using it
</I>><i> >  - update youri to use it when moving packages to the repository
</I>><i> >  - remove update of hdlists and mirroring from youri, and replace this
</I>><i> >   by a repoctl call by cron every 4 or 5 minutes, so that hdlists are
</I>><i> >   not generated 3 times if 3 packages are uploaded in 3 minutes
</I>><i>
</I>><i> This means we can no longer know when a package is available.
</I>
If we know when the package was finished, and the last time the mirror
was updated, we can know if it is available.
><i> Currently they wouldn't be generated 3 times, as the 2 other packages
</I>><i> would be finished while genhdlist is still running for the first one,
</I>><i> and it would run once for both.
</I>><i> What is the point of making upload slower?
</I>
Hmm, so I was wrong and it was not a good idea.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="004194.html">[Mageia-sysadm] repoctl
</A></li>
<LI>Next message: <A HREF="004196.html">[Mageia-sysadm] Report from Marseille trip
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#4195">[ date ]</a>
<a href="thread.html#4195">[ thread ]</a>
<a href="subject.html#4195">[ subject ]</a>
<a href="author.html#4195">[ 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>
|