diff options
Diffstat (limited to 'zarb-ml/mageia-dev/20110202/002414.html')
-rw-r--r-- | zarb-ml/mageia-dev/20110202/002414.html | 103 |
1 files changed, 103 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/20110202/002414.html b/zarb-ml/mageia-dev/20110202/002414.html new file mode 100644 index 000000000..d894658b9 --- /dev/null +++ b/zarb-ml/mageia-dev/20110202/002414.html @@ -0,0 +1,103 @@ +<!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=%3CAANLkTikf1iTPgy9%3DbuhbrfUsVR7QbvZyWuJ7bxAJe0Jv%40mail.gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + + <LINK REL="Next" HREF="002415.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] announcing magpie</H1> + <B>Per Øyvind Karlsen</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20announcing%20magpie&In-Reply-To=%3CAANLkTikf1iTPgy9%3DbuhbrfUsVR7QbvZyWuJ7bxAJe0Jv%40mail.gmail.com%3E" + TITLE="[Mageia-dev] announcing magpie">peroyvind at mandriva.org + </A><BR> + <I>Wed Feb 2 16:01:46 CET 2011</I> + <P><UL> + + <LI>Next message: <A HREF="002415.html">[Mageia-dev] announcing magpie +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2414">[ date ]</a> + <a href="thread.html#2414">[ thread ]</a> + <a href="subject.html#2414">[ subject ]</a> + <a href="author.html#2414">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>2011/2/1 Jerome Quelin <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">jquelin at gmail.com</A>>: +><i> hi, +</I>><i> +</I>><i> i'm happy to report that magpie 1.110320 is now available. +</I>><i> +</I>><i> On 11/01/24 16:42 +0100, Jerome Quelin wrote: +</I>>><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>><i> +</I>><i> magpie now features a new command: checkout (alias co). +</I>><i> +</I>><i> it is *not* meant to replace "mgarepo co", it does in fact use mgarepo +</I>><i> underneath. so what does this command add? +</I>><i> +</I>><i> - the possibility to check out in a given directory +</I>><i>    $ magpie co -d ~/rpm/cauldron perl +</I>><i> +</I>><i> - the fact that it will either check out *or* update the local check-out +</I>><i>  if it already exists: +</I>><i>    $ magpie co -d ~/rpm/cauldron perl +</I>><i>    # check-out if 1st run, update otherwise +</I>><i> +</I>><i> - finally, the possibility to dump a shell command to execute to change +</I>><i>  directory in the fresh check-out: +</I>><i> +</I>><i>    # add this in your ~/.bashrc +</I>><i>    function cco() { eval $(magpie co -d ~/rpm/cauldron -q -s $*); } +</I>><i>    # then, one can do a fresh checkout/update + cd by issuing: +</I>><i>    $ cco perl +</I>><i> +</I>><i> nothing revolutionary, but it saves some keystrokes here and there. +</I>><i> +</I>><i> in the future, i intend to make this command to accept a perl module to +</I>><i> automatically check-out the matching package: +</I>><i>    $ magpie co Foo::Bar +</I>Hm, for such seemingly trivial feature additions, wouldn't it make more sense +to just implement it in repsys..? + +Seems like an approach with a bit high potensial of becoming hard to maintain +and really becoming rrelevant... + +My 2 cents at least.. + +-- +Regards, +Per Øyviind +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + + <LI>Next message: <A HREF="002415.html">[Mageia-dev] announcing magpie +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2414">[ date ]</a> + <a href="thread.html#2414">[ thread ]</a> + <a href="subject.html#2414">[ subject ]</a> + <a href="author.html#2414">[ 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> |