~chad.smith/ubuntu/+source/ubuntu-advantage-tools:release-27

Last commit made on 2021-05-12
Get this branch:
git clone -b release-27 https://git.launchpad.net/~chad.smith/ubuntu/+source/ubuntu-advantage-tools
Only Chad Smith can upload to this branch. If you are Chad Smith please log in for upload directions.

Branch merges

Branch information

Recent commits

dfd836b... by Chad Smith

lintian override: supress ubuntu-advantage-pro wanted-by-target cloud-init

a5f85b9... by Chad Smith

apt-json-hook: fix lintian warnings based on compiled binary

Provide -ldflgas and -buildmod=pie to go build of this hook.

Fixes: #1626

ccaf766... by Chad Smith

changelog: lintian spelling errors

Fixes: #1624

c670d64... by Chad Smith

changelog: sync impish released changelog 27.0.2

f4cf06e... by Chad Smith

changelog: add bugs for riscv64 and powerpc builds

f5e3c9a... by Chad Smith

jenkinsfile: trusty sbuild --resolve-depends for CI runs

81a756f... by Chad Smith

changelog 27.0.1 & 27.0.2

55387c9... by Grant Orndorff

tests: fix subp ls error case

8bff1ad... by Grant Orndorff

build: order build-depends alternatives newer first

When using alternatives in the Build-Depends section of
debian/control, we should always put the newer version of
a package first. This is because sbuild doesn't resolve
alternatives by default and we want sbuild to work on the
latest version of ubuntu with default settings.

LP: #1926949

85f8e9a... by Grant Orndorff

apt-hook: ignore go hook on some architectures

Golang doesn't support powerpc and riscv on older versions.
This configures our Build-Depends and Makefile to gracefully
handle scenarios where we can't build our go hook. We will
simply not ship the go hook in these limited scenarios.

Fixes: #1603