[Libreoffice-commits] website.git: Branch 'tinderbox' - local_conf/TinderConfig.pm local_conf/TreeData.pm

Christian Lohmaier lohmaier+LibreOffice at googlemail.com
Wed May 20 05:17:11 PDT 2015


 local_conf/TinderConfig.pm |    6 +++---
 local_conf/TreeData.pm     |   12 ++++++------
 2 files changed, 9 insertions(+), 9 deletions(-)

New commits:
commit aaf24bbb8dd32669c13b03ed861e28092182de90
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date:   Wed May 20 14:16:33 2015 +0200

    add libreoffice-5-0 branch and condense summary display

diff --git a/local_conf/TinderConfig.pm b/local_conf/TinderConfig.pm
index db4db95..f61d42e 100644
--- a/local_conf/TinderConfig.pm
+++ b/local_conf/TinderConfig.pm
@@ -246,7 +246,7 @@ $ROW_SPACING_DISIPLINE = (
                           # This keeps the cell box sizes independent
                           # of the amount of data.
 
-                          #'uniform',
+                          'uniform',
 
                           # Use build event times to create times column.
                           # This is traditional Tinderbox1 discipline.
@@ -255,7 +255,7 @@ $ROW_SPACING_DISIPLINE = (
 
                           # Use all event times to create times column.
 
-                          'event_driven',
+                          #'event_driven',
 
                           );
 
@@ -263,7 +263,7 @@ $ROW_SPACING_DISIPLINE = (
 # minimum time between builds (to this value plus 5 minutes).
 # I suggest 5 minutes.
 
-$DB_TABLE_SPACING = 5;
+$DB_TABLE_SPACING = 10;
 
 # Number of times a database can be updated before its contents must
 # be trimmed of old data.  This scan of the database is used to
diff --git a/local_conf/TreeData.pm b/local_conf/TreeData.pm
index 91f0ce8..be672e1 100644
--- a/local_conf/TreeData.pm
+++ b/local_conf/TreeData.pm
@@ -231,22 +231,22 @@ $VERSION = '#tinder_version#';
                    branch => 'master',
                    VCS  => 'GIT',
                   },
-            'libreoffice-4-1' =>  {
+            'libreoffice-4-3' =>  {
                    root => 'git://anongit.freedesktop.org/git/libreoffice/core',
                    module => 'all',
-                   branch => 'libreoffice-4-1',
+                   branch => 'libreoffice-4-3',
                    VCS  => 'GIT',
                   },
-            'libreoffice-4-2' =>  {
+            'libreoffice-4-4' =>  {
                    root => 'git://anongit.freedesktop.org/git/libreoffice/core',
                    module => 'all',
-                   branch => 'libreoffice-4-2',
+                   branch => 'libreoffice-4-4',
                    VCS  => 'GIT',
                   },
-            'libreoffice-4-3' =>  {
+            'libreoffice-5-0' =>  {
                    root => 'git://anongit.freedesktop.org/git/libreoffice/core',
                    module => 'all',
-                   branch => 'libreoffice-4-3',
+                   branch => 'libreoffice-5-0',
                    VCS  => 'GIT',
                   },
            );


More information about the Libreoffice-commits mailing list