FS#43292 - aur4 superproject repo with all package repos as submodules
Attached to Project:
AUR web interface
Opened by Ido Rosen (idorosen) - Thursday, 01 January 2015, 09:23 GMT
Last edited by Lukas Fleischer (lfleischer) - Saturday, 12 December 2015, 23:28 GMT
Opened by Ido Rosen (idorosen) - Thursday, 01 January 2015, 09:23 GMT
Last edited by Lukas Fleischer (lfleischer) - Saturday, 12 December 2015, 23:28 GMT
|
Details
6) This one is borderline/possibly a waste of your time:
Modify your
SSH/git shell to allow the user to clone a repo that is auto-generated (very easy to do if you understand the git receive/upload protocol) a "git superproject repo" that has all of the user's packages for which he is a maintainer as git submodules in that superproject. The repo layout would look similar to the superproject repo that my import-to-aur4.sh script generates...[#] [#]: https://github.com/ido/packages-archlinux/blob/master/bin/import-to-aur4.sh |
This task depends upon
Closed by Lukas Fleischer (lfleischer)
Saturday, 12 December 2015, 23:28 GMT
Reason for closing: Deferred
Saturday, 12 December 2015, 23:28 GMT
Reason for closing: Deferred
Comment by
Johannes Löthberg (demize) -
Saturday, 13 June 2015, 12:14 GMT
Comment by
Lukas Fleischer (lfleischer) -
Thursday, 25 June 2015, 05:50 GMT
Now that we use gitnamespaces this is much simpler, we would just
need to make the git repo available for cloning, and people could
get everything at once.
That would provide all packages in different branches, not in
different subdirectories within one branch, though. So users
couldn't access all packages "at once" easily, e.g. to search for
a certain pattern within all PKGBUILDs.