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>
This commit is contained in:
parent
abffadf0ec
commit
3a0f8bdef3
@ -1,7 +1,7 @@
|
|||||||
## @file
|
## @file
|
||||||
# generate flash image
|
# generate flash image
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
|
# Copyright (c) 2007 - 2016, Intel Corporation. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# This program and the accompanying materials
|
# This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# are licensed and made available under the terms and conditions of the BSD License
|
||||||
@ -300,7 +300,7 @@ def main():
|
|||||||
"\nPython",
|
"\nPython",
|
||||||
CODE_ERROR,
|
CODE_ERROR,
|
||||||
"Tools code failure",
|
"Tools code failure",
|
||||||
ExtraData="Please send email to edk2-devel@lists.sourceforge.net for help, attaching following call stack trace!\n",
|
ExtraData="Please send email to edk2-devel@lists.01.org for help, attaching following call stack trace!\n",
|
||||||
RaiseError=False
|
RaiseError=False
|
||||||
)
|
)
|
||||||
EdkLogger.quiet(traceback.format_exc())
|
EdkLogger.quiet(traceback.format_exc())
|
||||||
|
@ -625,7 +625,7 @@ def Main():
|
|||||||
"\nTrim",
|
"\nTrim",
|
||||||
CODE_ERROR,
|
CODE_ERROR,
|
||||||
"Unknown fatal error when trimming [%s]" % InputFile,
|
"Unknown fatal error when trimming [%s]" % InputFile,
|
||||||
ExtraData="\n(Please send email to edk2-devel@lists.sourceforge.net for help, attaching following call stack trace!)\n",
|
ExtraData="\n(Please send email to edk2-devel@lists.01.org for help, attaching following call stack trace!)\n",
|
||||||
RaiseError=False
|
RaiseError=False
|
||||||
)
|
)
|
||||||
EdkLogger.quiet("(Python %s on %s) " % (platform.python_version(), sys.platform) + traceback.format_exc())
|
EdkLogger.quiet("(Python %s on %s) " % (platform.python_version(), sys.platform) + traceback.format_exc())
|
||||||
|
@ -323,7 +323,7 @@ MSG_NEW_FILE_NAME_FOR_DIST = _(
|
|||||||
MSG_UPDATE_PACKAGE_DATABASE = _("Update Distribution Package Database ...")
|
MSG_UPDATE_PACKAGE_DATABASE = _("Update Distribution Package Database ...")
|
||||||
MSG_PYTHON_ON = _("(Python %s on %s) ")
|
MSG_PYTHON_ON = _("(Python %s on %s) ")
|
||||||
MSG_SEARCH_FOR_HELP = _(
|
MSG_SEARCH_FOR_HELP = _(
|
||||||
"\n(Please send email to edk2-devel@lists.sourceforge.net for\n"
|
"\n(Please send email to edk2-devel@lists.01.org for\n"
|
||||||
" help, attach the following call stack trace.)\n")
|
" help, attach the following call stack trace.)\n")
|
||||||
MSG_REMOVE_TEMP_FILE_STARTED = _("Removing temp files started ... ")
|
MSG_REMOVE_TEMP_FILE_STARTED = _("Removing temp files started ... ")
|
||||||
MSG_REMOVE_TEMP_FILE_DONE = _("Removing temp files ... Done.")
|
MSG_REMOVE_TEMP_FILE_DONE = _("Removing temp files ... Done.")
|
||||||
|
@ -2092,7 +2092,7 @@ def Main():
|
|||||||
"\nbuild",
|
"\nbuild",
|
||||||
CODE_ERROR,
|
CODE_ERROR,
|
||||||
"Unknown fatal error when processing [%s]" % MetaFile,
|
"Unknown fatal error when processing [%s]" % MetaFile,
|
||||||
ExtraData="\n(Please send email to edk2-devel@lists.sourceforge.net for help, attaching following call stack trace!)\n",
|
ExtraData="\n(Please send email to edk2-devel@lists.01.org for help, attaching following call stack trace!)\n",
|
||||||
RaiseError=False
|
RaiseError=False
|
||||||
)
|
)
|
||||||
EdkLogger.quiet("(Python %s on %s) " % (platform.python_version(), sys.platform) + traceback.format_exc())
|
EdkLogger.quiet("(Python %s on %s) " % (platform.python_version(), sys.platform) + traceback.format_exc())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user