diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2012-October/019656.html')
-rw-r--r-- | zarb-ml/mageia-dev/2012-October/019656.html | 110 |
1 files changed, 110 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-October/019656.html b/zarb-ml/mageia-dev/2012-October/019656.html new file mode 100644 index 000000000..03a2acc93 --- /dev/null +++ b/zarb-ml/mageia-dev/2012-October/019656.html @@ -0,0 +1,110 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] [patch] use urpmi without root privileges to just download packages + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bpatch%5D%20use%20urpmi%20without%20root%20privileges%20to%20just%0A%20download%20packages&In-Reply-To=%3C508FE700.2050803%40gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="019613.html"> + <LINK REL="Next" HREF="019611.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] [patch] use urpmi without root privileges to just download packages</H1> + <B>Guillaume Rousse</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bpatch%5D%20use%20urpmi%20without%20root%20privileges%20to%20just%0A%20download%20packages&In-Reply-To=%3C508FE700.2050803%40gmail.com%3E" + TITLE="[Mageia-dev] [patch] use urpmi without root privileges to just download packages">guillomovitch at gmail.com + </A><BR> + <I>Tue Oct 30 15:41:04 CET 2012</I> + <P><UL> + <LI>Previous message: <A HREF="019613.html">[Mageia-dev] [patch] use urpmi without root privileges to just download packages +</A></li> + <LI>Next message: <A HREF="019611.html">[Mageia-dev] GDM Configuration +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#19656">[ date ]</a> + <a href="thread.html#19656">[ thread ]</a> + <a href="subject.html#19656">[ subject ]</a> + <a href="author.html#19656">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Le 29/10/2012 20:43, Guillaume Rousse a écrit : +><i> Le 29/10/2012 16:00, Thierry Vignaud a écrit : +</I>>><i> Together with --no-install, it's what you want. +</I>><i> Indeed, excepted for two issues: +</I>><i> - it won't warn the user about the unability to write into +</I>><i> /var/cache/urpmi/rpms until the download start +</I>><i> - it won't solve the 'you have to guess what I actually did' issue :/ +</I>><i> +</I>><i> Could we have some kind of non-interactive, easy-to-parse, +</I>><i> automation-dedicated output ? +</I>I just tested the patches. + +The --download-dir option seems borken: + +[<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">guillaume at beria</A> trunk]$ LC_ALL=C ./urpmi --no-install --download-dir +~/tmp/ wine64 +Unknown option: download-dir +No package named /home/guillaume/tmp/ + +Without the option, I don't get any write error, but the packages get +saved into some mysterious temporary directory (/tmp/.urpmi-500/rpms). + +lastly, the -v flag seems enough have the needed information in output: + +retrieving rpm files from medium "core.release"... + % Total % Received % Xferd Average Speed Time Time Time + [...] +retrieved lib64opencl1-1.3-1.mga3.x86_64.rpm +wine-mono-0.0.4-1.mga3.x86_64.rpm wine64-1.5.14-1.mga3.x86_64.rpm +...retrieving done + +-- +BOFH excuse #429: + +Temporal anomaly +</PRE> + + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="019613.html">[Mageia-dev] [patch] use urpmi without root privileges to just download packages +</A></li> + <LI>Next message: <A HREF="019611.html">[Mageia-dev] GDM Configuration +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#19656">[ date ]</a> + <a href="thread.html#19656">[ thread ]</a> + <a href="subject.html#19656">[ subject ]</a> + <a href="author.html#19656">[ 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> |