~alfonsosanchezbeato/snappy-hwe-snaps/+git/network-manager:snap-1.22

Last commit made on 2020-05-13
Get this branch:
git clone -b snap-1.22 https://git.launchpad.net/~alfonsosanchezbeato/snappy-hwe-snaps/+git/network-manager
Only Alfonso Sanchez-Beato can upload to this branch. If you are Alfonso Sanchez-Beato please log in for upload directions.

Branch merges

Branch information

Recent commits

0f48e36... by Alfonso Sanchez-Beato

Do not call scripts from the -phony part

In snapcraft 4.0, the downloaded debs are stored in the ~/.cached
folder instead of inside the porject parts folders. So we cannot run
some scripts that relied on those files being there. Probably we
should do this from CI instead.

35e4ced... by Alfonso Sanchez-Beato

libnewt is now in a different folder in focal

2413e4c... by Alfonso Sanchez-Beato

Adapt to new core20-style autotools plugin

6692387... by Alfonso Sanchez-Beato

Disable nm-cloud-setup tool

d74e7f6... by Alfonso Sanchez-Beato

Remove patch for disabling some tests on jenkins

We do not build on jenksins instance anymore, we just care about things
building in launchpad.

d693f7b... by Alfonso Sanchez-Beato

Add patch to change path of dnsmasq pid file

Use NMRUNDIR instead of RUNSTATEDIR for the dnsmasq pid file.
RUNSTATEDIR is not allowed under the current snapd apparmor rules.

446da77... by Alfonso Sanchez-Beato

Use $SNAP_DATA/conf to store config data

Use $SNAP_DATA/conf instead of $SNAP_DATA/etc/NetworkManager to store
configuration data. The later is the default, but older versions of
the snap used the former, so we need to do the same to keep the
configured connections when the snap is refreshed. Another option
would be to copy the files in the refresh hook.

281b725... by Alfonso Sanchez-Beato

Fix wol setting

It was 'ethernet', not '802-3-ethernet' (it looks like documentation
is wrong).

72b0f54... by Alfonso Sanchez-Beato

Unstage not needed plugins from the right folder

264bb1e... by Alfonso Sanchez-Beato

Use same folders as deb and layouts

With this we avoid changing NM sources to use directories inside the snap.