jonbetti 43bb62fe5b Clean up vanityserver cmd
git-svn-id: file:///srv/svn/repo/toyohime/trunk@90 922d331f-388e-da47-97a9-ad700dc0b8b9
2018-06-06 04:23:59 +00:00

425 B

vanityserver

Runs a barebones vanity server over HTTP.

Usage

./vanityserver fqdn [repo file]

If repo file is not given, "./repos" is used. The file has the following format:

pkgroot  vcsScheme://vcsHost/user/repo
pkgroot2 vcsScheme://vcsHost/user/repo2

vcsHost is either a Gogs server (that's what I use) or github.com. I'm open to supporting other VCSs but I'm not sure what that would look like.