Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-18 | Drop workarounds for Go 1.11 and Go 1.12 | Jakob Unterwurzacher | |
2021-08-17 | github actions ci: test different Go versions | Jakob Unterwurzacher | |
2021-08-13 | Makefile: add uninstall target | Jakob Unterwurzacher | |
2021-08-11 | Makefile: don't ever run "git clean -dxff" | Jakob Unterwurzacher | |
"make ci" almost made me lose the new quirks files. Let's not do that anymore. | |||
2021-07-29 | go mod: set version to 1.16 & drop explicit "-mod=vendor" from ci | Jakob Unterwurzacher | |
This makes "go build" automatically use the vendor directory, if present. See https://golang.org/doc/modules/gomod-ref#go for details. Up to now, we ignored the vendor dir completely! Fixes https://github.com/rfjakob/gocryptfs/issues/581 | |||
2021-07-29 | github ci: Add Github Actions CI | Jakob Unterwurzacher | |
Add Github Actions and delete defunct Travis CI. | |||
2021-03-12 | Makefile: root_test: don't run test when compile fails | Jakob Unterwurzacher | |
2019-05-01 | travis: add make root_test | Jakob Unterwurzacher | |
2019-05-01 | tests: add root_tests (tests that must run as root) | Jakob Unterwurzacher | |
First test is a reproducer for https://github.com/rfjakob/gocryptfs/issues/394 "Group permissions: No write access" | |||
2019-03-18 | Makefile: also install gocryptfs-xray man page | Jakob Unterwurzacher | |
2019-03-18 | Add install goal in Makefile | Maxim Baz | |
2019-01-05 | Add Makefile | Jakob Unterwurzacher | |
We are going to use the Makefile to save useful commands without creating too many shell scripts in the top dir. |