diff options
author | Fan, ZhijuX <zhijux.fan@intel.com> | 2019-05-21 10:06:52 +0800 |
---|---|---|
committer | Feng, Bob C <bob.c.feng@intel.com> | 2019-05-22 09:15:55 +0800 |
commit | c1387446edbb05a11e2646e4184585d58d47a7d6 (patch) | |
tree | a6e7b4b7307050354b8d4d9012cea992c0dd60b3 /BaseTools/Source/Python/UPT/ReplacePkg.py | |
parent | a7ef158b07524f9afd0cefa3180aeac0fcb6e436 (diff) | |
download | edk2-c1387446edbb05a11e2646e4184585d58d47a7d6.tar.gz edk2-c1387446edbb05a11e2646e4184585d58d47a7d6.tar.bz2 edk2-c1387446edbb05a11e2646e4184585d58d47a7d6.zip |
BaseTools:Update mailing list address in BaseTools error messages
BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=1815
The edk2 source tree contains four instances of the outdated mailing
list address "edk2-devel@lists.01.org".
I created a new variable, MSG_EDKII_MAIL_ADDR, to receive the
new email address and replaced the old one with this variable
Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Zhiju.Fan <zhijux.fan@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
Diffstat (limited to 'BaseTools/Source/Python/UPT/ReplacePkg.py')
-rw-r--r-- | BaseTools/Source/Python/UPT/ReplacePkg.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BaseTools/Source/Python/UPT/ReplacePkg.py b/BaseTools/Source/Python/UPT/ReplacePkg.py index 843f62159d..03b91dab84 100644 --- a/BaseTools/Source/Python/UPT/ReplacePkg.py +++ b/BaseTools/Source/Python/UPT/ReplacePkg.py @@ -81,7 +81,7 @@ def Main(Options = None): "\nReplacePkg",
CODE_ERROR,
ST.ERR_UNKNOWN_FATAL_REPLACE_ERR % (Options.PackFileToReplace, Options.PackFileToBeReplaced),
- ExtraData=ST.MSG_SEARCH_FOR_HELP,
+ ExtraData=ST.MSG_SEARCH_FOR_HELP % ST.MSG_EDKII_MAIL_ADDR,
RaiseError=False
)
Logger.Quiet(ST.MSG_PYTHON_ON % (python_version(),
|