You are not logged in.
In the past, one could download an entire AUR snapshot via clicking a commit message from: http://pkgbuild.com/git/aur-mirror.git
Is it possible to do this with the v4 coupling a `git clone --depth 1 ...` command or the like?
Offline
What to you need it for?
Try https://aur.archlinux.org/packages/aurlist/
Offline
Well, the AUR has a global repository with a namespace for each package. Each namespace is represented as a different repository to users, a way to clone the whole repository is missing. You can ask for some way to fetch the whole repository in the bugtracker.
Edit: I am not sure how that would work. git namespaces are somewhat interesting in that they only work flawlessy with a remote repository.
Edit: It seems that there is a global branch in addition to the namespace, so it should be possible to simply allow cloning of the container repository.
Last edited by progandy (2015-09-21 21:59:57)
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |
Offline