r-darwish / topgrade

Upgrade everything
GNU General Public License v3.0
3.35k stars 160 forks source link

yay_arguments --overwrite '*' seems not to work #1003

Open Bouni opened 2 years ago

Bouni commented 2 years ago

What did you expect to happen?

I added yay_arguments = "-yyuu --needed --noconfirm --overwrite '*'" to my ~/.config/topgrade.toml in order to circumvent yay throwing python-xxx exists in filesystem errors.

What actually happened?

topgrade does repot those errors anyway

Additional Details

If I run yay -Syu --overwrite "*" the upgrade runs as expected!

―― 17:22:13 - System update ――――――――――――――――――――――――――――――――――――――――――――――――――――
Dry running: /usr/bin/yay --pacman pacman -Syu --overwrite '*'

Any ideas what I'm doing wrong!?

Btw. great project 😍