Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-12-20 | r/216 fix(sync-gcsr): Fix broken log statement | Vincent Ambo | 1 | -1/+1 | |
2019-12-20 | r/213 fix(sync-gcsr): Use local worktree & pull changes into it | Vincent Ambo | 1 | -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 helper | Vincent Ambo | 2 | -0/+90 | |
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. |