Repository : http://git.fedorahosted.org/cgit/copr.git
On branch : master
commit ec87142ca1d2d6da0f9f2e3573c483476bfd2543 Author: Pierre-Yves Chibon pingou@pingoured.fr Date: Sat Feb 9 20:37:21 2013 +0100
Move the cli to use the production URL now
copr_cli/main.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
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)
copr-devel@lists.fedorahosted.org