[Libguestfs] [PATCH] use correct repos.d in zypp driver

Richard W.M. Jones rjones at redhat.com
Thu Apr 11 21:24:40 UTC 2013


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#)




More information about the Libguestfs mailing list