[Libreoffice-commits] buildbot.git: tb/tb tb/tb_internals.sh
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Jun 17 18:50:06 UTC 2019
tb/tb | 3 +++
tb/tb_internals.sh | 3 ++-
2 files changed, 5 insertions(+), 1 deletion(-)
New commits:
commit 776dfacac65eff820b6f986829067a338d2b62c9
Author: Andras Timar <andras.timar at collabora.com>
AuthorDate: Fri May 31 14:15:29 2019 +0200
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Mon Jun 17 20:49:49 2019 +0200
configurable tinderbox server email address
Change-Id: I3cfcc8e96d5e1cab99aa1f444a9516933c129af0
Reviewed-on: https://gerrit.libreoffice.org/73262
Reviewed-by: Andras Timar <andras.timar at collabora.com>
Tested-by: Andras Timar <andras.timar at collabora.com>
diff --git a/tb/tb b/tb/tb
index 46685cc..45a1a9e 100755
--- a/tb/tb
+++ b/tb/tb
@@ -173,6 +173,9 @@ TB_TINDERBOX_BRANCH=<name> Name associated with a branch on the tinderbox server
build report. The server only recognize a preset list of such names
and they do not necessarily match your local branch names.
This is a tb-mode only parameter. This is ignored in gerrit mode.
+TB_TINDERBOX_EMAIL=<email> Email address of the tinderbox server. By default it is
+ "tinderbox at gimli.documentfoundation.org".
+ This is a tb-mode only parameter. This is ignored in gerrit mode.
TB_TRIGGER_FILE=<absolute_filename> This is the location of a 'trigger' file.
If specified the existence of that file will be
tested, and a build for the associated branch
diff --git a/tb/tb_internals.sh b/tb/tb_internals.sh
index 7f7cc04..232977c 100644
--- a/tb/tb_internals.sh
+++ b/tb/tb_internals.sh
@@ -827,7 +827,7 @@ tinderbox: END
echo "$message_content" | send_mail_msg "${tb_BRANCH_AUTHOR}" "${subject?}" "${xtinder?}" '' "${gzlog}"
fi
else
- echo "$message_content" | send_mail_msg "tinderbox at gimli.documentfoundation.org" "${subject?}" "${xtinder?}" '' "${gzlog}"
+ echo "$message_content" | send_mail_msg "${TB_TINDERBOX_EMAIL?}" "${subject?}" "${xtinder?}" '' "${gzlog}"
fi
}
@@ -1223,6 +1223,7 @@ set_factory_default()
{
TB_INCREMENTAL=
TB_GERRIT_HOST="logerrit"
+ TB_TINDERBOX_EMAIL="tinderbox at gimli.documentfoundation.org"
TB_POLL_DELAY=120
TB_POST_BUILD_DELAY=15
TB_BIBISECT=0
More information about the Libreoffice-commits
mailing list