~cjwatson/snap-face-detection/+git/uos-test-1:master

Last commit made on 2016-11-16
Get this branch:
git clone -b master https://git.launchpad.net/~cjwatson/snap-face-detection/+git/uos-test-1

Branch merges

Branch information

Recent commits

dcedef0... by Colin Watson

Fork

616bff1... by Didier Roche-Tolomelli

Ensure we have at least one available camera

33f19e5... by Didier Roche-Tolomelli

Detect camera at startup from package init phase

78b5911... by Didier Roche-Tolomelli

Some messaging cleanups

5b348b4... by Didier Roche-Tolomelli

Ensure build tasks prints out once done

We had no message in Visual Studio Code previously telling us once a build was
completed.

d50fcef... by Didier Roche-Tolomelli

Force service creation by systemd units

As only one version will run in the snap versioned path, force its recreation
there.

ee63ec2... by Didier Roche-Tolomelli

Add socket recreation force mode

70aae44... by Didier Roche-Tolomelli

Add debug launch configuration

ad9647b... by Didier Roche-Tolomelli

Define a Go build task

449aea9... by Didier Roche-Tolomelli

Move initialization in init() calls

This enables us to avoid explicit init call for each package. We can now
use that implicitely.