diff options
Diffstat (limited to 'zarb-ml/mageia-dev/20110201/002409.html')
-rw-r--r-- | zarb-ml/mageia-dev/20110201/002409.html | 100 |
1 files changed, 100 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/20110201/002409.html b/zarb-ml/mageia-dev/20110201/002409.html new file mode 100644 index 000000000..014c49658 --- /dev/null +++ b/zarb-ml/mageia-dev/20110201/002409.html @@ -0,0 +1,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> |