prepare samba_4_0_test git tree...
authormetze <metze@1e5ffdc8-eadd-0310-9daa-9cb4117fe24b>
Thu, 3 Jan 2008 19:37:14 +0000 (19:37 +0000)
committermetze <metze@1e5ffdc8-eadd-0310-9daa-9cb4117fe24b>
Thu, 3 Jan 2008 19:37:14 +0000 (19:37 +0000)
metze

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

history
web/history.pm
web/test.pl
web/trees.list

diff --git a/history b/history
index d608955897912d69e2d69f1f403320ec2a8b517c..61976d5d5646ff606544d94df4f927342b18bc37 100755 (executable)
--- a/history
+++ b/history
@@ -33,5 +33,6 @@
 ./bzrlog.pl http://people.samba.org/bzr/jelmer/samba-gtk/trunk 60 cache/history.samba-gtk
 
 ./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
 
 ) > history.log 2>&1
index ad2f953f4a83dcae6fce490d79862e61f6cdf36e..20e6f67cc1ae1a7e07d0e4b67eaf1cec90da0255 100644 (file)
@@ -52,7 +52,8 @@ my (%bzr_trees) = ('ctdb' => " <a href=\"$UNPACKED_BASE/ctdb/%s\">%s</a>",
                    'python' => " <a href=\"$UNPACKED_BASE/python/%s\">%s</a>",
                    'samba-gtk' => " <a href=\"http://people.samba.org/bzr/jelmer/samba-gtk/trunk/%s\">%s</a>");
 
-my (%git_trees) = ('samba_3_2_test' =>" <a href=\"$GITWEB_BASE/?p=samba.git;a=history;f=%s;h=HEAD;hb=HEAD\">%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>",
                   '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";
index 5e5f19de5f0d8eb53577793fc69a31af8c0fb924..19fbb70ff07660fc0836a11a5f68a57f05833f4a 100755 (executable)
@@ -104,7 +104,7 @@ if (defined($cgi->param('test')) and defined($cgi->param('build'))) {
 } elsif (defined($cgi->param('test'))) {
        show_test($cgi->param('test'));
 } else {
-       show_summary("samba4");
+       show_summary("samba_4_0_test");
 }
 
 1;
index 107af0c105ebf174545c9c4b74eaf2f4a5895f31..eba70e876e0352badb470966431d350271126c92 100644 (file)
@@ -1,6 +1,7 @@
 # list of build trees in farm
 # format is treename:branch
 samba4:
+samba_4_0_test:
 samba-docs:
 smb-build:
 samba_3_2:SAMBA_3_2