blob: 1ca46ee5df928f1011c044205efdd4c964aecf6d (
plain)
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
|
<!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=%3CCA%2BCX%2Bbio_Bx_wjmY8D2qENY0utWub%2B6ujJQ6PDJv9R3Usepr_A%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="004193.html">
<LINK REL="Next" HREF="004195.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-sysadm] repoctl</H1>
<B>Pascal Terjan</B>
<A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20repoctl&In-Reply-To=%3CCA%2BCX%2Bbio_Bx_wjmY8D2qENY0utWub%2B6ujJQ6PDJv9R3Usepr_A%40mail.gmail.com%3E"
TITLE="[Mageia-sysadm] repoctl">pterjan at gmail.com
</A><BR>
<I>Fri Feb 10 20:33:16 CET 2012</I>
<P><UL>
<LI>Previous message: <A HREF="004193.html">[Mageia-sysadm] repoctl
</A></li>
<LI>Next message: <A HREF="004195.html">[Mageia-sysadm] repoctl
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#4194">[ date ]</a>
<a href="thread.html#4194">[ thread ]</a>
<a href="subject.html#4194">[ subject ]</a>
<a href="author.html#4194">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>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> 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>
This means we can no longer know when a package is available.
Currently they wouldn't be generated 3 times, as the 2 other packages
would be finished while genhdlist is still running for the first one,
and it would run once for both.
What is the point of making upload slower?
><i>  - create a tool to check a mirror integrity, using sha1sum file, and
</I>><i>   integrate this tool in MGA::Mirrors.
</I>><i>  - use it in other tool to manage updates
</I></PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="004193.html">[Mageia-sysadm] repoctl
</A></li>
<LI>Next message: <A HREF="004195.html">[Mageia-sysadm] repoctl
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#4194">[ date ]</a>
<a href="thread.html#4194">[ thread ]</a>
<a href="subject.html#4194">[ subject ]</a>
<a href="author.html#4194">[ 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>
|