let libreplace, tdb, ldb, pidl use git trees
authormetze <metze@1e5ffdc8-eadd-0310-9daa-9cb4117fe24b>
Tue, 8 Jan 2008 13:48:48 +0000 (13:48 +0000)
committermetze <metze@1e5ffdc8-eadd-0310-9daa-9cb4117fe24b>
Tue, 8 Jan 2008 13:48:48 +0000 (13:48 +0000)
metze

git-svn-id: file:///home/svn/build-farm/trunk@740 1e5ffdc8-eadd-0310-9daa-9cb4117fe24b

build_test.fns
history
web/history.pm

index e23dfe704ed67079440c4df0d9a2f8ac26e47b4d..d65c092c60c539744d10939f14bb74f5905fbef2 100644 (file)
@@ -145,7 +145,7 @@ choose_scm() {
                        echo "cvs"
                        return 0
                ;;
-               samba_3* | rsync | talloc)
+               samba_3* | rsync | libreplace | talloc | tdb | ldb | pidl)
                        echo "git"
                        return 0
                ;;
diff --git a/history b/history
index 757cdf95c26421a29546671521fc691504042a6d..e0518cfd3d3980277d5c23798970315d45729291 100755 (executable)
--- a/history
+++ b/history
 ./svnlog.pl svn://svnanon.samba.org/samba branches/SAMBA_4_0 60 samba4 cache/history.samba4
 ./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/samba branches/SAMBA_4_0/source/lib/tdb 60 tdb cache/history.tdb
-./svnlog.pl svn://svnanon.samba.org/samba branches/SAMBA_4_0/source/lib/ldb 60 ldb cache/history.ldb
-./svnlog.pl svn://svnanon.samba.org/samba branches/SAMBA_4_0/source/pidl 60 pidl cache/history.pidl
-./svnlog.pl svn://svnanon.samba.org/samba branches/SAMBA_4_0/source/lib/replace 60 libreplace cache/history.libreplace
 ./svnlog.pl svn://svnanon.samba.org/build-farm trunk 60 build_farm cache/history.build_farm
 
 ./cvslog.pl /data/cvs/CVSROOT/rsync.updates 60 rsync "" cache/history.rsync
 
 ./gitlog.pl /data/git/samba.git/ 60 v3-2-test cache/history.samba_3_2_test
 ./gitlog.pl /data/git/samba.git/ 60 v4-0-test cache/history.samba_4_0_test
+./gitlog.pl /data/git/samba.git/ 60 v4-0-test cache/history.libreplace source/lib/replace
 ./gitlog.pl /data/git/samba.git/ 60 v4-0-test cache/history.talloc source/lib/talloc
+./gitlog.pl /data/git/samba.git/ 60 v4-0-test cache/history.tdb source/lib/tdb
+./gitlog.pl /data/git/samba.git/ 60 v4-0-test cache/history.ldb source/lib/ldb
+./gitlog.pl /data/git/samba.git/ 60 v4-0-test cache/history.ldb source/pidl
 
 ) > history.log 2>&1
index 91f8556e1b88c68e67ba0ef5a04938330a5c2196..aeed4ca03b6e2fc6eddc9a7b845acab64e10284f 100644 (file)
@@ -26,11 +26,7 @@ my $GITWEB_BASE = "http://gitweb.samba.org/";
 # a map of names to web svn log locations
 my (%svn_trees) = ('samba-docs' => " <a href=\"$VIEWCVS_BASE/trunk/%s?root=samba-docs\">%s</a>",
                   'samba4' => " <a href=\"$VIEWCVS_BASE/branches/SAMBA_4_0/%s?root=samba\">%s</a>",
-                  'libreplace' => " <a href=\"$VIEWCVS_BASE/branches/SAMBA_4_0/source/lib/replace/%s?root=samba\">%s</a>",
                   'build_farm' => " <a href=\"$VIEWCVS_BASE/trunk?root=build-farm\">%s</a>",
-                  'tdb' => " <a href=\"$VIEWCVS_BASE/branches/SAMBA_4_0/source/lib/tdb/%s?root=samba\">%s</a>",
-                  'ldb' => " <a href=\"$VIEWCVS_BASE/branches/SAMBA_4_0/source/lib/ldb/%s?root=samba\">%s</a>",
-                  'pidl' => " <a href=\"$VIEWCVS_BASE/branches/SAMBA_4_0/source/pidl/%s?root=samba\">%s</a>",
                   'samba-web' => " <a href=\"$VIEWCVS_BASE/trunk/%s?root=samba-web\">%s</a>",
                   'lorikeet' => " <a href=\"$VIEWCVS_BASE/trunk/%s?root=lorikeet\">%s</a>");
 
@@ -46,7 +42,11 @@ my (%bzr_trees) = ('ctdb' => " <a href=\"$UNPACKED_BASE/ctdb/%s\">%s</a>",
 
 my (%git_trees) = ('samba_3_2_test' =>" <a href=\"$GITWEB_BASE/?p=samba.git;a=history;f=%s;h=v3-2-test;hb=v3-2-test\">%s</a>",
                   'samba_4_0_test' =>" <a href=\"$GITWEB_BASE/?p=samba.git;a=history;f=%s;h=v4-0-test;hb=v4-0-test\">%s</a>",
+                  'libreplace' =>" <a href=\"$GITWEB_BASE/?p=samba.git;a=history;f=source/lib/replace/%s;h=v4-0-test;hb=v4-0-test\">%s</a>",
                   'talloc' =>" <a href=\"$GITWEB_BASE/?p=samba.git;a=history;f=source/lib/talloc/%s;h=v4-0-test;hb=v4-0-test\">%s</a>",
+                  'tdb' =>" <a href=\"$GITWEB_BASE/?p=samba.git;a=history;f=source/lib/tdb/%s;h=v4-0-test;hb=v4-0-test\">%s</a>",
+                  'ldb' =>" <a href=\"$GITWEB_BASE/?p=samba.git;a=history;f=source/lib/ldb/%s;h=v4-0-test;hb=v4-0-test\">%s</a>",
+                  'pidl' =>" <a href=\"$GITWEB_BASE/?p=samba.git;a=history;f=source/pidl/%s;h=v4-0-test;hb=v4-0-test\">%s</a>",
                   'rsync' =>" <a href=\"$GITWEB_BASE/?p=rsync.git;a=history;f=%s;h=HEAD;hb=HEAD\">%s</a>");
 
 my $unpacked_dir = "/home/ftp/pub/unpacked";