Skip to content

Commit

Permalink
Moved backend Update to DistroSync since it performs better checks
Browse files Browse the repository at this point in the history
  • Loading branch information
anaselli committed Dec 30, 2024
1 parent 4164a5f commit ed4fe89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
202X-XX-XX v. 2.99.1
--------------------
- Moved backend Update to DistroSync since it performs better checks
- Added signal transactionelemprocess

2024-12-29 v. 2.99.0
Expand Down
2 changes: 1 addition & 1 deletion dnfdragora/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -1347,7 +1347,7 @@ def _populate_transaction(self) :
if action == 'i':
self.backend.Install(pkgs, sync=True)
elif action == 'u':
self.backend.Update(pkgs, sync=True)
self.backend.DistroSync(pkgs, sync=True)
elif action == 'r':
self.backend.Remove(pkgs, sync=True)
else:
Expand Down

0 comments on commit ed4fe89

Please sign in to comment.