[PR #5247] [MERGED] RELNOTES: add build items (plus commands) #5413

Closed
opened 2026-05-05 10:37:59 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/5247
Author: @kmk3
Created: 7/12/2022
Status: Merged
Merged: 7/12/2022
Merged by: @kmk3

Base: masterHead: relnotes-add-build-commands


📝 Commits (1)

  • 37fe65c RELNOTES: add build items (plus commands)

📊 Changes

1 file changed (+3 additions, -0 deletions)

View changed files

📝 RELNOTES (+3 -0)

📄 Description

The following leverages the fact that when using a normal merge (as
opposed to "rebase and merge" or "squash and merge") on GitHub, the pull
request number is put in the commit message title and the title of the
PR is added to the commit message body.

Commands used to find and print the items for the RELNOTES:

$ git log --grep='^build:' --merges --reverse --pretty='%s %b' 0.9.70.. |
  sed -E -n 's/Merge pull request (#[0-9]+) from [^ ]+ (.*)/  * \2 (\1)/p'
  * build: deduplicate configure-time vars into new config files (#5140)
  * build: fix file mode of shell scripts (644 -> 755) (#5206)
  * build: reduce autoconf input files from 32 to 2 (#5219)

Commands used to generate the message below:

$ git log --grep='^build:' --merges --reverse --pretty='%s %b' 0.9.70.. |
  sed -E -n 's/Merge pull request (#[0-9]+).*/\1/p' | sort | tr '\n' ' ' |
  sed -E 's/^(.*) /Relates to \1./'
Relates to #5140 #5206 #5219.

Relates to #5140 #5206 #5219.


🔄 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/netblue30/firejail/pull/5247 **Author:** [@kmk3](https://github.com/kmk3) **Created:** 7/12/2022 **Status:** ✅ Merged **Merged:** 7/12/2022 **Merged by:** [@kmk3](https://github.com/kmk3) **Base:** `master` ← **Head:** `relnotes-add-build-commands` --- ### 📝 Commits (1) - [`37fe65c`](https://github.com/netblue30/firejail/commit/37fe65cd6dc36c42f20cac3a9a0de44b61d40aff) RELNOTES: add build items (plus commands) ### 📊 Changes **1 file changed** (+3 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `RELNOTES` (+3 -0) </details> ### 📄 Description The following leverages the fact that when using a normal merge (as opposed to "rebase and merge" or "squash and merge") on GitHub, the pull request number is put in the commit message title and the title of the PR is added to the commit message body. Commands used to find and print the items for the RELNOTES: $ git log --grep='^build:' --merges --reverse --pretty='%s %b' 0.9.70.. | sed -E -n 's/Merge pull request (#[0-9]+) from [^ ]+ (.*)/ * \2 (\1)/p' * build: deduplicate configure-time vars into new config files (#5140) * build: fix file mode of shell scripts (644 -> 755) (#5206) * build: reduce autoconf input files from 32 to 2 (#5219) Commands used to generate the message below: $ git log --grep='^build:' --merges --reverse --pretty='%s %b' 0.9.70.. | sed -E -n 's/Merge pull request (#[0-9]+).*/\1/p' | sort | tr '\n' ' ' | sed -E 's/^(.*) /Relates to \1./' Relates to #5140 #5206 #5219. Relates to #5140 #5206 #5219. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:37:59 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#5413
No description provided.