git://git.exim.org
/
mirror-monitor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added new mirror - easyname.at - fixes bug 1589
[mirror-monitor.git]
/
bin
/
sync-cvsd
1
#!/bin/sh
2
#
3
CVSROOT=/home/cvs
4
CVSDROOT=/home/cvsd/repo
5
VERBOSE= #-v
6
#
7
MODULES="exim/exim-doc exim/exim-src exim/exim-test exim/exim-www"
8
#
9
for mod in $MODULES
10
do
11
rsync -ra $VERBOSE $CVSROOT/$mod/ $CVSDROOT/$mod/
12
done