[PR #103] [MERGED] Replace GOGS with GITEA in variable names #15149

Closed
opened 2025-11-02 11:39:59 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/103
Author: @strk
Created: 11/7/2016
Status: Merged
Merged: 11/7/2016
Merged by: @strk

Base: masterHead: GOGS_drop


📝 Commits (3)

  • b7263f3 Replace GOGS with GITEA in variable names
  • 145ab5c Rename and update init files to use "gitea" instead of "gogs"
  • 30be1f4 Fix typo in unused constant name

📊 Changes

17 files changed (+142 additions, -126 deletions)

View changed files

📝 Dockerfile (+1 -1)
📝 Dockerfile.rpi (+1 -1)
📝 docker/build.sh (+1 -1)
📝 docker/s6/gogs/setup (+1 -1)
📝 models/pull.go (+2 -2)
📝 modules/setting/setting.go (+19 -3)
📝 routers/repo/pull.go (+1 -1)
📝 scripts/init/centos/gitea (+17 -17)
📝 scripts/init/debian/gitea (+3 -3)
scripts/init/freebsd/gitea (+47 -0)
scripts/init/freebsd/gogs (+0 -47)
scripts/init/openbsd/gitea (+19 -0)
scripts/init/openbsd/gogs (+0 -19)
📝 scripts/init/suse/gitea (+17 -17)
📝 scripts/launchd/io.gitea.web.plist (+7 -7)
📝 scripts/supervisor/gitea (+4 -4)
📝 scripts/systemd/gitea.service (+2 -2)

📄 Description

Still use GOGS_WORK_DIR and GOGS_CUSTOM env variables
as a fallback if the equivalent GITEA_* are not set,
warning user about the need for change.

Also change "gogs" to "gitea" in webhook type name

Closes #87


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/103 **Author:** [@strk](https://github.com/strk) **Created:** 11/7/2016 **Status:** ✅ Merged **Merged:** 11/7/2016 **Merged by:** [@strk](https://github.com/strk) **Base:** `master` ← **Head:** `GOGS_drop` --- ### 📝 Commits (3) - [`b7263f3`](https://github.com/go-gitea/gitea/commit/b7263f31a5a0a4a0ac8fe92c83563d7b7dcf7423) Replace GOGS with GITEA in variable names - [`145ab5c`](https://github.com/go-gitea/gitea/commit/145ab5c89a626f9ef0c289bdf6b83826339e482a) Rename and update init files to use "gitea" instead of "gogs" - [`30be1f4`](https://github.com/go-gitea/gitea/commit/30be1f48266a0c8bfb080b6df1a4ebee906949b3) Fix typo in unused constant name ### 📊 Changes **17 files changed** (+142 additions, -126 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+1 -1) 📝 `Dockerfile.rpi` (+1 -1) 📝 `docker/build.sh` (+1 -1) 📝 `docker/s6/gogs/setup` (+1 -1) 📝 `models/pull.go` (+2 -2) 📝 `modules/setting/setting.go` (+19 -3) 📝 `routers/repo/pull.go` (+1 -1) 📝 `scripts/init/centos/gitea` (+17 -17) 📝 `scripts/init/debian/gitea` (+3 -3) ➕ `scripts/init/freebsd/gitea` (+47 -0) ➖ `scripts/init/freebsd/gogs` (+0 -47) ➕ `scripts/init/openbsd/gitea` (+19 -0) ➖ `scripts/init/openbsd/gogs` (+0 -19) 📝 `scripts/init/suse/gitea` (+17 -17) 📝 `scripts/launchd/io.gitea.web.plist` (+7 -7) 📝 `scripts/supervisor/gitea` (+4 -4) 📝 `scripts/systemd/gitea.service` (+2 -2) </details> ### 📄 Description Still use GOGS_WORK_DIR and GOGS_CUSTOM env variables as a fallback if the equivalent GITEA_* are not set, warning user about the need for change. Also change "gogs" to "gitea" in webhook type name Closes #87 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 11:39:59 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#15149