summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-09-04 14:26:36 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-09-04 14:26:36 +0000
commitf40743c3b188ec0da32fb908390c652a106427e4 (patch)
tree93444c6cf2efa276ce244df5e4dd3dd36505c62a
parentacf30a3a0f3b9c94c6dc0a011bd4469bb3a0d7b3 (diff)
downloadurpmi-f40743c3b188ec0da32fb908390c652a106427e4.tar
urpmi-f40743c3b188ec0da32fb908390c652a106427e4.tar.gz
urpmi-f40743c3b188ec0da32fb908390c652a106427e4.tar.bz2
urpmi-f40743c3b188ec0da32fb908390c652a106427e4.tar.xz
urpmi-f40743c3b188ec0da32fb908390c652a106427e4.zip
- library:
o modify urpm::download::get_content() to work as non-superuser
-rw-r--r--NEWS3
-rw-r--r--urpm/download.pm3
2 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 86ef669b..a57c25ca 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+- library:
+ o modify urpm::download::get_content() to work as non-superuser
+
Version 5.19.1 - 18 August 2008, by Pascal "Pixel" Rigaux
- gurpmi
diff --git a/urpm/download.pm b/urpm/download.pm
index 27f03f98..bd0afd9e 100644
--- a/urpm/download.pm
+++ b/urpm/download.pm
@@ -772,6 +772,9 @@ sub sync {
sub get_content {
my ($urpm, $url) = @_;
+ # ensure $urpm->{cachedir} is writable when non-superuser
+ urpm::userdir($urpm);
+
my $file = "$urpm->{cachedir}/partial/" . basename($url);
unlink $file; # prevent "partial file" errors