manatools / dnfdragora

dnfdragora is a dnf frontend based on libyui abstraction
GNU General Public License v3.0
137 stars 41 forks source link

Avoid generating multiple notifications. #106

Closed coreyfarrell closed 6 years ago

coreyfarrell commented 6 years ago

I've tested this on my workstation. Ran the new dnfdragora-updates, it showed 106 updates. Without clearing the notification I ran sudo dnf update -y vim\* which updated those 4 packages. 3 hours later the notification updated itself to say '102 updates available.'. Then I ran sudo dnf update -y to update the remaining packages. At the next 3 hours update check dnfdragora-updates removed the notification.

Conan-Kudo commented 6 years ago

@coreyfarrell Awesome! I'll take a look at it ASAP.

anaselli commented 6 years ago

I think @coreyfarrell should also add himself to contributors (maybe AUTHORS file under Contributor?)

Conan-Kudo commented 6 years ago

@anaselli Probably yeah. We need a contributors section in there. :)

coreyfarrell commented 6 years ago

@anaselli @Conan-Kudo I've amended the commit with the addition to AUTHORS. Hopefully the formatting is as you were expecting, if not let me know.

Conan-Kudo commented 6 years ago

@coreyfarrell Formatting looks great to me!