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 May 31, 2018. It is now read-only.
I've been having some trouble with timeouts while pulling PKGBUILD updates lately. Switching remotes to git+ssh instead of git+https seems to help with this, but pacaur doesn't allow customizing this without editing the script.
I think it would be useful to add a config file option to allow switching this out. The AUR site itself shows git+ssh URLs for cloning.
Additionally, it looks like DownloadPkgsdoesn't use $aururl, which is probably an oversight.
The text was updated successfully, but these errors were encountered:
I think it would be useful to add a config file option to allow switching this out. The AUR site itself shows git+ssh URLs for cloning.
I can only find git+https for cloning on the AUR and wiki, which is the reason this is the option implemented. Mind expanding on that available ssh option?
Additionally, it looks like DownloadPkgs doesn't use $aururl, which is probably an oversight.
Yes, definitely an oversight. Thanks for the report.
I can only find git+https for cloning on the AUR and wiki, which is the reason this is the option implemented. Mind expanding on that available ssh option?
Looks like I was partially mistaken, AUR pages only show ssh URLs for packages that you own. However, ssh is officially supported as a frontend, as specified in the wiki:
It is also possible to interact with the AUR through SSH: type ssh [email protected] help for a list of available commands.
Several other mentions of SSH are present on that page, as it is the recommended (only?) way to upload packages.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've been having some trouble with timeouts while pulling PKGBUILD updates lately. Switching remotes to git+ssh instead of git+https seems to help with this, but pacaur doesn't allow customizing this without editing the script.
I think it would be useful to add a config file option to allow switching this out. The AUR site itself shows git+ssh URLs for cloning.
Additionally, it looks like
DownloadPkgs
doesn't use$aururl
, which is probably an oversight.The text was updated successfully, but these errors were encountered: