[PR #7004] [MERGED] build: add sort-profiles target for sort.py #6268

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/7004
Author: @kmk3
Created: 12/28/2025
Status: Merged
Merged: 1/1/2026
Merged by: @kmk3

Base: masterHead: build-add-sort-profiles


📝 Commits (3)

  • f9769ec build: use simpler shell wildcards for profiles
  • 92d049c build: use variables for profiles
  • 4fa7a64 build: add sort-profiles target for sort.py

📊 Changes

2 files changed (+16 additions, -9 deletions)

View changed files

📝 .github/workflows/check-profiles.yml (+5 -8)
📝 Makefile (+11 -1)

📄 Description

And use it in CI.

Note: The target currently always runs sort.py for all profiles.

Before:

$ ./ci/check/profiles/sort.py etc/inc/*.inc etc/profile*/*.profile

After:

$ make sort-profiles

🔄 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/7004 **Author:** [@kmk3](https://github.com/kmk3) **Created:** 12/28/2025 **Status:** ✅ Merged **Merged:** 1/1/2026 **Merged by:** [@kmk3](https://github.com/kmk3) **Base:** `master` ← **Head:** `build-add-sort-profiles` --- ### 📝 Commits (3) - [`f9769ec`](https://github.com/netblue30/firejail/commit/f9769ecbded8b8f350f4ac485c46f29651fcad9e) build: use simpler shell wildcards for profiles - [`92d049c`](https://github.com/netblue30/firejail/commit/92d049cdf9d527f0bb5e2aaf8cb1ba30bfc75885) build: use variables for profiles - [`4fa7a64`](https://github.com/netblue30/firejail/commit/4fa7a64f181fc5749c27492810182a3eef4ba2c4) build: add sort-profiles target for sort.py ### 📊 Changes **2 files changed** (+16 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/check-profiles.yml` (+5 -8) 📝 `Makefile` (+11 -1) </details> ### 📄 Description And use it in CI. Note: The target currently always runs sort.py for all profiles. Before: $ ./ci/check/profiles/sort.py etc/inc/*.inc etc/profile*/*.profile After: $ make sort-profiles --- <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:53:52 -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#6268
No description provided.