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/20110201/002409.html | 100 ++++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 zarb-ml/mageia-dev/20110201/002409.html (limited to 'zarb-ml/mageia-dev/20110201/002409.html') 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 @@ + + + + [Mageia-dev] announcing magpie + + + + + + + + + +

[Mageia-dev] announcing magpie

+ Jerome Quelin + jquelin at gmail.com +
+ Tue Feb 1 12:17:48 CET 2011 +

+
+ +
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
+
+
+jérôme 
+-- 
+jquelin at gmail.com
+
+ + + + + +
+

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