#!/bin/bash # This script converts log files produced by CVS into Perl DataDumper # files that can be easily loaded by the buildfarm web interface. #cd $HOME/master || exit 1 ( ./svnlog.pl svn://svnanon.samba.org/samba-docs trunk 60 samba-docs cache/history.samba-docs ./svnlog.pl svn://svnanon.samba.org/samba-web trunk 60 samba-web cache/history.samba-web ./svnlog.pl svn://svnanon.samba.org/lorikeet trunk 60 lorikeet cache/history.lorikeet ./svnlog.pl svn://svnanon.samba.org/build-farm trunk 60 build_farm cache/history.build_farm ./gitlog.pl /data/git/ppp.git/ 60 master cache/history.ppp ./gitlog.pl /data/git/ccache.git/ 60 master cache/history.ccache ./gitlog.pl /data/git/rsync.git/ 60 master cache/history.rsync ./gitlog.pl /data/git/samba.git/ 60 v3-5-test cache/history.samba_3_current ./gitlog.pl /data/git/samba.git/ 60 v3-6-test cache/history.samba_3_next ./gitlog.pl /data/git/samba.git/ 60 master cache/history.samba_3_master ./gitlog.pl /data/git/samba.git/ 60 master cache/history.samba_4_0_test ./gitlog.pl /data/git/samba.git/ 60 master cache/history.samba_4_0_waf ./gitlog.pl /data/git/samba.git/ 60 master cache/history.libreplace lib/replace ./gitlog.pl /data/git/samba.git/ 60 master cache/history.talloc lib/talloc ./gitlog.pl /data/git/samba.git/ 60 master cache/history.tdb lib/tdb ./gitlog.pl /data/git/samba.git/ 60 master cache/history.ldb source4/lib/ldb ./gitlog.pl /data/git/samba.git/ 60 master cache/history.pidl pidl ./gitlog.pl /data/git/ctdb.git/ 60 master cache/history.ctdb ) > history.log 2>&1