archlinux-downgrade / downgrade

Downgrade packages in Arch Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't downgrade linux kernel and linux headers -> Outsource URL redirect from pacman to downgrade?

Yves0 opened this issue · comments

Hmm, downgrade just calls pacman -U <url>. I wonder if it's a better feature request for pacman, to handle any redirects in -U (like curl -L)? Otherwise, downgrade would either need to make a (usually) unnecessary HTTP request to figure out the URL, or just take over ownership of downloading (with curl -L) and passing a file to pacman -U. Not terrible, but not ideal.

Btw @pbrisbin, should we close this issue since this is more relevant to pacman?

Also, I would probably be a bit slower now on the open issues as I need to catch up with some work. Will push some updates whenever I can squeeze in some time.

I'm fine with closing this, but more because it's stale since the reporter hasn't responded. If it's more relevant to pacman or not is still an open question, IMO.