To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / deploy / config / run-reposman.sh.in @ 1598:073a75bf07fb

History | View | Annotate | Download (419 Bytes)

1
#!/bin/bash
2
logfile=/var/log/reposman.log
3
( 
4
flock -s 200 
5
echo >> $logfile
6
/var/www/code/reposman/reposman-soundsoftware.rb \
7
	-s /var/hg \
8
	-r INSERT_API_SCHEME_HERE://INSERT_API_HOST_HERE/ \
9
	-k INSERT_API_KEY_HERE \
10
	--http-user=INSERT_API_USER_HERE \
11
	--http-pass=INSERT_API_PASSWORD_HERE \
12
	-o www-data \
13
	-g code \
14
	-c "/var/www/code/reposman/run-hginit.sh" \
15
	--scm=Mercurial \
16
	>> $logfile 2>&1
17
)200>>$logfile