Commits


got-build-regress.sh: build gotd too; ok stsp@


got-build-regress.sh: add another round of testing with ref-deltas ok stsp


got-build-regress.sh: use -eq/-ne instead of ==/!= for numbers


util/got-build-regress.sh: simplify lockfile cleanup trap on EXIT too so the lockfile is deleted on quit (both successful and not.) While here simplify a cd too. ok stsp@


util/got-build-regress.sh: switch from getopt(1) to getopts ok stsp@


farewell, gotweb. you served us well. rm gotweb, ok stsp@


sort getopt() option lists and switch statements; patch by Josiah Frentsos


remove trailing whitespace; patch by Josiah Frentsos


Group options in accordance with style(9) patch by Josiah Frentsos


make got-build-regress.sh run tests a second time with GOT_TEST_PACK=1


got-build-regress.sh: add -R option to usage message


got-build-regress.sh: support running tests with a non-default test root dir


update defalt branch name in got-build-regress.sh


allow overriding the From: header in mail sent by got-build-regress.sh


actually run release mode builds at the end of got-build-regress.sh