You are not logged in.
And now pulling in your checked out repo should work...
I'll teach asp to do this automatically.
It worked. Thank you!
Offline
Should be non-issue now with: https://github.com/falconindy/asp/commit/5813547dbcd
Offline
By semi-popular demand, asp now stashes all of its junk in $XDG_CACHE_HOME/asp (falling back to $HOME/.cache/asp when XDG_CACHE_HOME is unset). Also, recently added features:
- `ls-files` verb added to list source files belonging to a package
- `show` now takes an optional second arg to show the contents of a file other than PKGBUILD (but still shows the PKGBUILD by default)
- all commands should now understand split packages, resolving them back to their pkgbase through an archweb search
Offline
Offline
Why not just use the ABS directly with git or SVN then, as shown on the wiki page?
But be aware that this is not appreciated by the admins. What is it you would like to accomplish?
Offline
I think that warning came from a time when the archlinux.org infra was a lot less powerful.
https://lists.archlinux.org/pipermail/a … 43438.html
That being said, asp can do this too:
asp checkout $(asp list-all)
Last edited by eschwartz (2017-10-04 00:19:48)
Managing AUR repos The Right Way -- aurpublish (now a standalone tool)
Offline
I think that warning came from a time when the archlinux.org infra was a lot less powerful.
https://lists.archlinux.org/pipermail/a … 43438.html
That being said, asp can do this too:
asp checkout $(asp list-all)
Thank you very much!
Offline