blob: 3c1ae5ef37f635ca4293683c9505107c297988f3 (
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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-sysadm] fix ing unsigned packages upload
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20fix%20ing%20unsigned%20packages%20upload&In-Reply-To=%3CCA%2BCX%2BbhQm0o%3DLZ0CAHeuS2_bWnTehuBoNNc0r7udz9b6LH6M6Q%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="004999.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-sysadm] fix ing unsigned packages upload</H1>
<B>Pascal Terjan</B>
<A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20fix%20ing%20unsigned%20packages%20upload&In-Reply-To=%3CCA%2BCX%2BbhQm0o%3DLZ0CAHeuS2_bWnTehuBoNNc0r7udz9b6LH6M6Q%40mail.gmail.com%3E"
TITLE="[Mageia-sysadm] fix ing unsigned packages upload">pterjan at gmail.com
</A><BR>
<I>Thu Jan 31 19:06:38 CET 2013</I>
<P><UL>
<LI>Previous message: <A HREF="004999.html">[Mageia-sysadm] fix ing unsigned packages upload
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#5000">[ date ]</a>
<a href="thread.html#5000">[ thread ]</a>
<a href="subject.html#5000">[ subject ]</a>
<a href="author.html#5000">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On Thu, Jan 31, 2013 at 5:35 PM, Thierry Vignaud
<<A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">thierry.vignaud at gmail.com</A>> wrote:
><i> Hi
</I>><i> >From times to times, packages are not signed on upload.
</I>><i> Could we run the following before uploading packages (after they've
</I>><i> been supposed to be signed) in order to check wheter they're signed or
</I>><i> not?
</I>><i> If key id is not set, a mail should be sent...
</I>><i>
</I>><i> LC_ALL=C LC_TIME=C rpm -qp --qf
</I>><i> "%|DSAHEADER?{%{DSAHEADER:pgpsig}}:{%|RSAHEADER?{%{RSAHEADER:pgpsig}}:{(none}|}|
</I>><i> %{NVRA}\n" *.rpm|cut -d, -f3
</I>><i>
</I>
There is already some script checking n times if the signature
succeeded and retrying, but it seems it doesn't reject the package
after failing n times.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="004999.html">[Mageia-sysadm] fix ing unsigned packages upload
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#5000">[ date ]</a>
<a href="thread.html#5000">[ thread ]</a>
<a href="subject.html#5000">[ subject ]</a>
<a href="author.html#5000">[ 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>
|