blob: 53668afedbf288e821d17ea223789edeffdf3b9a (
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
87
88
89
90
91
92
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-sysadm] buildsystem => maintdb link test
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20buildsystem%20%3D%3E%20maintdb%20link%20test&In-Reply-To=%3CAANLkTinOdWv2FQg0f4bzry%3DvaCEzv9uG6U%2BW1M3uZX6R%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="003179.html">
<LINK REL="Next" HREF="003181.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-sysadm] buildsystem => maintdb link test</H1>
<B>Romain d'Alverny</B>
<A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20buildsystem%20%3D%3E%20maintdb%20link%20test&In-Reply-To=%3CAANLkTinOdWv2FQg0f4bzry%3DvaCEzv9uG6U%2BW1M3uZX6R%40mail.gmail.com%3E"
TITLE="[Mageia-sysadm] buildsystem => maintdb link test">rdalverny at gmail.com
</A><BR>
<I>Wed Mar 23 16:40:53 CET 2011</I>
<P><UL>
<LI>Previous message: <A HREF="003179.html">[Mageia-sysadm] ccs-tools...
</A></li>
<LI>Next message: <A HREF="003181.html">[Mageia-sysadm] buildsystem => maintdb link test
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#3180">[ date ]</a>
<a href="thread.html#3180">[ thread ]</a>
<a href="subject.html#3180">[ subject ]</a>
<a href="author.html#3180">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Hi there,
maintdb is making some progress and we could test it already with the
buildsystem to push it some data.
Here is how it works:
* a package P gets submitted by ennael;
* buildsystem builds it;
* buildsystem POSTs (P, ennael) to maintdb;
* maintdb keeps a record of that;
* as a default, ennael (first person to push the package) is the
official maintainer of the package; later people pushing the same
package would be co-maintainer;
* we will implement in maintdb a method to manually change that
(assigning maintainance to someone specific);
* we can envision maintdb to keep stats of submissions as well.
Maintdb dev instance is here: <A HREF="http://www.maintdb2.mageia.org.uk/">http://www.maintdb2.mageia.org.uk/</A>
Posting a new package/submitter is as follow:
$ curl -i -X POST -d 'package=P&uid=ennael&key=m1g234'
<A HREF="http://www.maintdb2.mageia.org.uk/maintainers_packages/create">http://www.maintdb2.mageia.org.uk/maintainers_packages/create</A>
(exact url subject to change in the coming days - see spec on
<A HREF="http://mageia.org/wiki/doku.php?id=web:maintdb#specs_actions">http://mageia.org/wiki/doku.php?id=web:maintdb#specs_actions</A> )
Can we try that? (making the buildsystem posting - with a non-blocking
call or a short timeout - to that dev app?)
Romain
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="003179.html">[Mageia-sysadm] ccs-tools...
</A></li>
<LI>Next message: <A HREF="003181.html">[Mageia-sysadm] buildsystem => maintdb link test
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#3180">[ date ]</a>
<a href="thread.html#3180">[ thread ]</a>
<a href="subject.html#3180">[ subject ]</a>
<a href="author.html#3180">[ 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>
|