Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions service/lib/agama/storage/proposal_strategies/guided.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ def calculate

# @see Base#issues
def issues
# Returning [] in case of a missing proposal is a workaround (the scenario should
# not happen). But this class is not expected to live long.
return [] unless storage_manager.proposal
return [] unless storage_manager.proposal.failed?

[target_device_issue, missing_devices_issue].compact
Expand Down
6 changes: 6 additions & 0 deletions service/package/rubygem-agama-yast.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Dec 9 14:43:11 UTC 2024 - Ancor Gonzalez Sosa <ancor@suse.com>

- Work around to a problem triggered after formatting DASD devices
(mitigates gh#agama-project/agama#1818).

-------------------------------------------------------------------
Tue Dec 3 20:32:08 UTC 2024 - Josef Reidinger <jreidinger@suse.com>

Expand Down