Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-13 | shellcheck: make top-level bash scripts warning-free | Jakob Unterwurzacher | |
And run shellcheck in test.bash. | |||
2017-08-21 | package[-static].bash: stop leaking the local user id in the tarball | Jakob Unterwurzacher | |
The local user id of the packager is not interesting for users who download the tarball. Also it will cause the gocryptfs binary to have an unintended owner when the tarball is extraced as root. Fix the issue by using "tar --owner=root --group=root" which overwrites user and group id with zero. | |||
2017-06-04 | Add "package-static.bash" helper script | Jakob Unterwurzacher | |
Creates a tar.gz with a static build of gocryptfs and the man page. |