diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2011-July/003711.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2011-July/003711.html | 96 |
1 files changed, 96 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2011-July/003711.html b/zarb-ml/mageia-sysadm/2011-July/003711.html new file mode 100644 index 000000000..8d3a56ca4 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-July/003711.html @@ -0,0 +1,96 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] perl modules shipped by mageia - db hosted on mageia servers? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20perl%20modules%20shipped%20by%20mageia%20-%20db%20hosted%20on%0A%09mageia%20servers%3F&In-Reply-To=%3C20110708125042.GT4506%40mongueurs.net%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="003708.html"> + <LINK REL="Next" HREF="003712.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] perl modules shipped by mageia - db hosted on mageia servers?</H1> + <B>Jerome Quelin</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20perl%20modules%20shipped%20by%20mageia%20-%20db%20hosted%20on%0A%09mageia%20servers%3F&In-Reply-To=%3C20110708125042.GT4506%40mongueurs.net%3E" + TITLE="[Mageia-sysadm] perl modules shipped by mageia - db hosted on mageia servers?">jquelin at gmail.com + </A><BR> + <I>Fri Jul 8 14:50:42 CEST 2011</I> + <P><UL> + <LI>Previous message: <A HREF="003708.html">[Mageia-sysadm] Out of town until 18/07 +</A></li> + <LI>Next message: <A HREF="003712.html">[Mageia-sysadm] perl modules shipped by mageia - db hosted on mageia servers? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#3711">[ date ]</a> + <a href="thread.html#3711">[ thread ]</a> + <a href="subject.html#3711">[ subject ]</a> + <a href="author.html#3711">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>hi, + +i've updated module::packaged::generator to support mageia (among a lot +of other improvements). it creates a sqlite database with all perl +modules available in mageia, with their version and the rpm package +holding the module. the package to install is (only available on +cauldron) perl-Module-Packaged-Generator-1.111.890-1.mga2 + +i'd like this database to be available somewhere on mageia servers. +would it be possible to have one of the servers run the following +command on a regular basis (eg, every day, or every 2-3 days, or at +worst every week): + + pkgcpan -q + +there won't be any output (-q flag) unless it bails out. it requires an +internet connection. it doesn't take too long (19 seconds here with cpan +index update), nor too much cpu. it doesn't require special rights - it +only needs a writable home for storing some intermediate data. it will +create a file cpan_Mageia.db in the current directory. to change the +path to the db being created, use the -f flag: + + pkgcpan -q -f /path/to/cpan_Mageia.db + +if the servers aren't yet using mageia, the command will either fail or +create a db for another distribution (since it would pick a wrong +driver). it's possible to over-ride the platform auto-detection with the +-d flag: + + pkgcpan -q -f /path/to/cpan_Mageia.db -d Mageia + +once this is scheduled, please let me know the refresh rate and the url +where resulting file can be downloaded. the url doesn't need to be sexy +or short or whatever - it will be hidden in a perl module responsible +for automatic mirroring. + + +thanks, +jérôme +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="003708.html">[Mageia-sysadm] Out of town until 18/07 +</A></li> + <LI>Next message: <A HREF="003712.html">[Mageia-sysadm] perl modules shipped by mageia - db hosted on mageia servers? +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#3711">[ date ]</a> + <a href="thread.html#3711">[ thread ]</a> + <a href="subject.html#3711">[ subject ]</a> + <a href="author.html#3711">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm +mailing list</a><br> +</body></html> |