"GOT", but the "O" is a cute, smiling pufferfish. Index | Thread | Search

From:
Stefan Sperling <stsp@stsp.name>
Subject:
Re: gotweb sunset
To:
gameoftrees@openbsd.org
Date:
Fri, 30 Dec 2022 23:19:18 +0100

Download raw body.

Thread
  • Tracey Emery:

    gotweb sunset

    • Stefan Sperling:

      gotweb sunset

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.