[Pm-utils] pm-utls version

Dan Nicholson dbn.lists at gmail.com
Wed Feb 13 09:49:11 PST 2008


On Feb 13, 2008 9:14 AM, Victor Lowther <victor.lowther at gmail.com> wrote:
> On Wed, Feb 13, 2008 at 05:59:18PM +0100, Stefan Seyfried wrote:
> >
> > http://fnordovax.org/uswsusp/ gives 404
> > is there no web frontend where i can look at this?
>
> Sorry, no web frontend right now -- I have been working on setting one
> up, but gitweb does not play nice with fcgi, and I never did get around
> to learning perl. :(  If you want to view my spectacular failure so far
> in that area, it is at http://git.fnordovax.org for all your blank page
> and 403 error needs.

Victor, since you have an account on fd.o, you can easily setup a git
repo there that will be picked up by gitweb.fd.o and cgit.fd.o.
Basically:

$ ssh annarchy.freedesktop.org
$ git clone --bare git://fnordovax.org/$repo $repo.git
$ touch $repo.git/git-daemon-export-ok
$ exit
$ cd /your/local/repo
$ git remote add fdo annarchy.freedesktop.org:$repo.git
$ git fetch fdo
$ git push fdo crazy-branch:crazy-branch

The fd.o web setup scans for new repos on a (hourly?) cron job, so
after a little while you'll see
http://cgit.freedesktop.org/~$user/$repo .

--
Dan


More information about the Pm-utils mailing list