Commit Briefs


Omar Polo

got-build-regress.sh: ron gotd regress suite too with -G

Needs doas to elevate privileges. ok stsp@





Omar Polo

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@


Omar Polo

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

ok stsp@





Stefan Sperling

Group options in accordance with style(9)

patch by Josiah Frentsos