~ubuntu-release/autopkgtest/+git/autopkgtest:master

Last commit made on 2024-04-24
Get this branch:
git clone -b master https://git.launchpad.net/~ubuntu-release/autopkgtest/+git/autopkgtest

Branch merges

Branch information

Recent commits

c984ad8... by Paride Legovini

create-sources.list-for-pocket: drop outdated (now wrong) comment

Gbp-Dch: ignore

9160871... by Paride Legovini

Merge branch 'master' into 'master'

Fix a couple of bugs in autopkgtest-build-lxd

See merge request ci-team/autopkgtest!331

a111813... by Frode Nordahl <email address hidden>

autopkgtest-build-lxd: Add missing remote prefix in get_boot_id().

Signed-off-by: Frode Nordahl <email address hidden>

287e463... by Frode Nordahl <email address hidden>

autopkgtest-build-lxd: Extract lxc client version correctly.

The outut from `lxc version` might look like:

    Client version: 5.20
    Server version: 5.20

It might also look like:

    Client version: 5.21.1 LTS
    Server version: 5.21.1 LTS

The current code does not handle the latter version, make use of
awk to extract the string in the third position instead.

Signed-off-by: Frode Nordahl <email address hidden>

839e702... by Paride Legovini

Merge branch 'test-podman-ubuntu' into 'master'

d/t/podman: when dpkg-vendor is Ubuntu, test on Ubuntu containers

See merge request ci-team/autopkgtest!330

1b43d9f... by Paride Legovini

d/t/control: podman: add test dependency on fakeroot

Fixes these failures happening on Ubuntu:

FAIL: test_dsc_build_needed_success (__main__.PodmanRunner.test_dsc_build_needed_success)
FAIL: test_timeout (__main__.PodmanRunner.test_timeout)

Failure mode:

AssertionError: 25 != 0 : b'dpkg-buildpackage: error: fakeroot not found,
either install the fakeroot\npackage, specify a command with the -r option,
or run this as root\n'

Gbp-Dch: ignore

d51db85... by Paride Legovini

d/t/podman: when dpkg-vendor is Ubuntu, test on Ubuntu containers

Same approach of 0a18fe9037239f1d20ebea643a8a3181c0dbbd33.

8c9cce6... by Paride Legovini

Merge branch 'test-docker-ubuntu' into 'master'

d/t/docker: when dpkg-vendor is Ubuntu, test on Ubuntu containers

See merge request ci-team/autopkgtest!329

c3cae23... by Paride Legovini

d/t/docker: when dpkg-vendor is Ubuntu, test on Ubuntu containers

Same approach of0a18fe9037239f1d20ebea643a8a3181c0dbbd33.

bda4462... by Paride Legovini

Merge branch 'test-lxc-ubuntu' into 'master'

d/t/lxc: when dpkg-vendor is Ubuntu, test on Ubuntu containers

See merge request ci-team/autopkgtest!327