about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorZack Weinberg <zackw@panix.com>2017-02-16 16:57:35 -0500
committerZack Weinberg <zackw@panix.com>2017-02-16 19:04:11 -0500
commitf0166c1643038e0ca42d300ddae36c00f400f4cf (patch)
tree5195821eda43d6bc8e2429a07d33761f1ba10c30 /ChangeLog
parentceaa98897cb717685bb3b51a81d733b64340bb19 (diff)
downloadglibc-f0166c1643038e0ca42d300ddae36c00f400f4cf.tar.gz
glibc-f0166c1643038e0ca42d300ddae36c00f400f4cf.tar.xz
glibc-f0166c1643038e0ca42d300ddae36c00f400f4cf.zip
build-many-glibcs: don't crash if email is not configured
The 'bot-cycle' action for build-many-glibcs is a convenient way to
not have to remember all the steps in keeping a many-glibcs tree up
to date ... or it would be, if the script could send mail _optionally_.
Make it so by skipping the mail step if mail isn't configured.

	* scripts/build-many-glibcs.py (bot_build_mail):  If the
	bot_config does not contain all of the necessary email-
	related settings, just print a warning and continue.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 514753d9ec..17f9b165e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2017-02-16  Zack Weinberg  <zackw@panix.com>
 
+	* scripts/build-many-glibcs.py (bot_build_mail): If the
+	bot_config does not contain all of the necessary email-
+	related settings, just print a warning and continue.
+
+2017-02-16  Zack Weinberg  <zackw@panix.com>
+
 	* crypt/md5.h: Test _LIBC with #if defined, not #if.
 	* dirent/opendir-tst1.c: Include sys/stat.h.
 	* dirent/tst-fdopendir.c: Include sys/stat.h.