From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-dev/20110202/002414.html | 103 ++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 zarb-ml/mageia-dev/20110202/002414.html (limited to 'zarb-ml/mageia-dev/20110202/002414.html') 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 @@ + + + + [Mageia-dev] announcing magpie + + + + + + + + + +

[Mageia-dev] announcing magpie

+ Per Øyvind Karlsen + peroyvind at mandriva.org +
+ Wed Feb 2 16:01:46 CET 2011 +

+
+ +
2011/2/1 Jerome Quelin <jquelin at gmail.com>:
+> hi,
+>
+> i'm happy to report that magpie 1.110320 is now available.
+>
+> On 11/01/24 16:42 +0100, Jerome Quelin wrote:
+>> in my mdv->mageia conversion, i promised to gather the various scripts
+>> i'm using to maintain the bulk of perl packages and provide them for
+>> everyone to use.
+>>
+>> so i'm pleased to announce magpie: MAGeia Perl Integration Easy
+>
+> 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
+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
+
+ + + +
+

+ +
+More information about the Mageia-dev +mailing list
+ -- cgit v1.2.1