-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(storage): avoid error in storage actions (hot-fix) (#1400)
## Problem Generating storage actions crashes, see: * #1396 * #1379 ## Solution Avoid actiongraph clean-up by the ruby GC. Note: This is a hot-fix. A better solution is required.
- Loading branch information
Showing
2 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
------------------------------------------------------------------- | ||
Thu Jun 27 08:36:13 UTC 2024 - José Iván López González <[email protected]> | ||
|
||
- Avoid error in storage actions (hot-fix) | ||
(gh#openSUSE/agama#1400). | ||
|
||
------------------------------------------------------------------- | ||
Wed Jun 26 13:54:28 UTC 2024 - José Iván López González <[email protected]> | ||
|
||
|