Open 9ary opened 7 years ago
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 aur@aur.archlinux.org 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.
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.