Re: [zypp-devel] resolving dependency chain of named installed packages

2013-04-11 Thread Olaf Hering
On Thu, Apr 11, Olaf Hering wrote: > env -u LANG LC_ALL=C zypper \ > --root $PWD/tmp/root \ > --reposd-dir /etc/zypp/repos.d \ > --cache-dir tmp/cache-dir \ > --pkg-cache-dir tmp/pkg_cache_dir \ > --gpg-auto-import-keys \ > --non-interactive \ >

Re: [zypp-devel] resolving dependency chain of named installed packages

2013-04-11 Thread Michael Andres
On Thursday 11 April 2013 15:31:13 Olaf Hering wrote: > > Is there an easy way to get the same list of packages with just the rpm > database? AFAIK not. -- cu, Michael Andres +--+ Key fingerprint = 2DFA 5D73 18B1 E7EF A862 27

Re: [zypp-devel] resolving dependency chain of named installed packages

2013-04-11 Thread Olaf Hering
On Thu, Apr 11, Michael Andres wrote: > Sorry, but I don't get if you are actually interested in downloading all > these > rpms, or if it would be sufficient to parse the todo list from zyppers xml > output: > > # create an 'empty system' /tmp/foo > rm -rf /tmp/foo > mkdir /tmp/foo

Re: [zypp-devel] resolving dependency chain of named installed packages

2013-04-11 Thread Michael Andres
On Wednesday 10 April 2013 18:27:12 Olaf Hering wrote: > I'm working on zypp supprt for supermin, a helper for libguestfs which > creates an appliance based on a list of package names. My current > approach is to download all packages from the repo and pass the filename > of downloaded rpm packages