- Bump version: 3.1.17 → 3.1.18
- Style fixes - Fix error handling for container check methods The condition to setup permissions and redo the call was done when the exec of the call was not possible. But this is not the right place to check for a permission denied error. This commit fixes the evaluation of the error data - Bump version: 3.1.16 → 3.1.17 - Don't use perform for bool status methods The perform() call checks the status code and raises an ExecutionError. This does not allow us to return a false boolean. Use output() call instead - Bump version: 3.1.15 → 3.1.16 - No error return for bool method - Bump version: 3.1.14 → 3.1.15 - Fix call for podman_setup_permissions Make sure podman_setup_permissions is only called if there is a permission problem detected. OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/flake-pilot?expand=0&rev=44
This commit is contained in:
parent
e8f198f535
commit
dc32226a2c
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 11 21:41:40 CET 2025 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- Bump version: 3.1.17 → 3.1.18
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 11 21:41:15 CET 2025 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- Style fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 11 21:30:01 CET 2025 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- Fix error handling for container check methods
|
||||
|
||||
The condition to setup permissions and redo the call
|
||||
was done when the exec of the call was not possible.
|
||||
But this is not the right place to check for a permission
|
||||
denied error. This commit fixes the evaluation of the
|
||||
error data
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 11 19:17:18 CET 2025 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
# SOFTWARE.
|
||||
#
|
||||
Name: flake-pilot
|
||||
Version: 3.1.17
|
||||
Version: 3.1.18
|
||||
Release: 0
|
||||
Summary: Launcher for flake applications
|
||||
License: MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3af8fa1f20dda810123bfe916222b90628809d84c1abaf8f4ae311b645e1c0fa
|
||||
size 19296119
|
||||
oid sha256:4b000260020d4d2e623dc0a9b21531faef1ef5fc5018b0f70767595033e35678
|
||||
size 19275525
|
||||
|
Loading…
x
Reference in New Issue
Block a user