On Fri, Apr 13, 2018 at 06:52:20PM +0200, Andrea Bolognani wrote:
If we're running against a freshly-provisioned FreeBSD guest,
intltool won't have been installed yet and attempts to fix it
will fail. Make sure the file exists.
Signed-off-by: Andrea Bolognani <abologna(a)redhat.com>
---
guests/tasks/kludges.yml | 8 ++++++++
1 file changed, 8 insertions(+)
How this will work to fix the FreeBSD installation for the
freshly-provisioned guest? This would require running
'./lcitool prepare $guest' and again './lcitool update $guest'.
We need to probably split kludges task into two separate tasks where
one will be executed before installing project dependencies to fix
base-os issues and second one executed after all dependencies are
installed to fix the remaining issues.
Pavel