~alfonsosanchezbeato/snappy-hwe-snaps/+git/wifi-ap:fix-wifi-ap-restart

Last commit made on 2018-09-18
Get this branch:
git clone -b fix-wifi-ap-restart https://git.launchpad.net/~alfonsosanchezbeato/snappy-hwe-snaps/+git/wifi-ap
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

Name:
fix-wifi-ap-restart
Repository:
lp:~alfonsosanchezbeato/snappy-hwe-snaps/+git/wifi-ap

Recent commits

684c97d... by Alfonso Sanchez-Beato

tests: remove buggy test

This check fails because output of "snap list" changes continuously, so
you cannot rely on it. Also, the check is redundant.

2d5eda2... by Alfonso Sanchez-Beato

Build with a more modern golang compiler

To avoid issues with broken golang dependency model.

b619722... by Alfonso Sanchez-Beato

Make initialization/finalization more robust

Do not unnecessarilly cleanup twice on finalization, and make sure to
do an additional cleanup on start to account for things going wrong on
the latest execution.

1cd7841... by Alfonso Sanchez-Beato

Solve shellcheck warnings

08ae177... by Alfonso Sanchez-Beato

No need to set no managed an interface we delete

We were setting to managed by NM a virtual interface that we were
deleting immediately after that. That made the interface do not
disappear. Fixes LP: #1792923.

ba8fe48... by System Enablement CI Bot <email address hidden>

Open development for 19-dev

f60879c... by System Enablement CI Bot <email address hidden>

Bump version to 18

d997c9a... by System Enablement CI Bot <email address hidden>

Update ChangeLog for 18

119e760... by System Enablement CI Bot <email address hidden>

Merge remote tracking branch fix-boot-race

Merge-Proposal: https://code.launchpad.net/~alfonsosanchezbeato/snappy-hwe-snaps/+git/wifi-ap/+merge/342117

Author: Alfonso Sanchez-Beato <email address hidden>

Re-start hostapd when NM is (re)started

This is needed so we set the wifi interface as "unmanaged" in
NetworkManager. We detect NM (re)starts by watching at the service
DBus name changes. Fixes LP: #1758342.

51d1492... by Alfonso Sanchez-Beato

tests: remove uneeded sleep when cleaning journal