A temporary dir used during debugging was added in a previous patch.
Signed-off-by: Olaf Hering <olaf at aepfle.de>
---
src/supermin_zypp_rpm.ml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/supermin_zypp_rpm.ml b/src/supermin_zypp_rpm.ml
index 4247d09..64cbb43 100644
--- a/src/supermin_zypp_rpm.ml
+++ b/src/supermin_zypp_rpm.ml
@@ -129,7 +129,7 @@ unset LANG ${!LC_*}
zypper \
%s \
%s \
- --root %S --reposd-dir /dev/shm/supermin/zypp/repos.d \
+ --root %S --reposd-dir /etc/zypp/repos.d \
--cache-dir %S \
--gpg-auto-import-keys \
--non-interactive \
Richard W.M. Jones
2013-Apr-11 21:24 UTC
[Libguestfs] [PATCH] use correct repos.d in zypp driver
On Thu, Apr 11, 2013 at 08:34:23PM +0200, Olaf Hering wrote:> A temporary dir used during debugging was added in a previous patch. > > Signed-off-by: Olaf Hering <olaf at aepfle.de> > --- > src/supermin_zypp_rpm.ml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/supermin_zypp_rpm.ml b/src/supermin_zypp_rpm.ml > index 4247d09..64cbb43 100644 > --- a/src/supermin_zypp_rpm.ml > +++ b/src/supermin_zypp_rpm.ml > @@ -129,7 +129,7 @@ unset LANG ${!LC_*} > zypper \ > %s \ > %s \ > - --root %S --reposd-dir /dev/shm/supermin/zypp/repos.d \ > + --root %S --reposd-dir /etc/zypp/repos.d \ > --cache-dir %S \ > --gpg-auto-import-keys \ > --non-interactive \Thanks, I have pushed this one. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming blog: http://rwmj.wordpress.com Fedora now supports 80 OCaml packages (the OPEN alternative to F#)