Skip to content

Commit

Permalink
Automatic commit of package [copr-backend] release [1.173-1].
Browse files Browse the repository at this point in the history
Created by command:

/usr/bin/tito tag
  • Loading branch information
praiskup committed Nov 23, 2023
1 parent 048a0af commit e4f544d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tito/packages/copr-backend
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.172-1 backend/
1.173-1 backend/
16 changes: 15 additions & 1 deletion backend/copr-backend.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
%global copr_common_version 0.20.1.dev1

Name: copr-backend
Version: 1.172
Version: 1.173
Release: 1%{?dist}
Summary: Backend for Copr

Expand Down Expand Up @@ -238,6 +238,20 @@ useradd -r -g copr -G lighttpd -s /bin/bash -c "COPR user" copr
%exclude %{_pkgdocdir}/lighttpd

%changelog
* Thu Nov 23 2023 Pavel Raiskup <[email protected]> 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 <[email protected]> 1.172-1
- dump the /update/ payload to worker.log
- don't run external command(s) to collect built packages
Expand Down
2 changes: 1 addition & 1 deletion backend/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name='copr-backend',
version="1.172",
version="1.173",
description=__description__,
long_description=long_description,
author=__author__,
Expand Down

0 comments on commit e4f544d

Please sign in to comment.