dev/chroot-test/action/refresh-auth
author Paul Crowley <paul@lshift.net>
Tue, 27 Sep 2011 16:48:55 +0100
changeset 345 f06d9816272d
parent 329 11db65f65fa7
permissions -rwxr-xr-x
Documentation update - make it clear that you have to have an existing repo to clone - don't try to put the same key in different directories - explain the .mercurial-server file.

#!/bin/sh

set -e

. /action/env

if ${CHROOT_TEST_INSTALLDEB:-false} ; then
    /usr/share/mercurial-server/refresh-auth
else
    /usr/local/share/mercurial-server/refresh-auth
fi