Re: [atomic-devel] package layering question

2016-08-25 Thread Vasiliy Tolstov
2016-08-25 15:38 GMT+03:00 Colin Walters : > > rpm-ostree uses libdnf (also known as libhif), which reads from > /etc/yum.repos.d, > and generally has similar semantics. You don't need the `dnf` program > installed > (on the host) though it can be convenient to use for read-only operations like >

Re: [atomic-devel] package layering question

2016-08-25 Thread Colin Walters
On Thu, Aug 25, 2016, at 08:13 AM, Vasiliy Tolstov wrote: > I'm build latest ostree for fedora 23 and 24 and want to try > rpm-ostree pkg-add, how this command determine from which repo > download package? Does i need dnf in system and configured repos in > /etc/yum/repos.d ? rpm-ostree uses libdn