On Tue, 25 Sep 2018 00:06:31 +0200 Denis 'GNUtoo' Carikli <[email protected]> wrote: > 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. As all the bundles had the same revision (refs/heads/cm-13.0) I created the two respective bundles with: # mkdir /srv/git/bundles/LineageOS-mirror/android_external_aac.git # cd /srv/git/git-data/repositories/LineageOS-mirror/android_external_aac.git # git bundle create \ /srv/git/bundles/LineageOS-mirror/android_external_aac.git/clone.bundle \ refs/heads/cm-13.0 # chown git:git \ /srv/git/bundles/LineageOS-mirror/android_external_aac.git/clone.bundle # chmod 664 \ /srv/git/bundles/LineageOS-mirror/android_external_aac.git/clone.bundle
And: # mkdir /srv/git/bundles/LineageOS-mirror/android_external_libvorbis.git # cd /srv/git/git-data/repositories/LineageOS-mirror/android_external_libvorbis.git # git bundle create \ /srv/git/bundles/LineageOS-mirror/android_external_libvorbis.git/clone.bundle \ refs/heads/cm-13.0 # chown git:git \ /srv/git/bundles/LineageOS-mirror/android_external_libvorbis.git/clone.bundle # chmod 664 \ /srv/git/bundles/LineageOS-mirror/android_external_libvorbis.git/clone.bundle Denis.
pgpo4DCZxi50c.pgp
Description: OpenPGP digital signature
_______________________________________________ Replicant mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/replicant
