[PATCH 2/2] Move the cli to use the production URL now

Pierre-Yves Chibon pingou at pingoured.fr
Sat Feb 9 19:39:53 UTC 2013


---

I'm still planning to move this into the configuration file but in the mean
while this allows us to move forward.


 copr_cli/main.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/copr_cli/main.py b/copr_cli/main.py
index 24118b7..a0c7a8a 100644
--- a/copr_cli/main.py
+++ b/copr_cli/main.py
@@ -12,7 +12,7 @@ from cliff.commandmanager import CommandManager
 __version__ = '0.1.0'
 __description__ = "CLI tool to run copr"
 
-copr_url = 'http://localhost:5000'
+copr_url = 'http://copr-fe.cloud.fedoraproject.org/'
 copr_api_url = '{0}/api'.format(copr_url)
 
 
-- 
1.8.1.2



More information about the copr-devel mailing list