force file mode on write (and update deps)

This commit is contained in:
Mikaël Cluseau
2020-10-02 05:57:38 +02:00
parent b7218a009f
commit 2ad5dd5dfc
10 changed files with 269 additions and 26 deletions

View File

@ -1,8 +1,10 @@
**/*.go layer/**/* test-vm update-test-data {
prep: go test ./pkg/... ./cmd/dkl
prep: CGO_ENABLED=0 go build ./cmd/dkl
prep: ./update-test-data
daemon: ./test-vm 1
daemon: ./test-vm 2
daemon: ./test-vm 3
prep: go test ./... #./pkg/... ./cmd/dkl
prep: mkdir -p dist
prep: CGO_ENABLED=0 go build -o dist ./cmd/...
#prep: ./update-test-data
#daemon: ./test-vm 1
#daemon: ./test-vm 2
#daemon: ./test-vm 3
}