Accepting request 1245362 from Virtualization:Appliances:Builder
- 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/request/show/1245362 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flake-pilot?expand=0&rev=10
This commit is contained in:
commit
68a59d43b2
@ -1,3 +1,61 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Bump version: 3.1.16 → 3.1.17
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 11 19:15:33 CET 2025 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 11 18:38:09 CET 2025 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- Bump version: 3.1.15 → 3.1.16
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 11 18:37:38 CET 2025 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- No error return for bool method
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 11 18:05:20 CET 2025 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- Bump version: 3.1.14 → 3.1.15
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 11 18:00:48 CET 2025 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- Fix call for podman_setup_permissions
|
||||
|
||||
Make sure podman_setup_permissions is only called if there
|
||||
is a permission problem detected.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 01 22:57:28 CET 2025 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
# SOFTWARE.
|
||||
#
|
||||
Name: flake-pilot
|
||||
Version: 3.1.14
|
||||
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:3ede8f4b8852205d469fa726a68fb5ddb0df202ec0462c57e0ffc4bb453a0786
|
||||
size 19265003
|
||||
oid sha256:4b000260020d4d2e623dc0a9b21531faef1ef5fc5018b0f70767595033e35678
|
||||
size 19275525
|
||||
|
Loading…
x
Reference in New Issue
Block a user