Ignore the make test and for the waf test for samba4 build on buildsamba02
[build-farm.git] / history
1 #!/bin/bash
2
3 # This script converts log files produced by CVS into Perl DataDumper
4 # files that can be easily loaded by the buildfarm web interface.
5
6 #cd $HOME/master || exit 1
7
8 (
9
10 ./svnlog.pl svn://svnanon.samba.org/samba-docs trunk 60 samba-docs cache/history.samba-docs
11 ./svnlog.pl svn://svnanon.samba.org/samba-web trunk 60 samba-web cache/history.samba-web
12 ./svnlog.pl svn://svnanon.samba.org/lorikeet trunk 60 lorikeet cache/history.lorikeet
13 ./svnlog.pl svn://svnanon.samba.org/build-farm trunk 60 build_farm cache/history.build_farm
14
15 ./gitlog.pl /data/git/ppp.git/ 60 master cache/history.ppp
16 ./gitlog.pl /data/git/ccache.git/ 60 master cache/history.ccache
17 ./gitlog.pl /data/git/rsync.git/ 60 master cache/history.rsync
18 ./gitlog.pl /data/git/samba.git/ 60 v3-5-test cache/history.samba_3_current
19 ./gitlog.pl /data/git/samba.git/ 60 v3-6-test cache/history.samba_3_next
20 ./gitlog.pl /data/git/samba.git/ 60 master cache/history.samba_3_master
21 ./gitlog.pl /data/git/samba.git/ 60 master cache/history.samba_4_0_test
22 ./gitlog.pl /data/git/samba.git/ 60 master cache/history.samba_4_0_waf
23 ./gitlog.pl /data/git/samba.git/ 60 master cache/history.libreplace lib/replace
24 ./gitlog.pl /data/git/samba.git/ 60 master cache/history.talloc lib/talloc
25 ./gitlog.pl /data/git/samba.git/ 60 master cache/history.tdb lib/tdb
26 ./gitlog.pl /data/git/samba.git/ 60 master cache/history.ldb source4/lib/ldb
27 ./gitlog.pl /data/git/samba.git/ 60 master cache/history.pidl pidl
28
29 ./gitlog.pl /data/git/ctdb.git/ 60 master cache/history.ctdb
30
31 ) > history.log 2>&1