~vorlon/utah/+git/utah:check-access-not-owner

Last commit made on 2019-11-08
Get this branch:
git clone -b check-access-not-owner https://git.launchpad.net/~vorlon/utah/+git/utah
Only Steve Langasek can upload to this branch. If you are Steve Langasek please log in for upload directions.

Branch merges

Branch information

Name:
check-access-not-owner
Repository:
lp:~vorlon/utah/+git/utah

Recent commits

9316fc1... by Steve Langasek

Use config.logpath instead of hard-coding /var/log/utah in the check

d977355... by Steve Langasek

Don't check membership in a utah group when what we actually care about is /var/log/utah being writable by the current user.

8a2a91e... by Steve Langasek

Drop dependency on libvirt-bin; it's a transitional package and none of the binaries included in the xenial version of the package are referenced at all in the utah source.

e06da99... by Steve Langasek

Depend on libarchive-tools instead of transitional bsdtar package.

83d9837... by Paride Legovini

Bump the default client install timeout to 300s

When the host system is very busy the client install can take several
minutes to complete.

f4b0c83... by Paride Legovini

Use strong quotes with printf

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'