[PR #5802] [MERGED] ci: formatting and misc improvements #5672

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/5802
Author: @kmk3
Created: 4/25/2023
Status: Merged
Merged: 4/28/2023
Merged by: @kmk3

Base: masterHead: ci-format-improve


📝 Commits (8)

  • c43f962 ci: fix commented sort.py code in alpine job
  • 3a5774c ci: ignore build workflows on more workflows
  • b9885cd ci: simplify test steps in build.yml
  • fd59df0 ci: line-wrap and split/join some commands
  • bb792ca ci: use one command per line instead of chaining them
  • db1c3e4 ci: improve quotes in gitlab ci
  • fde591c ci: print some program versions
  • 339d395 ci: print env-related settings in each job

📊 Changes

7 files changed (+145 additions, -56 deletions)

View changed files

📝 .github/workflows/build-extra.yml (+20 -5)
📝 .github/workflows/build.yml (+29 -34)
📝 .github/workflows/codeql-analysis.yml (+7 -0)
📝 .github/workflows/profile-checks.yml (+17 -5)
📝 .gitlab-ci.yml (+43 -12)
📝 Makefile (+4 -0)
ci/printenv.sh (+25 -0)

📄 Description

Commits:

$ git log --reverse --pretty='* %s' master..
* ci: fix commented sort.py code in alpine job
* ci: ignore build workflows on more workflows
* ci: simplify test steps in build.yml
* ci: line-wrap and split/join some commands
* ci: use one command per line instead of chaining them
* ci: improve quotes in gitlab ci
* ci: print some program versions
* ci: print env-related settings in each job

The changes are mostly about making the workflows easier to read and debug.

This is a follow-up to #5795.

Relates to #5481.


🔄 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/5802 **Author:** [@kmk3](https://github.com/kmk3) **Created:** 4/25/2023 **Status:** ✅ Merged **Merged:** 4/28/2023 **Merged by:** [@kmk3](https://github.com/kmk3) **Base:** `master` ← **Head:** `ci-format-improve` --- ### 📝 Commits (8) - [`c43f962`](https://github.com/netblue30/firejail/commit/c43f96253be0051ea33a1f4f3cce6b7e13e20281) ci: fix commented sort.py code in alpine job - [`3a5774c`](https://github.com/netblue30/firejail/commit/3a5774c48cb046b3f184d6f6ab2e5905e14e1c7f) ci: ignore build workflows on more workflows - [`b9885cd`](https://github.com/netblue30/firejail/commit/b9885cd5a71b45f4b8c391a99e728c94153b841d) ci: simplify test steps in build.yml - [`fd59df0`](https://github.com/netblue30/firejail/commit/fd59df07de66a3e20038f2949ad760b77f9999b4) ci: line-wrap and split/join some commands - [`bb792ca`](https://github.com/netblue30/firejail/commit/bb792ca4c8769d9b4d33da0bd951a33461acb8a6) ci: use one command per line instead of chaining them - [`db1c3e4`](https://github.com/netblue30/firejail/commit/db1c3e49cb22368f3a6523e7ca732f3ff005794a) ci: improve quotes in gitlab ci - [`fde591c`](https://github.com/netblue30/firejail/commit/fde591c2b72fb3b67694896bdf26bce4eec386e5) ci: print some program versions - [`339d395`](https://github.com/netblue30/firejail/commit/339d395fbdceabc6b8f70116823abcae5e1e18d5) ci: print env-related settings in each job ### 📊 Changes **7 files changed** (+145 additions, -56 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build-extra.yml` (+20 -5) 📝 `.github/workflows/build.yml` (+29 -34) 📝 `.github/workflows/codeql-analysis.yml` (+7 -0) 📝 `.github/workflows/profile-checks.yml` (+17 -5) 📝 `.gitlab-ci.yml` (+43 -12) 📝 `Makefile` (+4 -0) ➕ `ci/printenv.sh` (+25 -0) </details> ### 📄 Description Commits: ```console $ git log --reverse --pretty='* %s' master.. * ci: fix commented sort.py code in alpine job * ci: ignore build workflows on more workflows * ci: simplify test steps in build.yml * ci: line-wrap and split/join some commands * ci: use one command per line instead of chaining them * ci: improve quotes in gitlab ci * ci: print some program versions * ci: print env-related settings in each job ``` The changes are mostly about making the workflows easier to read and debug. This is a follow-up to #5795. Relates to #5481. --- <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:42:48 -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#5672
No description provided.