Sun, 05 May 2024 07:29:15 UTC | login

Information for build copr-rpmbuild-0.72-1.fc40

ID304077
Package Namecopr-rpmbuild
Version0.72
Release1.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/copr-rpmbuild.git#7110e9affea96ae696260e98ac4be7657f08778d
SummaryRun COPR build tasks
DescriptionProvides command capable of running COPR build-tasks. Example: copr-rpmbuild 12345-epel-7-x86_64 will locally build build-id 12345 for chroot epel-7-x86_64.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 10 Apr 2024 15:54:46 UTC
CompletedWed, 10 Apr 2024 16:58:32 UTC
Taskbuild (f40, /rpms/copr-rpmbuild.git:7110e9affea96ae696260e98ac4be7657f08778d)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/copr-rpmbuild.git#7110e9affea96ae696260e98ac4be7657f08778d'}}
Tags
f40
RPMs
src
copr-rpmbuild-0.72-1.fc40.src.rpm (info) (download)
riscv64
copr-builder-0.72-1.fc40.riscv64.rpm (info) (download)
copr-distgit-client-0.72-1.fc40.riscv64.rpm (info) (download)
copr-rpmbuild-0.72-1.fc40.riscv64.rpm (info) (download)
Logs
riscv64
state.log
hw_info.log
build.log
root.log
mock_output.log
Changelog * Sat Mar 16 2024 Pavel Raiskup <praiskup@redhat.com> 0.72-1 - don't clean after builds with user ssh access * Fri Mar 01 2024 Pavel Raiskup <praiskup@redhat.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 * Thu Nov 23 2023 Pavel Raiskup <praiskup@redhat.com> 0.70-1 - collect and compress fedora-review logs after run - use Copr custom macros when parsing the specfile * Tue Aug 15 2023 Pavel Raiskup <praiskup@redhat.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 * Tue May 23 2023 Jakub Kadlcik <frostyx@email.cz> 0.68-1 - Fix python3-backoff dependency * Mon May 22 2023 Jakub Kadlcik <frostyx@email.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 * Tue Apr 04 2023 Jiri Kyjovsky <j1.kyjovsky@gmail.com> 0.66-1 - Ise 'git switch', not 'git checkout' * Wed Mar 22 2023 Jiri Kyjovsky <j1.kyjovsky@gmail.com> 0.65-1 - Add basic "clone" method - Define some copr-specific environment variables * Wed Jan 25 2023 Jakub Kadlcik <frostyx@email.cz> 0.64-1 - Add runtime dependency for python-backoff * Tue Jan 24 2023 Jakub Kadlcik <frostyx@email.cz> 0.63-1 - Retry when copr-distgit is temporarily down - Don't print traceback for 404 errors on SRPM download - Decode URL encoded characters such as %5E into caret - Use SPDX license * Sat Nov 26 2022 Jakub Kadlcik <frostyx@email.cz> 0.62-1 - migrate from pipes to shlex - move to GitHub home page - use repos from task for custom method - switch to template for custom method - strip trailing / from clone url * Tue Aug 09 2022 Jakub Kadlcik <frostyx@email.cz> 0.61-1 - rpmbuild: specify some optional parameters for pyp2spec * Wed Jul 27 2022 Pavel Raiskup <praiskup@redhat.com> 0.60-1 - fix source build detection needed for %dist hacks * Tue Jul 26 2022 Jakub Kadlcik <frostyx@email.cz> 0.59-1 - Add support for pyp2spec generator - Define copr-specific macros for make_srpm method - Define copr-specific macros for custom builds - Determine SRPM builds by having source_type - Undefine %dist for SRPM builds - Build SRPM from DistGit even with missing sources - Drop an unused extract_srpm method * Tue Jun 21 2022 Jakub Kadlcik <frostyx@email.cz> 0.58-1 - Fix make_srpm with new git - Define copr-specific macros also for SRPM builds - SCM method to clone recursively * Mon Apr 11 2022 Jakub Kadlcik <frostyx@email.cz> 0.57-1 - Don't fail a build because of fedora-review - Require a new version of fedora-review tool * Fri Mar 18 2022 Pavel Raiskup <praiskup@redhat.com> 0.56-1 - copr-distgit-client: document the configuration for the dist-git subpackage - copr-distgit-client: add the centos-stream configuration - copr-distgit-client: new --forked-from option that allows builds from (any) forks - rpmbuild: support for remote refs in committish (PR#2049 and PR#2081)