~mvo/snapd/+git/snapd-mvo:fix-ftbfs-on-powerpc-harder

Last commit made on 2019-05-29
Get this branch:
git clone -b fix-ftbfs-on-powerpc-harder https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
fix-ftbfs-on-powerpc-harder
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

5299ad7... by Michael Vogt

packaging: install README.powerpc in the powerpc deb

The PPA builder will reject empty deb packages. So instead add
a single README.powerpc that explains what is going on.

377191f... by Michael Vogt

packaging: fix build-depends on powerpc

We do not support powerpc anymore and just build an empty package
there. Powerpc never worked because we never had a core snap for
powerpc so this is not a regression.

However right now powerpc fails to build because it cannot find
the right golang build-depends. This PR fixes this by making sure
we:
a) only build using golang (not gccgo)
b) excluding this build-dep on powerpc

There is also a pointer to the work my Michael Hudson-Doyle on
runc which took this idea and polished it with a debconf prompt:

https://github.com/tianon/debian-runc/compare/70957b315f82170dc2ab7085d39c23835c0fa996...xenial

But we don't need this debconf prompt.

7d27d4e... by Michael Vogt

debian: add placeholder changelog for 2.39.1

d3592dc... by Michael Vogt

Merge pull request #6804 from mvo5/user-agent

snap,store,daemon,client: send new "Snap-Client-User-Agent" header in Search()

b374d0b... by Michael Vogt

Merge pull request #6759 from jdstrand/use-builtin-lookup-user

osutil: now that we require golang-1.10, use user.LookupGroup()

5c068e9... by Michael Vogt

store: adjust WithClientUserAgent() to take a http.Request instead of the user-agent string

d46f0d7... by Zygmunt Krynicki

Merge pull request #6909 from zyga/tweak/match-and-reboot

spread.yaml,tests: change MATCH and REBOOT to cmds

4bf0e53... by Michael Vogt

store: move client-user-agent handling into uacontext.go and update signature

c7f9504... by Maciej Borzecki

Merge remote-tracking branch 'origin/master' into pull/6759

f88e597... by Michael Vogt

Merge pull request #6924 from bboozzoo/bboozzoo/fedora-force-static-link

packaging/fedora: force external linker to ensure static linking and -extldflags use