↵ Return to the main page of copr-builder
View build
Search for updates
Package Info (Data from x86_64 build)
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
Date | Author | Change |
---|---|---|
2024-10-02 | Jiri Kyjovsky <j1 dot kyjovsky at gmail dot com> 1.0-1 | - Specify snippets to mock config via copr-rpmbuild config file - Increase the custom method timeout to 90 minutes - Use new dist-git-client instead of copr one - Add diff.txt file for fedora review - When `copr-builder release` set timestamp 0 |
2024-05-21 | Jakub Kadlcik <frostyx at email dot cz> 0.73-1 | - Remove static methods from tests |
2024-03-16 | Pavel Raiskup <praiskup at redhat dot com> 0.72-1 | - don't clean after builds with user ssh access |
2024-03-01 | Pavel Raiskup <praiskup at redhat dot com> 0.71-1 | - don't set bootstrap_image_ready for rawhide - no Jinja-vars in config_opts keys (mock-core-configs 40.2 compat) - allow user SSH to builders - fix copr-rpmbuild --dump-configs - install copr-distgit-client with copr-rpmbuild |
2023-11-23 | Pavel Raiskup <praiskup at redhat dot com> 0.70-1 | - collect and compress fedora-review logs after run - use Copr custom macros when parsing the specfile |
2023-08-15 | Pavel Raiskup <praiskup at redhat dot com> 0.69-1 | - require python-specfile (in new enough) version, and use it for specfile parsing instead of parsing the metadata from SRPMs - make sure we have (also) the latest DNF5 on builders - override disttag macro to None - make sure detected epoch is int() or None - build RPMs in one Mock step, instead of two (SRPM and then RPM) - use Mock's bootstrap_image_ready for the custom build (Mock 5.0+ required) - store review.json generated by fedora-review into the result directory - better/more verbose logging in the results.json generator - drop dependency on simplejson - repeatedly try to download files from lookaside cache - moving the package NEVRA parsing to from backend here into copr-rpmbuild - priority=X support added for the Copr repository itself - query exclusivearch and excludearch from the specfile, and store into results.json |
2023-05-23 | Jakub Kadlcik <frostyx at email dot cz> 0.68-1 | - Fix python3-backoff dependency |
2023-05-22 | Jakub Kadlcik <frostyx at email dot cz> 0.67-1 | - Add loggs to python-backoff decorator - Set git.safe_directory as repo rootdir - Explain how to reproduce the build locally - Retry only git clone without checkouting - Use git checkout instead of switch but ignore files |
2023-04-04 | Jiri Kyjovsky <j1 dot kyjovsky at gmail dot com> 0.66-1 | - Ise 'git switch', not 'git checkout' |
2023-03-22 | Jiri Kyjovsky <j1 dot kyjovsky at gmail dot com> 0.65-1 | - Add basic "clone" method - Define some copr-specific environment variables |