On Feb 13, 2008 9:14 AM, Victor Lowther <[EMAIL PROTECTED]> 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 _______________________________________________ Pm-utils mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pm-utils
