fix per-host scope

This commit is contained in:
Mikaël Cluseau
2019-01-22 11:44:11 +13:00
parent 155a619aee
commit 376b77fd6b
15 changed files with 221 additions and 68 deletions

View File

@ -2,6 +2,6 @@
#prep: go test ./...
prep: go install ./cmd/...
#prep: go install ./cmd/dkl-local-server
#prep: docker build -t dls .
#daemon +sigterm: /var/lib/direktil/test-run
prep: docker build -t dls .
daemon +sigterm: /var/lib/direktil/test-run
}