[Replicant] Creating new repository to git.replicant.us
Denis 'GNUtoo' Carikli
GNUtoo at cyberdimension.org
Mon Sep 24 22:22:41 UTC 2018
On Tue, 25 Sep 2018 00:06:31 +0200
Denis 'GNUtoo' Carikli <GNUtoo at cyberdimension.org> 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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://lists.osuosl.org/pipermail/replicant/attachments/20180925/42d687a6/attachment.asc>
More information about the Replicant
mailing list