From 8771c1891d1a7b8c583345970a5bc3c593589646 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: May 23 2018 15:00:56 +0000 Subject: [PATCH 1/2] Small flake8 fix Signed-off-by: Pierre-Yves Chibon --- diff --git a/pagure/ui/repo.py b/pagure/ui/repo.py index c4840b5..307adf7 100644 --- a/pagure/ui/repo.py +++ b/pagure/ui/repo.py @@ -70,7 +70,6 @@ from pagure.decorators import ( _log = logging.getLogger(__name__) - def get_git_url_ssh(): """ Return the GIT SSH URL to be displayed in the UI based on the content of the configuration file. From 413e2884a1f6e9fac75ce3b3f8a69edc6b0058be Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: May 23 2018 15:00:56 +0000 Subject: [PATCH 2/2] Install libgit2-devel in the CI worker Signed-off-by: Pierre-Yves Chibon --- diff --git a/run_ci_tests.sh b/run_ci_tests.sh index c467cd1..12753db 100755 --- a/run_ci_tests.sh +++ b/run_ci_tests.sh @@ -2,7 +2,7 @@ set -x yum install -y python-virtualenv python34 python34-devel \ gcc python-cryptography python34-cryptography \ - libgit2 python-pygit2 \ + libgit2 libgit2-devel python-pygit2 \ redis swig openssl-devel m2crypto \ python2-fedmsg python34-fedmsg-core fedmsg \ python-tox python-pip