some nice ADC changes... (warning: minor backward compat breakage)
- support for ADCs with unchecked arguments - rsync, htpasswd, and svnserve gone from core; turned into ADCs Backward compat breakage and fix: Please see documentation for details, but if you're using gitolite to control rsync you will now need to setup ADCs (admin defined commands), and install at least the new "rsync" ADC. ---- Thanks to Joey Hess (see commit prior to this) for forcing me to stop being lazy and get this out of my long term todo list.
This commit is contained in:
parent
955edcc5ec
commit
85da5572b2
8 changed files with 234 additions and 200 deletions
|
@ -2,6 +2,11 @@
|
|||
cd $TESTDIR
|
||||
$TESTDIR/rollback || die "rollback failed"
|
||||
|
||||
rm -rf $ADC_PATH
|
||||
mkdir $ADC_PATH || die "mkdir $ADC_PATH failed"
|
||||
cp ../contrib/adc/* $ADC_PATH
|
||||
echo "\$GL_ADC_PATH = '$ADC_PATH';" | addrc
|
||||
|
||||
runremote rm -rf /tmp/rsyncbase
|
||||
runremote mkdir /tmp/rsyncbase
|
||||
editrc REPO_UMASK 0022
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue