[PR #1051] [MERGED] Fix for #828: Embed build tags #15734

Closed
opened 2025-11-02 11:53:23 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1051
Author: @cez81
Created: 2/25/2017
Status: Merged
Merged: 2/28/2017
Merged by: @lunny

Base: masterHead: embed_build_tags


📝 Commits (5)

📊 Changes

5 files changed (+21 additions, -4 deletions)

View changed files

📝 Makefile (+1 -1)
📝 main.go (+14 -1)
📝 modules/setting/setting.go (+2 -1)
📝 modules/templates/helper.go (+3 -0)
📝 templates/admin/config.tmpl (+1 -1)

📄 Description

Add build tags to ldflags and print in version output


🔄 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/1051 **Author:** [@cez81](https://github.com/cez81) **Created:** 2/25/2017 **Status:** ✅ Merged **Merged:** 2/28/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `embed_build_tags` --- ### 📝 Commits (5) - [`dafa5a4`](https://github.com/go-gitea/gitea/commit/dafa5a40890cc49fdbc5d4eaca35aabb0c53468e) Fix for #828 - [`c6737ac`](https://github.com/go-gitea/gitea/commit/c6737aca4aa4292f1e64999d92b126d5eeaa58ff) Reworked formatBuiltWith function - [`2f81c12`](https://github.com/go-gitea/gitea/commit/2f81c12f244ff5cf64b1fd0b3de7bf5ae292ba0c) Add tags to version information in admin panel - [`a0cb2c0`](https://github.com/go-gitea/gitea/commit/a0cb2c0d70f5a48213e8ab91613a30fd8dbf604d) Added new variable for use on admin page. - [`9a928c3`](https://github.com/go-gitea/gitea/commit/9a928c30fabdfaaa2cd14317b42b544e5cb409c2) Fixed incorrect indentation ### 📊 Changes **5 files changed** (+21 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+1 -1) 📝 `main.go` (+14 -1) 📝 `modules/setting/setting.go` (+2 -1) 📝 `modules/templates/helper.go` (+3 -0) 📝 `templates/admin/config.tmpl` (+1 -1) </details> ### 📄 Description Add build tags to ldflags and print in version output --- <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:53:23 -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#15734