From 836acc1b13fe4772d6ca454d5932366566eef4de Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 20 Apr 2026 19:11:47 +0200 Subject: [PATCH] gitlab-ci: !1792 removed clint, stop manually installing on Fedora --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e6baa5e4..4ee84d84 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -492,7 +492,7 @@ fedora_latest: - dnf -y install --nobest --allowerasing *.rpm - ./setup.py sdist - useradd -m -c "test account" --password "fakepassword" testuser - - su testuser --login --command "cd `pwd`; $pip install --user dist/fdroidserver-*.tar.gz; $pip install --user clint; $pip install --user git+https://github.com/wbond/oscrypto.git@1547f535001ba568b239b8797465536759c742a3" + - su testuser --login --command "cd `pwd`; $pip install --user dist/fdroidserver-*.tar.gz; $pip install --user git+https://github.com/wbond/oscrypto.git@1547f535001ba568b239b8797465536759c742a3" - export OPENSSL_ENABLE_SHA1_SIGNATURES=1 - export OPENSSL_ENABLE_MD5_VERIFY=1 - test -e ~testuser/.local/share/locale/de/LC_MESSAGES/fdroidserver.mo