[yum-commits] Branch 'yum-3_2_X' - bin/yum.py Makefile

skvidal at osuosl.org skvidal at osuosl.org
Mon Jan 4 16:48:02 UTC 2010


 Makefile   |    4 ++--
 bin/yum.py |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit c9bf66faa358f2cde650e637b69d95cb8842342f
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Mon Jan 4 11:47:49 2010 -0500

    move some wiki.linux.duke.edu references to baseurl.org

diff --git a/Makefile b/Makefile
index aba6eb2..f1921d0 100644
--- a/Makefile
+++ b/Makefile
@@ -78,8 +78,8 @@ _archive:
 	@rm -rf ${PKGNAME}-%{VERSION}.tar.gz
 	@rm -rf /tmp/${PKGNAME}-$(VERSION) /tmp/${PKGNAME}
 	@dir=$$PWD; cd /tmp; cp -a $$dir ${PKGNAME}
-	lynx -dump 'http://wiki.linux.duke.edu/WritingYumPlugins?action=print' > /tmp/${PKGNAME}/PLUGINS
-	lynx -dump 'http://wiki.linux.duke.edu/YumFaq?action=print' > /tmp/${PKGNAME}/FAQ
+	lynx -dump 'http://yum.baseurl.org/wiki/WritingYumPlugins?format=txt' > /tmp/${PKGNAME}/PLUGINS
+	lynx -dump 'http://yum.baseurl.org/wiki/Faq?format=txt' > /tmp/${PKGNAME}/FAQ
 	@rm -f /tmp/${PKGNAME}/$(remove_spec)
 	@rm -rf /tmp/${PKGNAME}/.git
 	@mv /tmp/${PKGNAME} /tmp/${PKGNAME}-$(VERSION)
diff --git a/bin/yum.py b/bin/yum.py
index 112cfad..7ccee31 100755
--- a/bin/yum.py
+++ b/bin/yum.py
@@ -18,7 +18,7 @@ current version of Python, which is:
 
 If you cannot solve this problem yourself, please go to 
 the yum faq at:
-  http://wiki.linux.duke.edu/YumFaq
+  http://yum.baseurl.org/wiki/Faq
   
 """ % (sys.exc_value, sys.version)
     sys.exit(1)


More information about the Yum-commits mailing list