[Libreoffice-commits] buildbot.git: tb/tb_internals.sh

Norbert Thiebaud nthiebaud at gmail.com
Sun May 19 18:54:06 PDT 2013


 tb/tb_internals.sh |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 3ea78127d61c6e8e24f04cdff6b0bd0fd7e8e856
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Sun May 19 20:53:42 2013 -0500

    tb: gerrit buildbot platform names are weird

diff --git a/tb/tb_internals.sh b/tb/tb_internals.sh
index f6d87f9..84a82ea 100644
--- a/tb/tb_internals.sh
+++ b/tb/tb_internals.sh
@@ -454,13 +454,13 @@ profile_gerrit_defaults()
         os=$(uname)
         case "$os" in
             *Linux*)
-                TB_GERRIT_PLATFORM="Linux"
+                TB_GERRIT_PLATFORM="LINUX"
                 ;;
             Darwin)
-                TB_GERRIT_PLATFORM="MacOSX"
+                TB_GERRIT_PLATFORM="MAC"
                 ;;
             CYGWIN*)
-                TB_GERRIT_PLATFORM="Windows"
+                TB_GERRIT_PLATFORM="WINDOWS"
                 ;;
         esac
         if [ -z "${TB_GERRIT_PLATFORM}" ] ; then


More information about the Libreoffice-commits mailing list