~paride/utah/+git/utah:latecommand-fixes

Last commit made on 2019-07-16
Get this branch:
git clone -b latecommand-fixes https://git.launchpad.net/~paride/utah/+git/utah
Only Paride Legovini can upload to this branch. If you are Paride Legovini please log in for upload directions.

Branch merges

Branch information

Name:
latecommand-fixes
Repository:
lp:~paride/utah/+git/utah

Recent commits

96579fb... by Paride Legovini

latecommand-wrapper: add /usr/lib/ubiquity/compat to the PATH

Workaround for LP: #1836734.

6317de4... by Paride Legovini

log-function: to not rely on /dev/log being present

The log() function calls /usr/bin/logger, which in turn tries to log to
/dev/log. This doesn't work in the testbed system (the utah VMs), as
/dev/log does not exist. The /bin/in-target script should probably
bind mount /dev to /target/dev, but this is not how it works at the
moment.

c2af2d5... by Paride Legovini

Merge branch 'xenial-fixes'

7b984c2... by Paride Legovini

Merge remote-tracking branch 'mwhudson/use-communicate'

dda9371... by Paride Legovini

Add workaround for lp#1548499

Not necessary with Bionic, but our main ISO testing Jenkins worker
(venonat) is still running Xenial.

38db52d... by Paride Legovini

utah.postinst: support both the libvirt and libvirtd groups

In Xenial the libvirt group is called 'libvirtd', while in Bionic it's
called 'libvirt'. This commit adds support for both the setups.

c826e70... by Paride Legovini

Drop the bzr revision from the version string

181d395... by Michael Hudson-Doyle

use Popen.communicate in ProcessRunnner

Probably ProcessRunnner could be done away with entirely but the
existing implementation didn't always collect _all_ of the subprocess'
output, which is a problem if you're trying to interpret as JSON.

4795793... by Michael Hudson-Doyle

allow disk images to be passed on the command line

1ecd531... by Paride Legovini

.bzrignore -> .gitignore