Merge lp:~paride/utah/arm64 into lp:utah

Proposed by Paride Legovini
Status: Merged
Approved by: Joshua Powers
Approved revision: 1148
Merged at revision: 1144
Proposed branch: lp:~paride/utah/arm64
Merge into: lp:utah
Diff against target: 12 lines (+1/-1)
1 file modified
debian/control (+1/-1)
To merge this branch: bzr merge lp:~paride/utah/arm64
Reviewer Review Type Date Requested Status
Canonical CI Engineering Pending
Review via email: mp+366218@code.launchpad.net

Commit message

Remove secureboot dependency for arm64

To post a comment you must log in.
Revision history for this message
Dimitri John Ledkov (xnox) wrote :

Slightly confused as to why.

arm64 is a secureboot platform and sbsigntool exists for arm64 on bionic and up.

is the arm64 using something pre-bionic?

Can we at least put sbsigntool as Recommends: sbsigntool [arm64] ? such that it would get auto-installed when moving to bionic.

Shall i provide a backport of sbsigntool in a PPA or something?

Revision history for this message
Paride Legovini (paride) wrote :

The arm64 node is currently running Xenial, where sbsigntool does not exist. We probably should update it to Bionic (ideally we want it to run the same release the other Jenkins nodes are running), and then restore the dependency.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/control'
2--- debian/control 2019-03-06 13:27:32 +0000
3+++ debian/control 2019-04-17 17:32:20 +0000
4@@ -16,7 +16,7 @@
5 bsdtar, libvirt-bin, lzma,
6 python-apt, python-jinja2, python-libvirt,
7 python-netifaces, python-paramiko, python-psutil,
8- sbsigntool [!ppc64el !s390x],
9+ sbsigntool [!ppc64el !s390x !arm64],
10 utah-client (=${binary:Version})
11 Recommends: dl-ubuntu-test-iso | ubuntu-qa-tools, make
12 Description: Ubuntu Test Automation Harness

Subscribers

People subscribed via source and target branches