Sun, 12 May 2024 16:11:35 UTC | login

Information for build copr-rpmbuild-0.42-1.fc33

ID188089
Package Namecopr-rpmbuild
Version0.42
Release1.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/copr-rpmbuild.git#26b5fcf6c365b7080cf6dc36461143e6eb3472da
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
StartedFri, 27 Nov 2020 14:25:52 UTC
CompletedFri, 27 Nov 2020 14:56:11 UTC
Taskbuild (f33, /rpms/copr-rpmbuild.git:26b5fcf6c365b7080cf6dc36461143e6eb3472da)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/copr-rpmbuild.git#26b5fcf6c365b7080cf6dc36461143e6eb3472da'}}
Tags
f33
RPMs
src
copr-rpmbuild-0.42-1.fc33.src.rpm (info) (download)
riscv64
copr-builder-0.42-1.fc33.riscv64.rpm (info) (download)
copr-distgit-client-0.42-1.fc33.riscv64.rpm (info) (download)
copr-rpmbuild-0.42-1.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Thu Nov 12 2020 Pavel Raiskup <praiskup@redhat.com> 0.42-1 - require podman on all builders - move the whole copr-distgit-client below copr-builder - git module name to define the lookaside download url * Wed Nov 11 2020 Pavel Raiskup <praiskup@redhat.com> 0.41-1 - non-dev version and release * Mon Nov 09 2020 Jakub Kadlcik <frostyx@email.cz> 0.40.2.dev-1 - rpmbuild: fix chroot_scan copying - rpmbuild: fix mock --buildsrpm option - rpmbuild: set Vendor metadata for builds - rpmbuild: use mock --srpmbuild for spec file uploads - frontend, cli, python, rpmbuild: better bootstrap config - beaker-tests, cli, frontend, python, rpmbuild: add option to config bootstrap - all: run pytest with -vv in package build - rpmbuild: disable source fetch for the dist-git method - rpmbuild: catch FileNotFound on el6 correctly - rpmbuild: drop SourceType and rely on BuildSourceEnum - common, cli, python, rpmbuild, frontend, backend: DistGit source method - rpmbuild: fix Provider class design - rpmbuild: inform about testsuite coverage * Mon Aug 10 2020 Pavel Raiskup <praiskup@redhat.com> 0.40-1 - provide the "dynamic" %buildtag - define config_opts['root'] mock config for make srpm method * Tue Jun 09 2020 Pavel Raiskup <praiskup@redhat.com> 0.39-1 - more work delegate to builder scripts from backend - don't delete the "old" .rpmnew files - fix macro in comment (rpmlint) * Fri Apr 03 2020 Pavel Raiskup <praiskup@redhat.com> 0.38-1 - do not scrub mock caches, to re-use dnf/yum caches - scrub chroot and bootstrap chroot when build is done - invent /etc/copr-rpmbuild/mock-config-overrides config dir - print human friendly error for nonexisting subdirectory - less verbose error output * Wed Feb 19 2020 Pavel Raiskup <praiskup@redhat.com> 0.37-1 - add tests that we properly cleanup tmp directories - mock 2.0: config s/use_bootstrap_container/use_bootstrap/ - mock 2.0: disable bootstrap chroot for make_srpm method - put complete set of mock configs to resultdir, in tarball - mock 2.0: use dnf.conf/yum.conf automatically - make sure builders have the latest libsolv * Thu Feb 06 2020 Pavel Raiskup <praiskup@redhat.com> 0.36-1 - do not fail if we can not remove temporary we created * Wed Feb 05 2020 Pavel Raiskup <praiskup@redhat.com> 0.35-1 - mock config - module_enable needs to be an array - catch FileExistsError in python2 compatible manner * Wed Feb 05 2020 Pavel Raiskup <praiskup@redhat.com> 0.34-1 - don't create unnecessary tmp directory - prefix the name of all copr-rpmbuild temporary directory - properly cleanup after obtaining sources, and build failure - add support for mock's module_enable * Fri Dec 06 2019 Pavel Raiskup <praiskup@redhat.com> 0.33-1 - rpmbuild: skip_if_unavailable=1 for non-ACR projects * Wed Dec 04 2019 Pavel Raiskup <praiskup@redhat.com> 0.32-1 - fix custom method for F31's nspawn (--console=pipe is not default) - buildrequires: add qemu-user-static for building armhfp - module_hotfixes support - define %copr_username again on copr builders - skip_if_unavailable=False for copr_base * Wed Jul 31 2019 Pavel Raiskup <praiskup@redhat.com> 0.31-1 - rpmbuild: make sure librepo/libdnf is always up2date * Mon Jul 29 2019 Pavel Raiskup <praiskup@redhat.com> 0.30-1 - drop SCM parameters from copr-rpmbuild - implement --task-file and --task-url parameters (issue#517) * Fri Jun 07 2019 Pavel Raiskup <praiskup@redhat.com> 0.29-1 - clean /var/cache/mock automatically * Mon May 27 2019 Pavel Raiskup <praiskup@redhat.com> 0.28-1 - don't use --private-users=pick * Mon May 20 2019 Pavel Raiskup <praiskup@redhat.com> 0.27-1 - enforce use_host_resolv - require even nosync.i686 * Tue May 14 2019 Pavel Raiskup <praiskup@redhat.com> 0.26-1 - [rpmbuild] ansible_python_interpreter: /usr/bin/python3 - [rpmbuild] install dnf-utils instead of yum-utils on Fedora - [rpmbuild] builder: document some of the requires - [rpmbuild] builder: merge dependencies from playbooks - [rpmbuild] don't define %_disable_source_fetch - [rpmbuild] use six.moves.urllib.parse - [rpmbuild] download srpm/spec if url contains query string * Wed Apr 24 2019 Jakub Kadlčík <frostyx@email.cz> 0.25-1 - remove dependency on python3-configparser * Thu Jan 10 2019 Miroslav Suchý <msuchy@redhat.com> 0.24-1 - create copr-rpmbuild-all subpackage - Fix `copr-cli mock-config` after switching to APIv3 by preprocessing repos on frontend - add python-srpm-macros - print nice error when suggested package is not installed - tito and rpkg should be required only by copr-builder - create copr-builder - let mock rootdir generation on clients - rename repos 'url' attribute to 'baseurl' - provide repo_id in project chroot build config - Allow per-package chroot-blacklisting by wildcard patterns - preprocess repo URLs on frontend - revert back Suggests - drop "downloading" state - allow blacklisting packages from chroots