↵ Return to the main page of copr-backend-doc
View build
Search for updates
Package Info
🠗 Changelog
🠗 Provides
🠗 Files
| Date | Author | Change |
|---|---|---|
| 2026-06-04 | Python Maint <python dash maint at redhat dot com> - 2.13.hotfix.1-2 | - Rebuilt for Python 3.15 |
| 2026-06-02 | Jakub Kadlcik <frostyx at email dot cz> 2.13.hotfix.1-1 | - Revert setup.py change done by standard tito tagger |
| 2026-06-02 | Jakub Kadlcik <frostyx at email dot cz> 2.13.hotfix.0-1 | - Revert "backend: block all actions and builds for @copr/PyPI and @copr/PyPI3" |
| 2026-06-01 | Jiri Kyjovsky <j1 dot kyjovsky at gmail dot com> 2.13-1 | - Move HTTP redirect management to PulpStorage class - Create HTTP redirect for forked Pulp projects - Paginate add_content and delete_content requests to Pulp - Dump a backup of files uploaded to Pulp - Fix project prefix matching in Pulp repository removal - Integrate rpmeta for build time predictions - Delay rpmeta HW pools loading to prediction time |
| 2026-04-15 | Jakub Kadlcik <frostyx at email dot cz> 2.12-1 | - Modify pulp label filter for content queries - Cleanup backend-side metadata for PULP chroots - Don't convert projects with manual createrepo to PULP - Add change-storage support for persistent projects - Add prns to a repository, not pulp_hrefs - Query Pulp content for only 7 builds at a time - Better cancel-build logging - Initial Sentry integration - Don't run createrepo when forking Pulp projects - Extract Exclu*Arch/BuildArch for all targets - Fix download-build from PULP with --rpms - Implement persistent projects in Pulp - Dump copr-rpmbuild version in logs - Skip projects with comps enabled when migrating to pulp - Temporarily retain all repository packages - Info about the task that is being processed |
| 2025-12-09 | Jiri Kyjovsky <j1 dot kyjovsky at gmail dot com> 2.11-1 | - timeout= for requests was missing, use SafeRequest - copr_prune_results: bigger file limit - Move pulp-redirect.txt to persistent storage - Wait until both copr_base and copr_coprdir exist - Set user agent for Pulp requests to crc-pulp-client - Set longer timeout for Pulp file uploads - Fix deleting project from pulp - Drop requirement on pytz - Add Pagination for PulpClient.get_content - Implement chunked uploads to Pulp - Add option to migrate all projects for an owner |
| 2025-09-29 | Jakub Kadlcik <frostyx at email dot cz> 2.10-1 | - Don't run builds or actions in projects that are migrated to Pulp - Log conflicting NEVRAs when uploading - Drop support for building modules |
| 2025-09-24 | Jakub Kadlcik <frostyx at email dot cz> 2.9-1 | - Log the error message that we got from Pulp - Fix duplicate NEVRA error when migrating projects to Pulp - Fix sub-project handling in the copr-change-storage script |
| 2025-09-16 | Jakub Kadlcik <frostyx at email dot cz> 2.8-1 | - Don't traceback when trying to run branch action for second time - Implement branch-fedora support for Pulp projects - Add a helper script to query Pulp results - Handle unsuccessful Pulp requests - Don't upload results to Pulp in parallel |
| 2025-08-26 | Jakub Kadlcik <frostyx at email dot cz> 2.7-1 | - Specify reason for running createrepo - Implement support for Pulp manual createrepo - Improve robustness and cooperation with rpmbuild - Don't run createrepo_c for migrated projects - Implement Pulp forking - Fix Pulp builds for CoprDirs - Adds batching to add_content() and delete_content() in Pulp client. - Explicitly set home directory and shell for the user - Make sure every PULP api call is logged - Set retain_package_versions and retain_repo_versions on repositories - Fix race condition in BatchedCreaterepo - Stop using deprecated %py3_build/%py3_install macros - Remove el7 condition - Drop the 'Z' suffix from timestamp - Switch RPM upload to the synchronous API from pulp_rpm - Fix false-positive failures for build deletion - Fix ftbfs for deepcopy not able to handle itertools.count |