From: Tracey Emery Subject: Re: gotweb sunset To: gameoftrees@openbsd.org Date: Fri, 30 Dec 2022 15:28:06 -0700 On Fri, Dec 30, 2022 at 11:19:18PM +0100, Stefan Sperling wrote: > On Fri, Dec 30, 2022 at 02:54:14PM -0700, Tracey Emery wrote: > > Here is an initial diff to kill poor, poor neglected gotweb. See > > anything I've missed here? > > The top-level Makefile still recurses into the gotweb dir: > > .if make(clean) || make(obj) || make(release) > SUBDIR += gotweb gotwebd gotd gotsh gotctl template > .endif > > And do we want to rename the gitconfig "gotweb" section to "gotwebd"? > The name is set here: > > lib/read_gitconfig.c: > owner = got_gitconfig_get_str(gitconfig, "gotweb", "owner") > > libexec/got-read-gitconfig/got-read-gitconfig.c: > value = got_gitconfig_get_str(gitconfig, "gotweb", "owner"); > > If it is renamed then gotwebd.conf.5 will also need a corresponding tweak. > Good eyes, thanks. I'll take a look. -- Tracey Emery