diff options
author | CoprDistGit <infra@openeuler.org> | 2025-02-21 07:52:17 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-02-21 07:52:17 +0000 |
commit | a4ed2f88f6a572607924da7bed3120469d0819bb (patch) | |
tree | 90c5a2b6389a16456b1d4b690810ad8b484987f6 | |
parent | 648c439e0ca39154cf8c3659d446f7b537c4fe53 (diff) |
automatic import of copr-backend
-rw-r--r-- | copr-backend.spec | 37 | ||||
-rw-r--r-- | sources | 4 |
2 files changed, 32 insertions, 9 deletions
diff --git a/copr-backend.spec b/copr-backend.spec index 1bfc8e6..3c24334 100644 --- a/copr-backend.spec +++ b/copr-backend.spec @@ -3,13 +3,13 @@ %endif %global prunerepo_version 1.20 -%global tests_version 2 +%global tests_version 5 %global tests_tar test-data-copr-backend -%global copr_common_version 0.16.4.dev +%global copr_common_version 0.20.1.dev1 Name: copr-backend -Version: 1.171 +Version: 1.173 Release: 1%{?dist} Summary: Backend for Copr @@ -56,6 +56,7 @@ BuildRequires: python3-retask BuildRequires: python3-setproctitle BuildRequires: python3-sphinx BuildRequires: python3-tabulate +BuildRequires: python3-zstandard BuildRequires: modulemd-tools >= 0.6 BuildRequires: prunerepo >= %prunerepo_version BuildRequires: dnf @@ -173,8 +174,6 @@ install -d %{buildroot}%{_sysconfdir}/logstash.d install -d %{buildroot}%{_datadir}/logstash/patterns/ cp -a conf/logstash/lighttpd.pattern %{buildroot}%{_datadir}/logstash/patterns/lighttpd.pattern -cp -a conf/playbooks %{buildroot}%{_pkgdocdir}/ - install -d %{buildroot}%{_pkgdocdir}/examples/%{_sysconfdir}/logstash.d cp -a conf/logstash/copr_backend.conf %{buildroot}%{_pkgdocdir}/examples/%{_sysconfdir}/logstash.d/copr_backend.conf @@ -217,7 +216,6 @@ useradd -r -g copr -G lighttpd -s /bin/bash -c "COPR user" copr %config(noreplace) %{_sysconfdir}/logrotate.d/copr-backend %dir %{_pkgdocdir} %doc %{_pkgdocdir}/lighttpd -%doc %{_pkgdocdir}/playbooks %dir %{_sysconfdir}/copr %config(noreplace) %attr(0640, root, copr) %{_sysconfdir}/copr/copr-be.conf %{_unitdir}/*.service @@ -238,9 +236,34 @@ useradd -r -g copr -G lighttpd -s /bin/bash -c "COPR user" copr %doc %{_pkgdocdir}/ %exclude %{_pkgdocdir}/lighttpd -%exclude %{_pkgdocdir}/playbooks %changelog +* Thu Nov 23 2023 Pavel Raiskup <praiskup@redhat.com> 1.173-1 +- enforce createrepo_c gzip compression (f39+ switched to zstd) +- self-identify the resalloc resource in logs +- dropping the documentary playbooks from copr-backend payload +- nicer unknown-resalloc-tickets output +- worker to not call keygen for source builds at all +- don't sign products of srpm-build +- longer timeout for fallback generating GPG keys after build +- recreate missing repodata so that prunerepo doesn't traceback +- use the rename HashWorkerLimit instead of GroupWorkerLimit +- provide per-arch & per-owner worker limit implemented +- collect and compress fedora-review logs after run +- react on staled SSH connections in some cases + +* Tue Aug 15 2023 Pavel Raiskup <praiskup@redhat.com> 1.172-1 +- dump the /update/ payload to worker.log +- don't run external command(s) to collect built packages +- don't eat the "build detail collecting" traceback +- fixes in the unknown-resalloc-tickets.py helper +- more careful format_evr() method +- fix tests for zst compression on F39+ +- log task dict in case of error returned from redis +- skip builds for ExcludeArch and "not" ExclusiveArch +- offload NEVRA (s)rpm parsing to copr-rpmbuild +- redis authentication support added + * Tue Jun 06 2023 Pavel Raiskup <praiskup@redhat.com> 1.171-1 - copr_prune_results.py: work-around the arg_max problem @@ -1,2 +1,2 @@ -9fa5f552d15334d9fce9b52d2e02bff9 copr-backend-1.171.tar.gz -a35697a68640fb4c0bcfef02a93eac63 test-data-copr-backend-2.tar.gz +5ed3646f3887a4ff1656c1f7a05d78eb copr-backend-1.173.tar.gz +c94d55e21a4935b3e62f673fbae65af2 test-data-copr-backend-5.tar.gz |