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/2012-February/011820.html | 125 +++++++++++++++++++++++++++ 1 file changed, 125 insertions(+) create mode 100644 zarb-ml/mageia-dev/2012-February/011820.html (limited to 'zarb-ml/mageia-dev/2012-February/011820.html') diff --git a/zarb-ml/mageia-dev/2012-February/011820.html b/zarb-ml/mageia-dev/2012-February/011820.html new file mode 100644 index 000000000..682f53d02 --- /dev/null +++ b/zarb-ml/mageia-dev/2012-February/011820.html @@ -0,0 +1,125 @@ + + + + [Mageia-dev] Automatically determining all "GNOME" packages + + + + + + + + + +

[Mageia-dev] Automatically determining all "GNOME" packages

+ nicolas vigier + boklm at mars-attacks.org +
+ Thu Feb 9 11:34:55 CET 2012 +

+
+ +
On Thu, 09 Feb 2012, Pascal Terjan wrote:
+
+> 2012/2/9 nicolas vigier <boklm at mars-attacks.org>:
+> > On Thu, 09 Feb 2012, Olav Vitters wrote:
+> >
+> >> For GNOME QA purposes, I'd like to list all Mageia packages which come
+> >> from *.gnome.org (download.gnome.org or ftp.gnome.org).
+> >>
+> >> In the spec file, the Source: usually has an URL. IMO the most reliable
+> >> option is checking the Source: URL.
+> >> I thought of matching http://git.gnome.org/repositories.txt or
+> >> http://download.gnome.org/sources to the Mageia package name; but I
+> >> already know that there are differences.
+> >> I also looked into "urpmq", but I don't see any way to determine the
+> >> Source URL.
+> >>
+> >>
+> >> So: anyone know of a good way to query the Source: URL from all the spec
+> >> files?
+> >
+> > You can use info.xml.lzma files on mirrors.
+> >
+> > With something like this :
+> > GET http://twiska.zarb.org/mageia/distrib/cauldron/SRPMS/core/release/media_info/info.xml.lzma \
+> > | unxz | perl -MXML::Simple -e 'print join "\n", map { $_->{"fn"} } grep { $_->{"url"} =~ /\.gnome\.org/ } @{XMLin("-")->{"info"}};'
+> 
+> Or just urpmf on the src media :)
+
+Oops, I didn't see the --url option.
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

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