mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #5210] ci: Error: shell=none configured, but no program specified #2919
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#2919
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kmk3 on GitHub (Jun 21, 2022).
Original GitHub issue: https://github.com/netblue30/firejail/issues/5210
It was first broken by commit
4d79566ae("shell none set as default",2022-06-19).
From its pipeline at https://github.com/netblue30/firejail/runs/6956624903?check_suite_focus=true:
Then the error changed a few times and now it is the same since commit
bb14c205b("shell none set as default (6)", 2022-06-19).From its pipeline at https://github.com/netblue30/firejail/runs/6958592591?check_suite_focus=true:
Relates to #5190 #5196.
Cc: @netblue30 @reinerh
@netblue30 commented on GitHub (Jun 21, 2022):
I hope to have all cleaned up by the weekend.
@kmk3 commented on GitHub (Jun 21, 2022):
Fixed by commit
7ad735dea("deprecating --shell (3) (#5196)", 2022-06-21).@kmk3 commented on GitHub (Jun 21, 2022):
@netblue30 commented on Jun 21:
Now that CI is finally working again, would you mind doing the rest of the
changes in a separate branch? Example:
That way the changes do not impact anyone until they're in a finished state and
so everyone can get proper CI checks on their PRs in the meantime. Also, this
would allow people to review the changes and catch any issues before they reach
master.
Note: The pull request can also be opened as a draft as soon as the branch is
created/pushed, which would allow reviewing the commits as they are being
made/pushed. This is a bit more similar to the current workflow, except that
master is not affected.
@netblue30 commented on GitHub (Jun 23, 2022):
will do!