Changelog for
copr-backend-doc-1.118.git.2.74f5e274-2.fc30.noarch.rpm :
* Thu Jan 31 2019 Fedora Release Engineering
- 1.118.git.2.74f5e274-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Thu Aug 23 2018 clime 1.118-1- fix logging exception- send proper arguments for rawhide_to_release- packaging: Python 2/3, RHEL/Fedora fixes
* Mon Aug 06 2018 clime 1.117-1- None task protection- pagure integration- use manual .pyc file generation- remove unused imports, ad. pr#327- resolving pylint warnings- for py3 use unittest.mock- fix msgbus ContentType to application/json
* Fri May 18 2018 clime 1.116-1- fix #291 forks are incomplete- log more information about incoming actions- preparation for opensuse-leap-15.0-x86_64
* Thu Apr 26 2018 Dominik Turecek 1.115-1- rpkg deployment into COPR - containers + releng continuation- fix pagure bugs #269, #273, #221 and #268- cleanup in test_helpers, one test added- change order of args in StrictRedis call- add comment about expected usage of the copr_log_hitcounter script- try to send hit data to frontend several times fromcopr_log_hitcounter
* Mon Feb 26 2018 clime 1.114-1- add possibility for copr_log_hitcounter to ignore multiple subnets
* Fri Feb 23 2018 clime 1.113-1- original builder deprecation- remove Group tag
* Mon Feb 19 2018 clime 1.112-1- Shebangs cleanup- escapes in changelogs
* Sun Feb 18 2018 clime 1.111-1- use netaddr instead of IPy module- sleep after each load_jobs iteration- python3 conversion- UMB: adding content type- add source_status field for Builds- generate module artifacts rpms- the rsync log is actually renderred directly into result dir now- mockchain.log renamed to backend.log- pg#192 missing records in mockchain.log- enable running tests in spec file- enable and update vmmamanger tests, fix three minor bugs in the manager- frontend now presents the whole job queue state to backend- copy only module builds into the repo directory
* Wed Dec 20 2017 clime 1.110-1- exception handling for hit counting when IP address cannot be parsed
* Mon Dec 18 2017 Dominik Turecek 1.109-1- terminate also \'in_use\' builders if health checks have failed- make --detached the last arg for copr-rpmbuild- update copr_log_hitcounter to check ip against ignored pattern- new msg bus options - disable DNF makecache timer/service- fix message duplication for multi-bus scenario
* Thu Nov 16 2017 Miroslav Suchý 1.108-1- optimize createrepo_c- Revert \"[backend] remove --ignore-lock from createrepo_c\"
* Thu Nov 09 2017 clime 1.107-1- kill all processes in copr-rpmbuild\'s process group- add --drop-resultdir switch to copr-rpmbuild call- release_vm immediately after VM is no longer needed- remove --ignore-lock from createrepo_c
* Wed Oct 18 2017 clime 1.106-1- run copr-rpmbuild with --verbose option
* Wed Sep 27 2017 clime 1.105-1- remove uneeded yum dep
* Tue Sep 26 2017 clime 1.104-1- update copr-rpmbuild command for the new options- change arguments to build_id and chroot- #128 AppStream data collection vetoes addons- fix rpm download stats collection- module-stuff update
* Fri Sep 15 2017 clime 1.103-1- update fedora image version to 26- fixes for recent code
* Thu Sep 07 2017 clime 1.102-1- srpms are now being built from upstream on builders
* Wed Jun 14 2017 clime 1.101-1- remove unused helpers.run_ssh + function spacing fixup- cancel-build action fix
* Fri Jun 09 2017 clime 1.100-1- extend check for a builder package present on a builder machine- arbitrary dist-git branching- remove --add-cache-id from appstream-builder call, see Bug 1426166- change to using a standalone builder package
* Wed May 03 2017 clime 1.99-1- missing on_success_build call added back to sign packages and recreate repo after each build
* Mon Apr 24 2017 clime 1.98-1- Bug 1444804 - Logs are not present for failed builds
* Wed Apr 19 2017 clime 1.97-1- do not condrestart optional logstash service- standalone builder option- build reattaching after copr-backend(-build) service restart- live mockchain log- use openssh instead of paramiko- update cleanup_vm_nova script- remove buggy logging- removed Sphinx as a dependency...- verbose log everything we have about failed playbook- replace fedorahosted links- make systemd services out of ActionDispatcher and BuildDispatcher