You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 9, 2019. It is now read-only.
see archlinuxfr/package-query#133
The first time I call yaourt -Syu, I have to wait like 1min because it runs pacman -Qdt before I am prompted to enter my password, then wait again for the repos updates.
Can the database querying be done after prompting for password, so I don't have to wait twice?
The text was updated successfully, but these errors were encountered:
It's probably the same as #355
Setting SHOWORPHANS=0 in yaourtrc solved it (with the default AUTOSAVEBACKUPFILE=0), although I lose the ability to show the packages orphaned by the update.
I guess the best way to solve that is improving pacman -Qdt.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
see archlinuxfr/package-query#133
The first time I call
yaourt -Syu
, I have to wait like 1min because it runspacman -Qdt
before I am prompted to enter my password, then wait again for the repos updates.Can the database querying be done after prompting for password, so I don't have to wait twice?
The text was updated successfully, but these errors were encountered: