blob: 014c496587c2afd380db30f692dcf2e112a504f9 (
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
99
100
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] announcing magpie
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20announcing%20magpie&In-Reply-To=%3C20110201111748.GG6023%40mongueurs.net%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="002407.html">
<LINK REL="Next" HREF="002412.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] announcing magpie</H1>
<B>Jerome Quelin</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20announcing%20magpie&In-Reply-To=%3C20110201111748.GG6023%40mongueurs.net%3E"
TITLE="[Mageia-dev] announcing magpie">jquelin at gmail.com
</A><BR>
<I>Tue Feb 1 12:17:48 CET 2011</I>
<P><UL>
<LI>Previous message: <A HREF="002407.html">[Mageia-dev] Joining the team
</A></li>
<LI>Next message: <A HREF="002412.html">[Mageia-dev] announcing magpie
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#2409">[ date ]</a>
<a href="thread.html#2409">[ thread ]</a>
<a href="subject.html#2409">[ subject ]</a>
<a href="author.html#2409">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>hi,
i'm happy to report that magpie 1.110320 is now available.
On 11/01/24 16:42 +0100, Jerome Quelin wrote:
><i> in my mdv->mageia conversion, i promised to gather the various scripts
</I>><i> i'm using to maintain the bulk of perl packages and provide them for
</I>><i> everyone to use.
</I>><i>
</I>><i> so i'm pleased to announce magpie: MAGeia Perl Integration Easy
</I>
magpie now features a new command: checkout (alias co).
it is *not* meant to replace "mgarepo co", it does in fact use mgarepo
underneath. so what does this command add?
- the possibility to check out in a given directory
$ magpie co -d ~/rpm/cauldron perl
- the fact that it will either check out *or* update the local check-out
if it already exists:
$ magpie co -d ~/rpm/cauldron perl
# check-out if 1st run, update otherwise
- finally, the possibility to dump a shell command to execute to change
directory in the fresh check-out:
# add this in your ~/.bashrc
function cco() { eval $(magpie co -d ~/rpm/cauldron -q -s $*); }
# then, one can do a fresh checkout/update + cd by issuing:
$ cco perl
nothing revolutionary, but it saves some keystrokes here and there.
in the future, i intend to make this command to accept a perl module to
automatically check-out the matching package:
$ magpie co Foo::Bar
jérôme
--
<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">jquelin at gmail.com</A>
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="002407.html">[Mageia-dev] Joining the team
</A></li>
<LI>Next message: <A HREF="002412.html">[Mageia-dev] announcing magpie
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#2409">[ date ]</a>
<a href="thread.html#2409">[ thread ]</a>
<a href="subject.html#2409">[ subject ]</a>
<a href="author.html#2409">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|