Merge ~paride/ubuntu/+source/autopkgtest:lp1988527-ppc64-kvm into ubuntu/+source/autopkgtest:ubuntu/devel

Proposed by Paride Legovini
Status: Merged
Merge reported by: Paride Legovini
Merged at revision: fb293a4de35bba37afb6c8b7d21f4b2a8bf314ed
Proposed branch: ~paride/ubuntu/+source/autopkgtest:lp1988527-ppc64-kvm
Merge into: ubuntu/+source/autopkgtest:ubuntu/devel
Diff against target: 41 lines (+10/-3)
3 files modified
debian/changelog (+7/-0)
debian/control (+2/-1)
lib/autopkgtest_qemu.py (+1/-2)
Reviewer Review Type Date Requested Status
Brian Murray (community) Approve
git-ubuntu import Pending
Review via email: mp+429579@code.launchpad.net
To post a comment you must log in.
fb293a4... by Paride Legovini

Update changelog for 5.25ubuntu1 release

Revision history for this message
Brian Murray (brian-murray) :
review: Approve
63e7faf... by Paride Legovini

update-maintainer

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/changelog b/debian/changelog
2index e5eed2f..8cc862c 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,10 @@
6+autopkgtest (5.25ubuntu1) kinetic; urgency=medium
7+
8+ * qemu: fix the ppc64le arch name in kvm_compatible().
9+ Upstream cherry-pick (93fd5ea9). (LP: #1988527)
10+
11+ -- Paride Legovini <paride@ubuntu.com> Wed, 07 Sep 2022 17:28:05 +0200
12+
13 autopkgtest (5.25) unstable; urgency=medium
14
15 [ Antonio Terceiro ]
16diff --git a/debian/control b/debian/control
17index d8e4a55..bb8cbd1 100644
18--- a/debian/control
19+++ b/debian/control
20@@ -1,5 +1,6 @@
21 Source: autopkgtest
22-Maintainer: Debian CI team <team+ci@tracker.debian.org>
23+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
24+XSBC-Original-Maintainer: Debian CI team <team+ci@tracker.debian.org>
25 Uploaders: Ian Jackson <ijackson@chiark.greenend.org.uk>,
26 Martin Pitt <mpitt@debian.org>,
27 Antonio Terceiro <terceiro@debian.org>,
28diff --git a/lib/autopkgtest_qemu.py b/lib/autopkgtest_qemu.py
29index 6733ede..13fae41 100644
30--- a/lib/autopkgtest_qemu.py
31+++ b/lib/autopkgtest_qemu.py
32@@ -631,8 +631,7 @@ class Qemu:
33 'aarch64': ['aarch64'],
34 # According to https://wiki.alpinelinux.org/wiki/S390x/Installation
35 's390x': ['s390x'],
36- # According to https://wiki.debian.org/ppc64el/Installation
37- 'ppc64el': ['ppc64el'],
38+ 'ppc64le': ['ppc64le'],
39 }.get(uname_m, [])
40
41 def get_socket_path(self, name: str) -> str:

Subscribers

People subscribed via source and target branches