[PR #5795] [MERGED] ci: fix swapped name/email arguments in debian_ci #5668

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/5795
Author: @kmk3
Created: 4/20/2023
Status: Merged
Merged: 4/24/2023
Merged by: @kmk3

Base: masterHead: ci-fix-swapped-args


📝 Commits (1)

  • 4e6898e ci: fix swapped name/email arguments in debian_ci

📊 Changes

1 file changed (+2 additions, -1 deletions)

View changed files

📝 .gitlab-ci.yml (+2 -1)

📄 Description

Currently, the author name is used as the author email in git and vice
versa.

Changes:

  • Split the commands to make them easier to read
  • Put the name command first to match the usual git usage
  • Fix swapped name/email arguments
  • Use the DEBFULLNAME / DEBEMAIL environment variables instead of
    GitLab-specific ones

Added on commit 4cf51b591 ("extend gitlab-ci configuration to run Debian
CI tests", 2019-06-21).


🔄 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/5795 **Author:** [@kmk3](https://github.com/kmk3) **Created:** 4/20/2023 **Status:** ✅ Merged **Merged:** 4/24/2023 **Merged by:** [@kmk3](https://github.com/kmk3) **Base:** `master` ← **Head:** `ci-fix-swapped-args` --- ### 📝 Commits (1) - [`4e6898e`](https://github.com/netblue30/firejail/commit/4e6898ea296f9a9dbf9555c6c151ac8c94788690) ci: fix swapped name/email arguments in debian_ci ### 📊 Changes **1 file changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.gitlab-ci.yml` (+2 -1) </details> ### 📄 Description Currently, the author name is used as the author email in git and vice versa. Changes: * Split the commands to make them easier to read * Put the name command first to match the usual git usage * Fix swapped name/email arguments * Use the DEBFULLNAME / DEBEMAIL environment variables instead of GitLab-specific ones Added on commit 4cf51b591 ("extend gitlab-ci configuration to run Debian CI tests", 2019-06-21). --- <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:43 -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#5668
No description provided.