Use the correct form for cmp
[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 ./gitlog.pl /data/git/ppp.git/ 60 master cache/history.ppp
11 ./gitlog.pl /data/git/ccache.git/ 60 master cache/history.ccache
12 ./gitlog.pl /data/git/rsync.git/ 60 master cache/history.rsync
13 ./gitlog.pl /data/git/samba.git/ 60 v3-5-test cache/history.samba_3_current
14 ./gitlog.pl /data/git/samba.git/ 60 v3-6-test cache/history.samba_3_next
15 ./gitlog.pl /data/git/samba.git/ 60 master cache/history.samba_3_master
16 ./gitlog.pl /data/git/samba.git/ 60 master cache/history.samba_4_0_test
17 ./gitlog.pl /data/git/samba.git/ 60 master cache/history.samba_4_0_waf
18 ./gitlog.pl /data/git/samba.git/ 60 master cache/history.libreplace lib/replace
19 ./gitlog.pl /data/git/samba.git/ 60 master cache/history.talloc lib/talloc
20 ./gitlog.pl /data/git/samba.git/ 60 master cache/history.tdb lib/tdb
21 ./gitlog.pl /data/git/samba.git/ 60 master cache/history.ldb source4/lib/ldb
22 ./gitlog.pl /data/git/samba.git/ 60 master cache/history.pidl pidl
23
24 ./gitlog.pl /data/git/ctdb.git/ 60 master cache/history.ctdb
25 ./gitlog.pl /data/git/build-farm.git/ 60 master cache/history.build_farm
26 ./gitlog.pl /data/git/samba-web.git/ 60 master cache/history.samba-web
27
28 ) > history.log 2>&1