summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYonghong Zhu2016-02-28 20:32:07 -0600
committerYonghong Zhu2016-03-10 22:29:59 -0600
commit3a0f8bdef348a3afca72217d319bb1a8d8b1036a (patch)
treef8924c52151aaafd8e43d33166f930903629e81a
parentabffadf0ecde6763ceae1fa637629e23d2e9c8f6 (diff)
downloadti-edk2-3a0f8bdef348a3afca72217d319bb1a8d8b1036a.tar.gz
ti-edk2-3a0f8bdef348a3afca72217d319bb1a8d8b1036a.tar.xz
ti-edk2-3a0f8bdef348a3afca72217d319bb1a8d8b1036a.zip
BaseTools: update the mail address for stack trace info
Update the mail address from edk2-devel@lists.sourceforge.net to edk2-devel@lists.01.org. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Andrew Fish <afish@apple.com>
-rw-r--r--BaseTools/Source/Python/GenFds/GenFds.py4
-rw-r--r--BaseTools/Source/Python/Trim/Trim.py2
-rw-r--r--BaseTools/Source/Python/UPT/Logger/StringTable.py2
-rw-r--r--BaseTools/Source/Python/build/build.py2
4 files changed, 5 insertions, 5 deletions
diff --git a/BaseTools/Source/Python/GenFds/GenFds.py b/BaseTools/Source/Python/GenFds/GenFds.py
index 4fa4eda04..d97fc2813 100644
--- a/BaseTools/Source/Python/GenFds/GenFds.py
+++ b/BaseTools/Source/Python/GenFds/GenFds.py
@@ -1,7 +1,7 @@
1## @file 1## @file
2# generate flash image 2# generate flash image
3# 3#
4# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR> 4# Copyright (c) 2007 - 2016, Intel Corporation. All rights reserved.<BR>
5# 5#
6# This program and the accompanying materials 6# This program and the accompanying materials
7# are licensed and made available under the terms and conditions of the BSD License 7# are licensed and made available under the terms and conditions of the BSD License
@@ -300,7 +300,7 @@ def main():
300 "\nPython", 300 "\nPython",
301 CODE_ERROR, 301 CODE_ERROR,
302 "Tools code failure", 302 "Tools code failure",
303 ExtraData="Please send email to edk2-devel@lists.sourceforge.net for help, attaching following call stack trace!\n", 303 ExtraData="Please send email to edk2-devel@lists.01.org for help, attaching following call stack trace!\n",
304 RaiseError=False 304 RaiseError=False
305 ) 305 )
306 EdkLogger.quiet(traceback.format_exc()) 306 EdkLogger.quiet(traceback.format_exc())
diff --git a/BaseTools/Source/Python/Trim/Trim.py b/BaseTools/Source/Python/Trim/Trim.py
index e5fe730f2..9ccc0273c 100644
--- a/BaseTools/Source/Python/Trim/Trim.py
+++ b/BaseTools/Source/Python/Trim/Trim.py
@@ -625,7 +625,7 @@ def Main():
625 "\nTrim", 625 "\nTrim",
626 CODE_ERROR, 626 CODE_ERROR,
627 "Unknown fatal error when trimming [%s]" % InputFile, 627 "Unknown fatal error when trimming [%s]" % InputFile,
628 ExtraData="\n(Please send email to edk2-devel@lists.sourceforge.net for help, attaching following call stack trace!)\n", 628 ExtraData="\n(Please send email to edk2-devel@lists.01.org for help, attaching following call stack trace!)\n",
629 RaiseError=False 629 RaiseError=False
630 ) 630 )
631 EdkLogger.quiet("(Python %s on %s) " % (platform.python_version(), sys.platform) + traceback.format_exc()) 631 EdkLogger.quiet("(Python %s on %s) " % (platform.python_version(), sys.platform) + traceback.format_exc())
diff --git a/BaseTools/Source/Python/UPT/Logger/StringTable.py b/BaseTools/Source/Python/UPT/Logger/StringTable.py
index 0d4d26392..96f0e1cd6 100644
--- a/BaseTools/Source/Python/UPT/Logger/StringTable.py
+++ b/BaseTools/Source/Python/UPT/Logger/StringTable.py
@@ -323,7 +323,7 @@ MSG_NEW_FILE_NAME_FOR_DIST = _(
323MSG_UPDATE_PACKAGE_DATABASE = _("Update Distribution Package Database ...") 323MSG_UPDATE_PACKAGE_DATABASE = _("Update Distribution Package Database ...")
324MSG_PYTHON_ON = _("(Python %s on %s) ") 324MSG_PYTHON_ON = _("(Python %s on %s) ")
325MSG_SEARCH_FOR_HELP = _( 325MSG_SEARCH_FOR_HELP = _(
326 "\n(Please send email to edk2-devel@lists.sourceforge.net for\n" 326 "\n(Please send email to edk2-devel@lists.01.org for\n"
327 " help, attach the following call stack trace.)\n") 327 " help, attach the following call stack trace.)\n")
328MSG_REMOVE_TEMP_FILE_STARTED = _("Removing temp files started ... ") 328MSG_REMOVE_TEMP_FILE_STARTED = _("Removing temp files started ... ")
329MSG_REMOVE_TEMP_FILE_DONE = _("Removing temp files ... Done.") 329MSG_REMOVE_TEMP_FILE_DONE = _("Removing temp files ... Done.")
diff --git a/BaseTools/Source/Python/build/build.py b/BaseTools/Source/Python/build/build.py
index 5253cb48f..23ca76e82 100644
--- a/BaseTools/Source/Python/build/build.py
+++ b/BaseTools/Source/Python/build/build.py
@@ -2092,7 +2092,7 @@ def Main():
2092 "\nbuild", 2092 "\nbuild",
2093 CODE_ERROR, 2093 CODE_ERROR,
2094 "Unknown fatal error when processing [%s]" % MetaFile, 2094 "Unknown fatal error when processing [%s]" % MetaFile,
2095 ExtraData="\n(Please send email to edk2-devel@lists.sourceforge.net for help, attaching following call stack trace!)\n", 2095 ExtraData="\n(Please send email to edk2-devel@lists.01.org for help, attaching following call stack trace!)\n",
2096 RaiseError=False 2096 RaiseError=False
2097 ) 2097 )
2098 EdkLogger.quiet("(Python %s on %s) " % (platform.python_version(), sys.platform) + traceback.format_exc()) 2098 EdkLogger.quiet("(Python %s on %s) " % (platform.python_version(), sys.platform) + traceback.format_exc())