#!/bin/sh # called by the grokmirror post_update_hook with the name of the repo that # was just updated. cd $1 # make sure the repo is marked for gitweb to show touch git-daemon-export-ok # make sure the repo is accessible via the http dumb protocol git update-server-info