Small patch to drop the stuff about Koji from the install guide, as fedfind doesn't need it any more.
--
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin . net
http://www.happyassassin.net
From b131fe1bcabf6c72ab373f55941b49600c492b0c Mon Sep 17 00:00:00 2001
From: Adam Williamson <awill...@redhat.com>
Date: Tue, 17 Feb 2015 10:48:25 -0800
Subject: [PATCH] drop koji stuff from install guide, no longer needed

fedfind doesn't need koji any more, so you don't have to bother
with that stuff.
---
 InstallGuide.txt | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/InstallGuide.txt b/InstallGuide.txt
index 2210f57..951bbe8 100644
--- a/InstallGuide.txt
+++ b/InstallGuide.txt
@@ -124,12 +124,7 @@ git clone https://www.happyassassin.net/cgit/wikitcms
 git clone https://www.happyassassin.net/cgit/relval
 git clone https://www.happyassassin.net/cgit/fedfind
 
-# koji python library is requred for fedfind, which is required by wikitcms, which is then needed by relval
-git clone https://git.fedorahosted.org/git/koji
-cd koji
-cp -a koji /usr/lib/python2.7/site-packages/ # nasty, but required ATM
-
-cd ../fedfind; python setup.py install
+cd fedfind; python setup.py install
 cd ../wikitcms; python setup.py install
 cd ../relval; python setup.py install
 
-- 
2.1.0

_______________________________________________
qa-devel mailing list
qa-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/qa-devel

Reply via email to