diff options
Diffstat (limited to 'zarb-ml/mageia-dev/20110202/002415.html')
-rw-r--r-- | zarb-ml/mageia-dev/20110202/002415.html | 105 |
1 files changed, 105 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/20110202/002415.html b/zarb-ml/mageia-dev/20110202/002415.html new file mode 100644 index 000000000..2871aa99f --- /dev/null +++ b/zarb-ml/mageia-dev/20110202/002415.html @@ -0,0 +1,105 @@ +<!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=%3C20110202153352.GV21938%40mars-attacks.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="002414.html"> + <LINK REL="Next" HREF="002417.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] announcing magpie</H1> + <B>nicolas vigier</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20announcing%20magpie&In-Reply-To=%3C20110202153352.GV21938%40mars-attacks.org%3E" + TITLE="[Mageia-dev] announcing magpie">boklm at mars-attacks.org + </A><BR> + <I>Wed Feb 2 16:33:52 CET 2011</I> + <P><UL> + <LI>Previous message: <A HREF="002414.html">[Mageia-dev] announcing magpie +</A></li> + <LI>Next message: <A HREF="002417.html">[Mageia-dev] announcing magpie +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2415">[ date ]</a> + <a href="thread.html#2415">[ thread ]</a> + <a href="subject.html#2415">[ subject ]</a> + <a href="author.html#2415">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Wed, 02 Feb 2011, Per Øyvind Karlsen wrote: + +><i> 2011/2/1 Jerome Quelin <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">jquelin at gmail.com</A>>: +</I>><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>><i> Hm, for such seemingly trivial feature additions, wouldn't it make more sense +</I>><i> to just implement it in repsys..? +</I> +Jerome makes his scripts in perl. And mgarepo is in python. So it makes +sense to distribute it separatly. And some of the features can still be +implemented later in mgarepo if it appears they are useful to a lot of +people ... + +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="002414.html">[Mageia-dev] announcing magpie +</A></li> + <LI>Next message: <A HREF="002417.html">[Mageia-dev] announcing magpie +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2415">[ date ]</a> + <a href="thread.html#2415">[ thread ]</a> + <a href="subject.html#2415">[ subject ]</a> + <a href="author.html#2415">[ 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> |