On Thu, Jul 19, 2018 at 06:32:07PM +0200, Andrea Bolognani wrote:
For CentOS CI, we need build dependencies for all known
projects to be installed; however, when using lcitool
for development purposes, it is very convenient to install
just the subset relevant to the project that's being
worked on, as doing so reduces the storage requirements
and makes the update procedure quite a bit faster.
The previous behavior can still be obtained by using
$ lcitool -a update -p all ...
Signed-off-by: Andrea Bolognani <abologna(a)redhat.com>
---
Reviewed-by: Erik Skultety <eskultet(a)redhat.com>