↵ Return to the main page of copr-backend-doc
View build
Search for updates
Package Info
🠗 Changelog
🠗 Provides
🠗 Files
Date | Author | Change |
---|---|---|
2025-03-26 | Pavel Raiskup <praiskup at redhat dot com> 2.3-1 | - lighttpd-filesystem provides group(lighttpd) on F42+ only |
2025-03-26 | Pavel Raiskup <praiskup at redhat dot com> 2.2-1 | - Add sysusers.d config file to allow rpm to create users/groups automatically - unify bindir and sbindir - lock the pulp-redirect.txt file - add HTTP redirect for new Pulp projects - fix FTBFS in openEuler 24.03 LTS - create HTTP redirects for migrated projects - fix pylint - Too many local variables - migrate os.listdir() to os.scandir() to increase performance - add resalloc ticket info to backend.log - drop unused attributes in RemoteHost class - per-arch/per-owner limit fixed - fix createrepo action for Pulp CoprDirs - add test-case for CoprDir's BuildJob.chroot_dir - add script to migrate existing build results to Pulp - typo in the per arch+owner limit option documentation - resultdir-cleaner: remove old appstream failures - copr-backend-resultdir-cleaner logs into config["log_dir"] - copr-backend-resultdir-cleaner to skip module dirs - manpage for copr-backend-resultdir-cleaner && logger fix - allow using crt+key pair for Pulp authentication |
2024-10-22 | Jakub Kadlcik <frostyx at email dot cz> 2.1-1 | - Activate Red Hat subscription on demand - Fix copr-backend-unknown-resalloc-tickets |
2024-10-02 | Jiri Kyjovsky <j1 dot kyjovsky at gmail dot com> 2.0-1 | - Implement project, build, chroot deletion and creation in Pulp - Fix timeout fail-safe in case copr-rpmbuild hangs up - Remove fake jobs and pass specific arguments to storage calls - Add support for Pulp - Improve logging for expiring user SSH builders |
2024-05-21 | Jakub Kadlcik <frostyx at email dot cz> 1.177-1 | - Multiple attempts to create repository before giving up - Run rawhide-to-release for all CoprDirs - Remove static methods from tests |
2024-03-16 | Pavel Raiskup <praiskup at redhat dot com> 1.176-1 | - print user SSH instructions before the build starts |
2024-03-04 | Pavel Raiskup <praiskup at redhat dot com> 1.175-1 | - call correct (renamed) _discard_running_worker() internal method |
2024-03-01 | Pavel Raiskup <praiskup at redhat dot com> 1.174-1 | - allow user SSH to builders - drop ActionResult and use BackendResultEnum from copr-common - replace backend-specific ActionType with ActionTypeEnum from copr-common - limit the stdout/stderr of ssh.run_expensive() commands - backend now periodically checks if the resalloc ticket isn't failed - keep logs 6 weeks instead of 13 - rename dispatcher scripts |
2023-11-23 | Pavel Raiskup <praiskup at redhat dot 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 |
2023-08-15 | Pavel Raiskup <praiskup at redhat dot 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 |