dev/chroot-test/action/refresh-auth
author Tom Parker <palfrey@lshift.net>
Tue, 03 Apr 2012 17:35:02 +0100
branchwindows
changeset 348 b155c43eaa56
parent 329 11db65f65fa7
permissions -rwxr-xr-x
Update windows guide and fix a couple of minor items in the Makefile

#!/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