On Sun, 23 Sep 2018 19:54:00 +0000 Joonas Kylmälä <[email protected]> wrote:
> Hi Paul and Wolfgang, Hi, > I tried to create a new LineageOS-mirror repository to > git.replicant.us but step 3. at > https://redmine.replicant.us/projects/replicant/wiki/LineageMirror is > not much help. I think I need actual shell access in order to create > the repositories we need because the command to create new repository > is "GL_USER=gitolite-admin gitolite create xxxx". > > If one of you could create the two repositories: > - LineageOS-mirror/android_external_aac > - LineageOS-mirror/android_external_libvorbis As I've no experience with gitolite I've done it like that: # cd /srv/git/git-data/repositories/LineageOS-mirror # git clone --mirror https://github.com/LineageOS/android_external_aac # git clone --mirror \ https://github.com/LineageOS/android_external_libvorbis # chown git:git -R android_external_libvorbis.git \ android_external_aac.git # chmod 775 android_external_libvorbis.git \ android_external_aac.git The repositories are now accessible, but I don't know if I really need to use gitolite. Someone would also need to create the respective git bundles not to increase too much the fetch time. Denis.
pgpjOetYlxmhZ.pgp
Description: OpenPGP digital signature
_______________________________________________ Replicant mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/replicant
