Imported using git-ubuntu import.
Changelog parent: 5a3ccfef34
New changelog entries:
[ Balint Reczey ]
* Clean up dangling /boot/initrd.img symlink when needed
* Revert ignoring failure of minimized autopkgtest on ppc64el
* Use kvm kernel only on amd64
* Skip installing server task when building minimial images
[ Steve Langasek ]
* export SNAP_REEXEC=0 to our snappy systemd units in the livefs overlay,
to work around apparmor not working reliably against aufs.
impish
parent
5a3ccfef34
commit
11ad200f2e
@ -1,11 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
ARCH=$(dpkg --print-architecture)
|
||||
|
||||
failure_code=1
|
||||
if [ "$ARCH" = ppc64el ]; then
|
||||
# not a regression; don't block while debugging
|
||||
failure_code=0
|
||||
fi
|
||||
|
||||
env SELECTED_TRIPLETS=ubuntu-cpc:minimized:ubuntu-cpc debian/tests/default-bootstraps || exit $failure_code
|
||||
env SELECTED_TRIPLETS=ubuntu-cpc:minimized:ubuntu-cpc debian/tests/default-bootstraps
|
||||
|
@ -0,0 +1,2 @@
|
||||
[Service]
|
||||
Environment=NO_REEXEC=0
|
@ -0,0 +1,2 @@
|
||||
[Service]
|
||||
Environment=NO_REEXEC=0
|
Loading…
Reference in new issue