Added the Mercurial repository serving synchronization.
This fixes ticket 79.
This commit is contained in:
committed by
Loic d'Anterroches
parent
023cd73ebf
commit
0eeef34908
10
scripts/SyncMercurial.sh
Normal file
10
scripts/SyncMercurial.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
private_notify="/home/indefero/tmp/notify.tmp"
|
||||
reload_cmd="/usr/sbin/apachectl -k graceful"
|
||||
|
||||
if [ -e $private_notify ]; then
|
||||
$reload_cmd
|
||||
rm -f $private_notify
|
||||
fi
|
||||
|
Reference in New Issue
Block a user