[PR #4217] [MERGED] Delete *.profie #5066

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/4217
Author: @kmk3
Created: 4/26/2021
Status: Merged
Merged: 4/28/2021
Merged by: @kmk3

Base: masterHead: delete-profies


📝 Commits (1)

📊 Changes

5 files changed (+0 additions, -70 deletions)

View changed files

etc/profile-a-l/gl-117-wrapper.profie (+0 -14)
etc/profile-a-l/glaxium-wrapper.profie (+0 -14)
etc/profile-m-z/neverball-wrapper.profie (+0 -14)
etc/profile-m-z/neverputt-wrapper.profie (+0 -14)
etc/profile-m-z/pinball-wrapper.profie (+0 -14)

📄 Description

Added on commit 41f69f7a7 ("Commons of opengl-game-wrapper.sh") /
PR #4071.

Each one is a duplicate of a .profile file that was added on the same
commit.

Commands used to search and replace (which is what causes their
deletion):

$ git ls-files -z -- '*.profie' | xargs -0 -I '{}' sh -c
  "git mv -f '{}' \"\`printf '%s\n' '{}' | sed 's/.[^.]*$//'\`.profile\""

@rusty-snake It seems that I noticed #4071 a couple of days too late hehe


🔄 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/4217 **Author:** [@kmk3](https://github.com/kmk3) **Created:** 4/26/2021 **Status:** ✅ Merged **Merged:** 4/28/2021 **Merged by:** [@kmk3](https://github.com/kmk3) **Base:** `master` ← **Head:** `delete-profies` --- ### 📝 Commits (1) - [`f2ebae7`](https://github.com/netblue30/firejail/commit/f2ebae7956e61d5f3e50f5e341951b38f5e066a5) Delete *.profie ### 📊 Changes **5 files changed** (+0 additions, -70 deletions) <details> <summary>View changed files</summary> ➖ `etc/profile-a-l/gl-117-wrapper.profie` (+0 -14) ➖ `etc/profile-a-l/glaxium-wrapper.profie` (+0 -14) ➖ `etc/profile-m-z/neverball-wrapper.profie` (+0 -14) ➖ `etc/profile-m-z/neverputt-wrapper.profie` (+0 -14) ➖ `etc/profile-m-z/pinball-wrapper.profie` (+0 -14) </details> ### 📄 Description Added on commit 41f69f7a7 ("Commons of opengl-game-wrapper.sh") / PR #4071. Each one is a duplicate of a .profile file that was added on the same commit. Commands used to search and replace (which is what causes their deletion): $ git ls-files -z -- '*.profie' | xargs -0 -I '{}' sh -c "git mv -f '{}' \"\`printf '%s\n' '{}' | sed 's/.[^.]*$//'\`.profile\"" --- @rusty-snake It seems that I noticed #4071 a couple of days too late hehe --- <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:31:39 -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#5066
No description provided.