Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mirabilos committed May 25, 2017
1 parent 2abd4cf commit e5f516e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion gnucvs.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source=/var/lib/gforge/chroot/scmrepos/cvs/gnucvs/ccvs/
source=/scmrepos/cvs/gnucvs/ccvs/
domain=users.savannah.nongnu.org
remote=/git/gnucvs

Expand Down
6 changes: 3 additions & 3 deletions wtf-ncvs.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source=/var/lib/gforge/chroot/scmrepos/cvs/ncvs/wtf
source=/scmrepos/cvs/ncvs/wtf
domain=mirbsd.org
remote=/git/wtf-ncvs
prepend=/git/wtf-ocvs
Expand All @@ -9,8 +9,8 @@ do_precollect() {
set -ex
rsync -zavPH --numeric-ids -S --stats --delete \
/var/anoncvs/ncvs/src/usr.bin/wtf/ \
/var/lib/gforge/chroot/scmrepos/cvs/ncvs/wtf/
/scmrepos/cvs/ncvs/wtf/
rsync -zavPH --numeric-ids -S --stats \
/var/anoncvs/ncvs/src/share/misc/acronyms,v \
/var/lib/gforge/chroot/scmrepos/cvs/ncvs/wtf/
/scmrepos/cvs/ncvs/wtf/
}
6 changes: 3 additions & 3 deletions wtf-ocvs.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source=/var/lib/gforge/chroot/scmrepos/cvs/ocvs/wtf
source=/scmrepos/cvs/ocvs/wtf
domain=mirbsd.org
remote=/git/wtf-ocvs
set -A torm_branches -- \
Expand All @@ -14,8 +14,8 @@ do_precollect() {
set -ex
rsync -zavPH --numeric-ids -S --stats --delete \
/var/anoncvs/ocvs/src/usr.bin/wtf/ \
/var/lib/gforge/chroot/scmrepos/cvs/ocvs/wtf/
/scmrepos/cvs/ocvs/wtf/
rsync -zavPH --numeric-ids -S --stats \
/var/anoncvs/ocvs/src/share/misc/acronyms,v \
/var/lib/gforge/chroot/scmrepos/cvs/ocvs/wtf/
/scmrepos/cvs/ocvs/wtf/
}
10 changes: 5 additions & 5 deletions wtf.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source=/var/lib/gforge/chroot/scmrepos/cvs/mcvs/wtf
source=/scmrepos/cvs/mcvs/wtf
domain=mirbsd.org
remote=(/git/wtf [email protected]:MirBSD/wtf.git)
#remote=/git/wtf
Expand All @@ -10,14 +10,14 @@ do_precollect() {
set -ex
rsync -zavPH --numeric-ids -S --stats --delete \
/var/anoncvs/cvs/src/usr.bin/wtf/ \
/var/lib/gforge/chroot/scmrepos/cvs/mcvs/wtf/
/scmrepos/cvs/mcvs/wtf/
rsync -zavPH --numeric-ids -S --stats \
/var/anoncvs/cvs/src/share/misc/acronyms,v \
/var/lib/gforge/chroot/scmrepos/cvs/mcvs/wtf/
/scmrepos/cvs/mcvs/wtf/
rsync -zavPH --numeric-ids -S --stats \
/var/anoncvs/cvs/www/src/wtf.hts,v \
/var/lib/gforge/chroot/scmrepos/cvs/mcvs/wtf/www/
/scmrepos/cvs/mcvs/wtf/www/
rsync -zavPH --numeric-ids -S --stats \
/var/anoncvs/cvs/www/files/wtf.cgi,v \
/var/lib/gforge/chroot/scmrepos/cvs/mcvs/wtf/www/
/scmrepos/cvs/mcvs/wtf/www/
}

0 comments on commit e5f516e

Please sign in to comment.