mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
forgejo v11 adjusts the names of various internal modules to drop the
old gitea branding and use the forgejo name. Because build variables in
Go use these module names, this changes the build variables as well. We
were using the old gitea setting still.
This would not affect forgejo running through the bundled service
management scripts, because those set runtime variables that override
the build-time variables. But, since we did not update our build script
to match, it would break the behavior of any other means of invoking
forgejo (manual, runit, etc.), leaving it to point at file paths that
don't exist.
This change fixes the build variables to be what they ought to be.
Thanks to Enne Eziarc for explaining this issue and providing a patch
Bug: https://bugs.gentoo.org/960471
Reference: e286457990
Signed-off-by: Artemis Everfree <artemis@artemis.sh>