blob: cd42a838699df461a9fec98d1c41109d7fa4c22c (
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
93
94
95
96
97
98
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-sysadm] Update procedure on sysadmin side
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20Update%20procedure%20on%20sysadmin%20side&In-Reply-To=%3C1311114379.6636.151.camel%40akroma.ephaone.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="003766.html">
<LINK REL="Next" HREF="003789.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-sysadm] Update procedure on sysadmin side</H1>
<B>Michael Scherer</B>
<A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20Update%20procedure%20on%20sysadmin%20side&In-Reply-To=%3C1311114379.6636.151.camel%40akroma.ephaone.org%3E"
TITLE="[Mageia-sysadm] Update procedure on sysadmin side">misc at zarb.org
</A><BR>
<I>Wed Jul 20 00:26:18 CEST 2011</I>
<P><UL>
<LI>Previous message: <A HREF="003766.html">[Mageia-sysadm] Update procedure on sysadmin side
</A></li>
<LI>Next message: <A HREF="003789.html">[Mageia-sysadm] Update procedure on sysadmin side
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#3767">[ date ]</a>
<a href="thread.html#3767">[ thread ]</a>
<a href="subject.html#3767">[ subject ]</a>
<a href="author.html#3767">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Le mardi 19 juillet 2011 à 22:50 +0200, Michael Scherer a écrit :
><i> Hi,
</I>><i>
</I>><i> while trying to see how to do update ( since the list is quite long :
</I>><i> <A HREF="https://bugs.mageia.org/buglist.cgi?query_format=advanced&emailassigned_to1=1&order=Importance&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=qa-bugs%40ml.mageia.org&product=Mageia&emailtype1=substring">https://bugs.mageia.org/buglist.cgi?query_format=advanced&emailassigned_to1=1&order=Importance&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=qa-bugs%40ml.mageia.org&product=Mageia&emailtype1=substring</A> ), I searched bash history to find the procedure.
</I>><i>
</I>><i> So here is what should be used :
</I>><i>
</I>><i> # /root/tmp/mgatools/mga-move-update 1 core me-tv
</I>><i> # mutt -F ~/.muttrc-updates <A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">updates-announce at ml.mageia.org</A> -s "Package
</I>><i> update: me-tv (core)"
</I>><i>
</I>><i> Yet, i think the script should be improved ( ie, have it move the file,
</I>><i> and send the mail ).
</I>
Ok, I couldn't resist, and coded the attached script. Not finished, but
I need to go sleep.
--
Michael Scherer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mga-send-update
Type: application/x-shellscript
Size: 682 bytes
Desc: not available
URL: </pipermail/mageia-sysadm/attachments/20110720/eef0cd24/attachment.bin>
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="003766.html">[Mageia-sysadm] Update procedure on sysadmin side
</A></li>
<LI>Next message: <A HREF="003789.html">[Mageia-sysadm] Update procedure on sysadmin side
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#3767">[ date ]</a>
<a href="thread.html#3767">[ thread ]</a>
<a href="subject.html#3767">[ subject ]</a>
<a href="author.html#3767">[ 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>
|