diff options
author | CoprDistGit <infra@openeuler.org> | 2025-02-21 06:28:13 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-02-21 06:28:13 +0000 |
commit | 648c439e0ca39154cf8c3659d446f7b537c4fe53 (patch) | |
tree | 8376c738f0e195f9dd5cbd89fa4ea3d8f2e0127c | |
parent | c5771dba585156100bb8b09e59309d0490dbfe9f (diff) |
automatic import of copr-backend
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | copr-backend.spec | 37 | ||||
-rw-r--r-- | sources | 4 |
3 files changed, 10 insertions, 32 deletions
@@ -2,3 +2,4 @@ /test-data-copr-backend-2.tar.gz /copr-backend-1.173.tar.gz /test-data-copr-backend-5.tar.gz +/copr-backend-1.171.tar.gz diff --git a/copr-backend.spec b/copr-backend.spec index 3c24334..1bfc8e6 100644 --- a/copr-backend.spec +++ b/copr-backend.spec @@ -3,13 +3,13 @@ %endif %global prunerepo_version 1.20 -%global tests_version 5 +%global tests_version 2 %global tests_tar test-data-copr-backend -%global copr_common_version 0.20.1.dev1 +%global copr_common_version 0.16.4.dev Name: copr-backend -Version: 1.173 +Version: 1.171 Release: 1%{?dist} Summary: Backend for Copr @@ -56,7 +56,6 @@ 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 @@ -174,6 +173,8 @@ 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 @@ -216,6 +217,7 @@ 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 @@ -236,34 +238,9 @@ 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 @@ -5ed3646f3887a4ff1656c1f7a05d78eb copr-backend-1.173.tar.gz -c94d55e21a4935b3e62f673fbae65af2 test-data-copr-backend-5.tar.gz +9fa5f552d15334d9fce9b52d2e02bff9 copr-backend-1.171.tar.gz +a35697a68640fb4c0bcfef02a93eac63 test-data-copr-backend-2.tar.gz |