. "$GRIMOIRE/FUNCTIONS" SPELL=gitosis VERSION="$(get_scm_version)" SOURCE=${SPELL}-git.tar.bz2 FORCE_DOWNLOAD=on SOURCE_URL=git://eagain.net/gitosis.git:${SPELL}-git SOURCE_IGNORE=volatile SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-git WEB_SITE="http://egain.net/" ENTERED=20080421 LICENSE[0]=GPL SHORT="A git repository manager with tight access control" DOCS="${DOCS} etc-event.d-local-git-daemon *.conf *.rst" cat << EOF Manage "git" repositories, provide access to them over SSH, with tight access control and not needing shell accounts. "gitosis" aims to make hosting "git" repos easier and safer. It manages multiple repositories under one user account, using SSH keys to identify users. End users do not need shell accounts on the server, they will talk to one shared account that will not let them run arbitrary commands. EOF .