Mon, 13 May 2024 08:09:50 UTC | login

Information for build copr-rpmbuild-0.29-1.fc31

ID87658
Package Namecopr-rpmbuild
Version0.29
Release1.fc31
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/copr-rpmbuild.git#5fe4821befdb3a1ea13c2e002d5fa3f912180a79
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
StartedThu, 11 Jul 2019 04:12:07 UTC
CompletedThu, 11 Jul 2019 05:05:43 UTC
Taskbuild (f31-candidate, /rpms/copr-rpmbuild.git:5fe4821befdb3a1ea13c2e002d5fa3f912180a79)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/copr-rpmbuild.git#5fe4821befdb3a1ea13c2e002d5fa3f912180a79'}}
Tags
f31
RPMs
src
copr-rpmbuild-0.29-1.fc31.src.rpm (info) (download)
riscv64
copr-builder-0.29-1.fc31.riscv64.rpm (info) (download)
copr-rpmbuild-0.29-1.fc31.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * 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 * Fri Oct 19 2018 Miroslav Suchý <msuchy@redhat.com> 0.23-1 - /usr/bin/env python3 -> /usr/bin/python3 - nicer live logs * Tue Sep 18 2018 clime <clime@redhat.com> 0.22-1 - make spec_template for pypi in build config optional - EPEL6 fixes - EPEL7 fixes - Merge #393 `use git_dir_archive instead of git_dir_pack` - handle non-existent chroot for given build-id - fix requests exception - add support for copr:// - generate some sane mock root param when --copr arg is used - add --copr arg to build/dump-configs against copr+chroot build defs - pg#251 Make it possible for user to select pyp2rpm template - --dump-configs option * Wed Aug 29 2018 clime <clime@redhat.com> 0.21-1 - [rpmbuild] add possibility to supply rpkg.conf in top-level scm dir - packaging: Python 2/3, RHEL/Fedora fixes * Mon Aug 06 2018 clime <clime@redhat.com> 0.20-1 - for py3 use unittest.mock, otherwise mock from python2-mock - avoid subprocess.communicate(timeout=..) - BlockingIOError, IOError -> OSError - hack for optional argparse subparser - fix shebang for epel7 - use fcntl.lockf (works with python 2.7, too) - make copr-rpmbuild installable/buildable on el7 * Fri May 18 2018 clime <clime@redhat.com> 0.19-1 - add --with/--without rpmbuild options for build chroot * Thu Apr 26 2018 Dominik Turecek <dturecek@redhat.com> 0.18-1 - rpkg deployment into COPR - containers + releng continuation - updates for latest upstream rpkg - update rpkg.conf.j2 to the latest rpkg version - s|/bin/env|/usr/bin/env| in shebang * Fri Feb 23 2018 clime <clime@redhat.com> 0.17-1 - remove unused requires and rename rpm-python3 to python3-rpm - switch copr-sources-custom to python3 shebang - keep tmpfs data mounted acros mock invocations for custom method * Mon Feb 19 2018 clime <clime@redhat.com> 0.16-1 - new custom source method * Sun Feb 18 2018 clime <clime@redhat.com> 0.15-1 - add support for fetch_sources_only in task defition - allow building rpms from srpms fetched by providers, - extend cmdline with scm submode - optionally set a priority for a repo - add test for create_rpmmacros + refactoring - allow only https and ftps protocols for source fetch * Thu Jan 11 2018 clime <clime@redhat.com> 0.14-1 - copy out dnf and yum logs when using mock - introspection and --version argument * Mon Dec 11 2017 clime <clime@redhat.com> 0.13-1 - update man pages - update help - exclude 'tests' in package auto-discovery - don't install additional stuff into bootstrap of custom buildroot - Bug 1514221 - Copr fails to clone the repository. Build fails. * Thu Nov 09 2017 clime <clime@redhat.com> 0.12-1 - fix get_mock_uniqueext call - fortify make_srpm - add '--private-users=pick' to make_srpm container to improve security - compatibility with rpkg-client-0.11 - add config for src.stg.fedoraproject.org into default rpmbuild config - fix download url for new rpkg-client version * Wed Oct 18 2017 clime <clime@redhat.com> 0.11-1 - provide option to root spec file path in SCM with '/' - fix exception raising in scm provider - make command debug info nicer - print task structure in the beginning even without -v - add listdir after srpm production - some Git backends do not support --depth - remove unused run method - checkout master by default - with limited depth, we need to clone with --no-single-branch - remove original perl script and mock config for it - remove no longer needed options from rpkg.conf.j2 - SCM source types unification - apply continuing line filtering from f4561c149893 - increase clone depth to address pag#129 SCM source type error * Tue Sep 26 2017 clime <clime@redhat.com> 0.10-1 - use https for copr frontend in default config - Make error message when the build task does not exist more user- friendly - add --build-id switch instead of positional argument - do not fail when lockfile does not exist - change arguments to build_id and chroot - remove lockfile import - remove unused requires: - remove unused variables in try-excepts - #138 FileExistsError: [Errno 17] File exists: '/var/lib/copr- rpmbuild/lockfile.lock' * Fri Sep 15 2017 clime <clime@redhat.com> 0.9-1 - copy spec file to the result dir to have a quick overview on the package * Thu Sep 14 2017 clime <clime@redhat.com> 0.8-1 - provide more verbose exception logging - take timeout into account - fix downstream/upstream condition - set also use_host_resolv to False if enable_net is False - when building rpms, prebuild srpm in mock chroot * Thu Sep 07 2017 clime <clime@redhat.com> 0.7-1 - rewrite to python - build-srpm from upstream ability added