summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtb/tb3
-rw-r--r--tb/tb_internals.sh3
2 files changed, 5 insertions, 1 deletions
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@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@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@gimli.documentfoundation.org"
TB_POLL_DELAY=120
TB_POST_BUILD_DELAY=15
TB_BIBISECT=0