Rewrite build scripts

New script build.sh is much more suitable for downstream packaging
(e.g. ./build.sh package) than hacked together package.sh wrapper for
get.sh while still being usable for "effort-less" installation.

Additionally, hostname setting in get.sh is flawed in many ways and is
not reimplemented in build.sh.

build.sh has proper command line options that allow to customize build
configuration and installation prefixes.
Documentation page get.sh is removed since all applicable environment
variables and flags are documented in ./build.sh --help.

build.sh can be called from the source directory to build maddy from
*this* source instead of forced 'go get' that was used in get.sh.
However, if build.sh is called not from the source directory, it clones
the repo and (optionally) uses the specified commit. This keeps build.sh
usable in curl|bash commands.

Due to the way source code is fetched, build.sh uses Git tags instead of
Go module versions as get.sh did.
This commit is contained in:
fox.cpp 2020-02-07 01:11:57 +03:00
parent a704bba062
commit f931cbfe45
No known key found for this signature in database
GPG key ID: E76D97CCEDE90B6C
7 changed files with 509 additions and 286 deletions

2
.gitignore vendored
View file

@ -35,4 +35,4 @@ cmd/maddy-*-helper/maddy-*-helper
cmd/maddy/*mtasts-cache
cmd/maddy/*queue
maddy-setup/
build/