From: Jaben Carsey <jaben.carsey@intel.com>
To: edk2-devel@lists.01.org
Cc: Daryl McDaniel <edk2-lists@mc2research.org>
Subject: [Patch] AppPkg: Update email and URL.
Date: Mon, 24 Oct 2016 09:32:08 -0700 [thread overview]
Message-ID: <f244620e7443107f44acd72dab59eef43543eff4.1477326658.git.jaben.carsey@intel.com> (raw)
CC: Daryl McDaniel <edk2-lists@mc2research.org>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
---
AppPkg/Applications/Python/Ia32/pyconfig.h | 4 ++--
AppPkg/Applications/Python/Ipf/pyconfig.h | 4 ++--
AppPkg/Applications/Python/Python-2.7.10/Ia32/pyconfig.h | 2 +-
AppPkg/Applications/Python/Python-2.7.10/X64/pyconfig.h | 2 +-
AppPkg/Applications/Python/X64/pyconfig.h | 2 +-
5 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/AppPkg/Applications/Python/Ia32/pyconfig.h b/AppPkg/Applications/Python/Ia32/pyconfig.h
index 7970f14..6a53801 100644
--- a/AppPkg/Applications/Python/Ia32/pyconfig.h
+++ b/AppPkg/Applications/Python/Ia32/pyconfig.h
@@ -932,7 +932,7 @@
#undef MVWDELCH_IS_EXPRESSION
/* Define to the address where bug reports for this package should be sent. */
-#define PACKAGE_BUGREPORT "edk2-devel@lists.sourceforge.net"
+#define PACKAGE_BUGREPORT "edk2-devel@lists.01.org"
/* Define to the full name of this package. */
#define PACKAGE_NAME "EDK II Python Package"
@@ -944,7 +944,7 @@
#define PACKAGE_TARNAME "EADK_Python"
/* Define to the home page for this package. */
-#define PACKAGE_URL "http://edk2.tianocore.org/toolkit/python"
+#define PACKAGE_URL "https://github.com/tianocore/edk2/tree/master/AppPkg/Applications/Python"
/* Define to the version of this package. */
#define PACKAGE_VERSION "V0.8"
diff --git a/AppPkg/Applications/Python/Ipf/pyconfig.h b/AppPkg/Applications/Python/Ipf/pyconfig.h
index 5b06024..fe723a2 100644
--- a/AppPkg/Applications/Python/Ipf/pyconfig.h
+++ b/AppPkg/Applications/Python/Ipf/pyconfig.h
@@ -928,7 +928,7 @@
#undef MVWDELCH_IS_EXPRESSION
/* Define to the address where bug reports for this package should be sent. */
-#define PACKAGE_BUGREPORT "edk2-devel@lists.sourceforge.net"
+#define PACKAGE_BUGREPORT "edk2-devel@lists.01.org"
/* Define to the full name of this package. */
#define PACKAGE_NAME "EDK II Python Package"
@@ -940,7 +940,7 @@
#define PACKAGE_TARNAME "EADK_Python"
/* Define to the home page for this package. */
-#define PACKAGE_URL "http://edk2.tianocore.org/toolkit/python"
+#define PACKAGE_URL "https://github.com/tianocore/edk2/tree/master/AppPkg/Applications/Python"
/* Define to the version of this package. */
#define PACKAGE_VERSION "V0.8"
diff --git a/AppPkg/Applications/Python/Python-2.7.10/Ia32/pyconfig.h b/AppPkg/Applications/Python/Python-2.7.10/Ia32/pyconfig.h
index b86cfa5..2f00eac 100644
--- a/AppPkg/Applications/Python/Python-2.7.10/Ia32/pyconfig.h
+++ b/AppPkg/Applications/Python/Python-2.7.10/Ia32/pyconfig.h
@@ -983,7 +983,7 @@
#define PACKAGE_TARNAME "EADK_Python"
/* Define to the home page for this package. */
-#define PACKAGE_URL "http://edk2.tianocore.org/"
+#define PACKAGE_URL "http://www.tianocore.org/"
/* Define to the version of this package. */
#define PACKAGE_VERSION "V0.1"
diff --git a/AppPkg/Applications/Python/Python-2.7.10/X64/pyconfig.h b/AppPkg/Applications/Python/Python-2.7.10/X64/pyconfig.h
index 4b08254..dfe798b 100644
--- a/AppPkg/Applications/Python/Python-2.7.10/X64/pyconfig.h
+++ b/AppPkg/Applications/Python/Python-2.7.10/X64/pyconfig.h
@@ -982,7 +982,7 @@
#define PACKAGE_TARNAME "EADK_Python"
/* Define to the home page for this package. */
-#define PACKAGE_URL "http://edk2.tianocore.org/"
+#define PACKAGE_URL "http://www.tianocore.org/"
/* Define to the version of this package. */
#define PACKAGE_VERSION "V0.1"
diff --git a/AppPkg/Applications/Python/X64/pyconfig.h b/AppPkg/Applications/Python/X64/pyconfig.h
index 325c0cb..129c362 100644
--- a/AppPkg/Applications/Python/X64/pyconfig.h
+++ b/AppPkg/Applications/Python/X64/pyconfig.h
@@ -984,7 +984,7 @@
#define PACKAGE_TARNAME "EADK_Python"
/* Define to the home page for this package. */
-#define PACKAGE_URL "http://edk2.tianocore.org/"
+#define PACKAGE_URL "http://www.tianocore.org/"
/* Define to the version of this package. */
#define PACKAGE_VERSION "V0.1"
--
2.7.2.windows.1
next reply other threads:[~2016-10-24 16:32 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-24 16:32 Jaben Carsey [this message]
2016-10-25 1:58 ` [Patch] AppPkg: Update email and URL Zhu, Yonghong
2016-10-25 16:53 ` Carsey, Jaben
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=f244620e7443107f44acd72dab59eef43543eff4.1477326658.git.jaben.carsey@intel.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox