v3-5-test is samba_3_current and v3-6-test is samba_3_next now
authorbjacke <bjacke@1e5ffdc8-eadd-0310-9daa-9cb4117fe24b>
Thu, 23 Sep 2010 17:59:34 +0000 (17:59 +0000)
committerbjacke <bjacke@1e5ffdc8-eadd-0310-9daa-9cb4117fe24b>
Thu, 23 Sep 2010 17:59:34 +0000 (17:59 +0000)
Björn

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

history
web/data.pm

diff --git a/history b/history
index fe1350948afe2b90aef86d9acb6d31912c9a40ae..f58a71c0e04e32f0438e258fbb6133bcd257f030 100755 (executable)
--- a/history
+++ b/history
@@ -15,8 +15,8 @@
 ./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-4-test cache/history.samba_3_current
-./gitlog.pl /data/git/samba.git/ 60 v3-5-test cache/history.samba_3_next
+./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.libreplace lib/replace
index b43377060ad459c861412cf311199510b16194da..c3a1661fb6ce938b9e57ce1dcd183af2010a32d5 100644 (file)
@@ -112,14 +112,14 @@ sub new($;$) {
                'samba_3_current' => {
                        'scm' => 'git',
                        'repo' => 'samba.git',
-                       'branch' => 'v3-4-test',
+                       'branch' => 'v3-5-test',
                        'subdir' => '',
                        'srcdir' => 'source'
                },
                'samba_3_next' => {
                        'scm' => 'git',
                        'repo' => 'samba.git',
-                       'branch' => 'v3-5-test',
+                       'branch' => 'v3-6-test',
                        'subdir' => '',
                        'srcdir' => 'source'
                },