|
From: <qh...@us...> - 2010-02-24 03:27:19
|
Revision: 1891
http://edk2-buildtools.svn.sourceforge.net/edk2-buildtools/?rev=1891&view=rev
Author: qhuang8
Date: 2010-02-24 03:27:13 +0000 (Wed, 24 Feb 2010)
Log Message:
-----------
Update the build tools devel mail list in python source.
Modified Paths:
--------------
trunk/BaseTools/Source/Python/PackagingTool/InstallPkg.py
trunk/BaseTools/Source/Python/PackagingTool/MkPkg.py
trunk/BaseTools/Source/Python/PackagingTool/RmPkg.py
trunk/BaseTools/Source/Python/Trim/Trim.py
trunk/BaseTools/Source/Python/build/build.py
Modified: trunk/BaseTools/Source/Python/PackagingTool/InstallPkg.py
===================================================================
--- trunk/BaseTools/Source/Python/PackagingTool/InstallPkg.py 2010-02-24 03:16:52 UTC (rev 1890)
+++ trunk/BaseTools/Source/Python/PackagingTool/InstallPkg.py 2010-02-24 03:27:13 UTC (rev 1891)
@@ -288,7 +288,7 @@
"\nInstallPkg",
CODE_ERROR,
"Unknown fatal error when installing [%s]" % Options.PackageFile,
- ExtraData="\n(Please send email to de...@bu... for help, attaching following call stack trace!)\n",
+ ExtraData="\n(Please send email to edk...@li... for help, attaching following call stack trace!)\n",
RaiseError=False
)
EdkLogger.quiet("(Python %s on %s) " % (platform.python_version(), sys.platform) + traceback.format_exc())
Modified: trunk/BaseTools/Source/Python/PackagingTool/MkPkg.py
===================================================================
--- trunk/BaseTools/Source/Python/PackagingTool/MkPkg.py 2010-02-24 03:16:52 UTC (rev 1890)
+++ trunk/BaseTools/Source/Python/PackagingTool/MkPkg.py 2010-02-24 03:27:13 UTC (rev 1891)
@@ -281,7 +281,7 @@
"\nMkPkg",
CODE_ERROR,
"Unknown fatal error when creating [%s]" % Options.DistributionFile,
- ExtraData="\n(Please send email to de...@bu... for help, attaching following call stack trace!)\n",
+ ExtraData="\n(Please send email to edk...@li... for help, attaching following call stack trace!)\n",
RaiseError=False
)
EdkLogger.quiet("(Python %s on %s) " % (platform.python_version(), sys.platform) + traceback.format_exc())
Modified: trunk/BaseTools/Source/Python/PackagingTool/RmPkg.py
===================================================================
--- trunk/BaseTools/Source/Python/PackagingTool/RmPkg.py 2010-02-24 03:16:52 UTC (rev 1890)
+++ trunk/BaseTools/Source/Python/PackagingTool/RmPkg.py 2010-02-24 03:27:13 UTC (rev 1891)
@@ -206,7 +206,7 @@
"\nRmPkg",
CODE_ERROR,
"Unknown fatal error when removing package",
- ExtraData="\n(Please send email to de...@bu... for help, attaching following call stack trace!)\n",
+ ExtraData="\n(Please send email to edk...@li... for help, attaching following call stack trace!)\n",
RaiseError=False
)
EdkLogger.quiet("(Python %s on %s) " % (platform.python_version(), sys.platform) + traceback.format_exc())
Modified: trunk/BaseTools/Source/Python/Trim/Trim.py
===================================================================
--- trunk/BaseTools/Source/Python/Trim/Trim.py 2010-02-24 03:16:52 UTC (rev 1890)
+++ trunk/BaseTools/Source/Python/Trim/Trim.py 2010-02-24 03:27:13 UTC (rev 1891)
@@ -519,7 +519,7 @@
"\nTrim",
CODE_ERROR,
"Unknown fatal error when trimming [%s]" % InputFile,
- ExtraData="\n(Please send email to de...@bu... for help, attaching following call stack trace!)\n",
+ ExtraData="\n(Please send email to edk...@li... for help, attaching following call stack trace!)\n",
RaiseError=False
)
EdkLogger.quiet("(Python %s on %s) " % (platform.python_version(), sys.platform) + traceback.format_exc())
Modified: trunk/BaseTools/Source/Python/build/build.py
===================================================================
--- trunk/BaseTools/Source/Python/build/build.py 2010-02-24 03:16:52 UTC (rev 1890)
+++ trunk/BaseTools/Source/Python/build/build.py 2010-02-24 03:27:13 UTC (rev 1891)
@@ -1842,7 +1842,7 @@
"\nbuild",
CODE_ERROR,
"Unknown fatal error when processing [%s]" % MetaFile,
- ExtraData="\n(Please send email to de...@bu... for help, attaching following call stack trace!)\n",
+ ExtraData="\n(Please send email to edk...@li... for help, attaching following call stack trace!)\n",
RaiseError=False
)
EdkLogger.quiet("(Python %s on %s) " % (platform.python_version(), sys.platform) + traceback.format_exc())
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|