Re: Personal Git repositories on Alioth (was: manpages.debian.org has been modernized!)

2017-02-17 Thread Paul Wise
On Sat, Feb 18, 2017 at 9:39 AM, Ben Finney wrote: > Does the resulting repository automatically get published on Alioth, > managed by ‘cgit’ at a ‘anonscm.debian.org’ URL? cgit doesn't do any management, it just publishes existing repos. User repositories are available at URLs like these:

Personal Git repositories on Alioth (was: manpages.debian.org has been modernized!)

2017-02-17 Thread Ben Finney
Wouter Verhelst writes: > […] for future reference, this is ridiculously easy for anyone who's a > Debian Developer or otherwise has an account on alioth: > > ssh to git.debian.org, and run: > > mkdir -p public_git/repo.git > cd public_git/repo.git > git init --bare > > log