git.annexia.org
/
febootstrap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
155b695
)
yum: Call setCacheDir so this works for non-root users.
author
Richard W.M. Jones
<rjones@redhat.com>
Mon, 6 Dec 2010 16:45:57 +0000
(16:45 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Mon, 6 Dec 2010 16:45:57 +0000
(16:45 +0000)
febootstrap_yum_rpm.ml
patch
|
blob
|
history
diff --git
a/febootstrap_yum_rpm.ml
b/febootstrap_yum_rpm.ml
index
075e4e0
..
47aefc6
100644
(file)
--- a/
febootstrap_yum_rpm.ml
+++ b/
febootstrap_yum_rpm.ml
@@
-42,6
+42,7
@@
import sys
yb = yum.YumBase ()
yb.preconf.debuglevel = %d
yb.preconf.errorlevel = %d
+yb.setCacheDir ()
# Look up the base packages from the command line.
deps = dict ()