mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-11 02:21:33 +00:00
trigger lxd from linux
This commit is contained in:
parent
1c94ef1aac
commit
0d0c9f3592
@ -247,7 +247,7 @@ class AutoPackageTest(object):
|
|||||||
# Hardcode linux-meta → linux, lxc, glibc, systemd triggers until we get a more flexible
|
# Hardcode linux-meta → linux, lxc, glibc, systemd triggers until we get a more flexible
|
||||||
# implementation: https://bugs.debian.org/779559
|
# implementation: https://bugs.debian.org/779559
|
||||||
if src.startswith('linux-meta'):
|
if src.startswith('linux-meta'):
|
||||||
for pkg in ['lxc', 'glibc', src.replace('linux-meta', 'linux'), 'systemd']:
|
for pkg in ['lxc', 'lxd', 'glibc', src.replace('linux-meta', 'linux'), 'systemd']:
|
||||||
if pkg not in reported_pkgs:
|
if pkg not in reported_pkgs:
|
||||||
# does this have any image on this arch?
|
# does this have any image on this arch?
|
||||||
for b in srcinfo[BINARIES]:
|
for b in srcinfo[BINARIES]:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user