about summary refs log tree commit diff
path: root/services/sync-gcsr/main.go (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-12-20 r/213 fix(sync-gcsr): Use local worktree & pull changes into itVincent Ambo1-13/+25
Just fetching the remote of a bare repository does not update local tracking branches, which means that changes do not become visible in cgit.
2019-12-20 r/211 feat(services/sync-gcsr): Add git synchronisation helperVincent Ambo1-0/+80
Adds a tiny program that keeps a checkout of a remote git repository in sync with a folder on the local filesystem. This is going to be used to mirror the GCSR repository onto a local disk for cgit serving.