blob: 14c6b161a21ee35f83a04efe4a835323ee49cbc2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
|
<!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=%3C509D802C.5080305%40gmail.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="019891.html">
<LINK REL="Next" HREF="019894.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=%3C509D802C.5080305%40gmail.com%3E"
TITLE="[Mageia-dev] [patch] use urpmi without root privileges to just download packages">guillomovitch at gmail.com
</A><BR>
<I>Fri Nov 9 23:14:04 CET 2012</I>
<P><UL>
<LI>Previous message: <A HREF="019891.html">[Mageia-dev] [patch] use urpmi without root privileges to just download packages
</A></li>
<LI>Next message: <A HREF="019894.html">[Mageia-dev] Missing sendmail-cf, mutt and whois
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#19892">[ date ]</a>
<a href="thread.html#19892">[ thread ]</a>
<a href="subject.html#19892">[ subject ]</a>
<a href="author.html#19892">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Le 09/11/2012 22:27, Guillaume Rousse a écrit :
><i> So, do we really need this option, or could we assume than packages
</I>><i> downloaded without root privileges will aways end in
</I>><i> /tmp/.urpmi-<uid>/rpms ?
</I>Answer to myself: yes, we want it, because it will easier to create a
new download directory and parse its content after urpmi usage, than
parsing urpmi output.
Thierry, here is a patch fixing the usage of the value given through
--download-dir option.
Feel free to commit, alongside your own patches.
--
BOFH excuse #356:
the daemons! the daemons! the terrible daemons!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: urpm.patch
Type: text/x-patch
Size: 784 bytes
Desc: not available
URL: </pipermail/mageia-dev/attachments/20121109/22cc410c/attachment.bin>
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="019891.html">[Mageia-dev] [patch] use urpmi without root privileges to just download packages
</A></li>
<LI>Next message: <A HREF="019894.html">[Mageia-dev] Missing sendmail-cf, mutt and whois
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#19892">[ date ]</a>
<a href="thread.html#19892">[ thread ]</a>
<a href="subject.html#19892">[ subject ]</a>
<a href="author.html#19892">[ 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>
|