diff options
| author | Martin Pitt <martin.pitt@ubuntu.com> | 2016-03-14 08:17:23 (GMT) |
|---|---|---|
| committer | Martin Pitt <martin.pitt@ubuntu.com> | 2016-03-14 14:08:52 (GMT) |
| commit | c2d0109ff242e834a852ff1e362682d9cf7316ce (patch) | |
| tree | a3b6ba04664ab57896ce95ba15d9900e9e2359f6 | |
| parent | 51407db83967234ac390cc0866079410d2f51354 (diff) | |
worker config: Purge lxd
The pre-installed lxd breaks the default user's membership in the "lxd" group.
| -rw-r--r-- | worker-config-production/worker.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/worker-config-production/worker.conf b/worker-config-production/worker.conf index 5cfa4df..b496185 100644 --- a/worker-config-production/worker.conf +++ b/worker-config-production/worker.conf @@ -14,7 +14,7 @@ password = #SWIFTPASSWORD# checkout_dir = /home/ubuntu/autopkgtest releases = precise trusty vivid wily xenial architectures = i386 amd64 -setup_command = if grep -q trusty /etc/lsb-release; then apt-get install -y build-essential; fi +setup_command = if grep -q trusty /etc/lsb-release; then apt-get install -y build-essential; fi; [ ! -d /usr/share/doc/lxd ] || $(which eatmydata || true) apt-get purge --auto-remove -y lxd setup_command2 = $CHECKOUTDIR/setup-commands/setup-testbed big_packages = binutils chromium-browser glibc libreoffice linux tdb firefox akonadi julia long_tests = gutenprint gmp-ecm |
