SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for koji-containerbuild-0.7.2-1.fc25.noarch.rpm :

* Fri Feb 10 2017 Fedora Release Engineering - 0.6.6-4- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Tue Sep 06 2016 Adam Miller - 0.6.6-3- Conditionally fix epel7 python2 deps
* Tue Sep 06 2016 Adam Miller - 0.6.6-2- Fix python2 deps for packages that don\'t provide it yet
* Tue Sep 06 2016 Adam Miller - 0.6.6-1- Update to latest upstream- Remove no longer needed patch for pycurl calls
* Tue Jul 19 2016 Fedora Release Engineering - 0.6.3-2.2- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
* Mon Jul 18 2016 Adam Miller 0.6.3-1.2- Switch all python deps to be explicitly python2
* Thu Jun 02 2016 Adam Miller 0.6.3-1.1- Rebase popen patch on 0.6.3
* Thu Jun 02 2016 Brendan Reilly 0.6.3-1- Fix task result output (lucarvalAATTredhat.com)- Handle release parameter (lucarvalAATTredhat.com)
* Wed May 25 2016 Brendan Reilly 0.6.2-1- supply koji_task_id to osbs-client\'s create_build() (twaughAATTredhat.com)- no need to warn about build result not being JSON (twaughAATTredhat.com)- Use component label in nvr check (vrutkovsAATTredhat.com)- Don\'t check NVR for scratch builds and move nvr check closer to build object creation (vrutkovsAATTredhat.com)- Don\'t start the build if package with this NVR already has been built (vrutkovsAATTredhat.com)- Expose Koji CG build ID in CreateContainerTask (lucarvalAATTredhat.com)
* Fri May 13 2016 Adam Miller - 0.6.1-1.3- Handle logs properly in popen patch
* Mon Apr 25 2016 Adam Miller - 0.6.1-1.2- Fix patch for popen osbs cmd to get correct json output
* Mon Apr 25 2016 Adam Miller - 0.6.1-1.1- Add patch for popen osbs, fix deps for builder
* Mon Apr 11 2016 Brendan Reilly 0.6.1-1- Reinstate _get_repositories() method (fixes #35) (twaughAATTredhat.com)- Add back in bits required for streaming logs (fixes #33) (twaughAATTredhat.com)
* Thu Apr 07 2016 Brendan Reilly 0.6.0-1- remove un-necessary code for v2-only CG builds (maxamillionAATTfedoraproject.org)- runBuilds: add debug for arches (dennisAATTausil.us)- runBuilds make label unique and be able to build archfully (dennisAATTausil.us)- Build process documentation - quick and dirty (pbabincaAATTredhat.com)
* Mon Mar 14 2016 Pavol Babincak 0.5.7-1- Updated docs how to create a release (pbabincaAATTredhat.com)- add some post-install instructions (admillerAATTredhat.com)- incorporated new osbs api for compression fix (breillyAATTredhat.com)
* Tue Mar 08 2016 Pavol Babincak 0.5.6-1- Backport spec file from Fedora (pbabincaAATTredhat.com)- Include docs in MANIFEST.in (pbabincaAATTredhat.com)- Use .md extension for build architecture (pbabincaAATTredhat.com)- quickfix for downloads always being .tar (breillyAATTredhat.com)- Channel override in CLI (pbabincaAATTredhat.com)- Build process documentation - quick and dirty (pbabincaAATTredhat.com)
* Thu Feb 04 2016 Fedora Release Engineering - 0.5.5-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Fri Dec 04 2015 Pavol Babincak 0.5.5-1- Add README.rst to a release (pbabincaAATTredhat.com)- Use %global macro instead of %define one (pbabincaAATTredhat.com)- Require main package in subpackages to always install license file (pbabincaAATTredhat.com)- Add license directives to subpackages (pbabincaAATTredhat.com)
* Thu Dec 03 2015 Pavol Babincak 0.5.4-3- Simplify inclusion of python modules to get proper owners (pbabincaAATTredhat.com)- Explicit __python2 definitions on <=rhel6 (pbabincaAATTredhat.com)- Explicit use of python2 and BuildRequires on python2-devel (pbabincaAATTredhat.com)- %defattr macro isn\'t needed anymore (pbabincaAATTredhat.com)- Use %license tag for license on RHEL && RHEL <= 6 (pbabincaAATTredhat.com)- Fix permissions for CLI binary (pbabincaAATTredhat.com)- Wrap package descriptions to make rpmlint happy (pbabincaAATTredhat.com)- Replace Requires on osbs with osbs-client (pbabincaAATTredhat.com)- Remove koji Requires from the base package (pbabincaAATTredhat.com)- Replace koji-builder with koji dependency for cli subpackage (pbabincaAATTredhat.com)- Specify how release tarballs are created (pbabincaAATTredhat.com)- Use build system instead of buildsystem to make rpmlint happy (pbabincaAATTredhat.com)- Fix name macro in URL (pbabincaAATTredhat.com)
* Fri Nov 20 2015 Pavol Babincak 0.5.4-2- fix spec paths, libdir evals to /usr/lib64/ on 64-bit build hosts which is the wrong path for koji plugins (admillerAATTredhat.com)
* Fri Nov 20 2015 Pavol Babincak 0.5.4-1- Reinit curl after fork to properly process incremental logs (pbabincaAATTredhat.com)- Add support to new LABEL names and make architecture optional (pbabincaAATTredhat.com)- Fix serious issue: check external rpms for
*non
*scratch builds (pbabincaAATTredhat.com)- Catch errors raised by markExternalRPMs and raise it as koji.PostBuildError (pbabincaAATTredhat.com)- Get list of rpms and repositories only for successful builds (pbabincaAATTredhat.com)- Download image tarball only if build was successful (pbabincaAATTredhat.com)- Log list of all rpms from osbs response as formatted rpm list (pbabincaAATTredhat.com)- Refactor: get rpm packages to separate method (pbabincaAATTredhat.com)- Refactor: get docker repositories to separate method (pbabincaAATTredhat.com)- Fail only if build was successful and it haven\'t generated any tarball (pbabincaAATTredhat.com)- Improve log write related exception messages (pbabincaAATTredhat.com)- Raise ContainerError exceptions when something goes wrong with osbs logs (pbabincaAATTredhat.com)- Pass branch and push_url from opts to osbs\'s create_build() (pbabincaAATTredhat.com)- Uploader process check if child (which fetches logs) finished (pbabincaAATTredhat.com)- Overall docs about build architecture (pbabincaAATTredhat.com)- change log msg level to info (mikemAATTredhat.com)- Properly handle empty repositories in osbs response (pbabincaAATTredhat.com)- Wait between new connection/fetch logs (pbabincaAATTredhat.com)- Use get_build_name() instead of build_id to get osbs build id (pbabincaAATTredhat.com)
* Tue Jul 14 2015 Pavol Babincak 0.5.3-1- List repositories in status message of buildContainer task (pbabincaAATTredhat.com)- Print osbs build id in the error message about failed build (pbabincaAATTredhat.com)- If not exactly one image was built leave fail to parent (pbabincaAATTredhat.com)- Use DockerfileParser class from dockerfile_parse module for parsing (pbabincaAATTredhat.com)- Download docker logs at the end of the build (pbabincaAATTredhat.com)- Try fetch OSBS logs with follow and incrementally upload them (pbabincaAATTredhat.com)- If final tarball cannot be downloaded log error and continue (pbabincaAATTredhat.com)- Accept repo URLs in CLI and pass it in builder plugin to osbs (pbabincaAATTredhat.com)- Improve error message when there were unexpected number of builds (pbabincaAATTredhat.com)- Fix: correctly format string before passing to ContainerError (pbabincaAATTredhat.com)- Fix formatting of README.rst (pbabincaAATTredhat.com)
* Mon Jun 15 2015 Pavol Babincak 0.5.2-1- Use BZComponent LABEL instead of Name (pbabincaAATTredhat.com)
* Fri Jun 12 2015 Pavol Babincak 0.5.1-1- Explicit string conversion before urlgrabber.urlgrab() and more logging (pbabincaAATTredhat.com)- Explicitly set urlgrab ssl verify options which pycurl expects (pbabincaAATTredhat.com)
* Fri Jun 12 2015 Pavol Babincak 0.5.0-1- Read LABELs from Dockerfile (pbabincaAATTredhat.com)
* Fri Jun 12 2015 Pavol Babincak 0.4.0-1- Download container image via https (pbabincaAATTredhat.com)- Tag package (image) after successful build if not scratch (pbabincaAATTredhat.com)
* Tue Jun 09 2015 Pavol Babincak 0.3.1-1- Add missing import imp (pbabincaAATTredhat.com)
* Mon Jun 08 2015 Pavol Babincak 0.3.0-1- Remove code which always overwrote release (pbabincaAATTredhat.com)- Removed not used imports (pbabincaAATTredhat.com)- Import kojipath from path set via variable not from inspection (pbabincaAATTredhat.com)- More debug info: list rpm_packages (pbabincaAATTredhat.com)- Mock image tarball as we don\'t get this from the buildsystem (yet) (pbabincaAATTredhat.com)- Pull getting task options to separate method (pbabincaAATTredhat.com)- Pull package (image) whitelist check into separate method (pbabincaAATTredhat.com)- Reuse image tables and methods for container builds (pbabincaAATTredhat.com)- Don\'t pass build_tag as separate argument to createContainer task (pbabincaAATTredhat.com)
* Wed Jun 03 2015 Pavol Babincak 0.2.0-2- Don\'t require python-distutils. distutils is part of python-libs pkg (pbabincaAATTredhat.com)
* Wed May 27 2015 Pavol Babincak 0.2.0-1- Explicitly list code which are hack around database constraints (pbabincaAATTredhat.com)- refactor: remove not used code and move comment to better position (pbabincaAATTredhat.com)- Get name from name of the basename repository for non-scratch builds (pbabincaAATTredhat.com)- Extend SCM object with get_component() and get_git_uri() and use it (pbabincaAATTredhat.com)- Use logger to write logs and not sys.stderr.write (pbabincaAATTredhat.com)- Use container_archives not image_archives table (pbabincaAATTredhat.com)- Use attributes of BuildResponse object to query responses (pbabincaAATTredhat.com)- Connect to osbs logger to print more debug info via own logger (pbabincaAATTredhat.com)- Improve rpm_packages listings (pbabincaAATTredhat.com)- Support non-scratch builds with listing of the contents (pbabincaAATTredhat.com)- builderplugin: import kojid binary as kojid module (pbabincaAATTredhat.com)- builderplugin: Use single handler to OSBS object (pbabincaAATTredhat.com)
* Mon May 18 2015 Pavol Babincak 0.1.2-1- add BuildRoot tag (needed for rhel<6) (mikemAATTredhat.com)- use alternate method to import kojihub (mikemAATTredhat.com)
* Wed May 13 2015 Pavol Babincak 0.1.1-1- Documentation for buildContainer task (pbabincaAATTredhat.com)- In buildContainer task use \"container\" channel by default (pbabincaAATTredhat.com)
* Wed May 13 2015 Pavol Babincak 0.1.0-2- Bump Release instead of Version (pbabincaAATTredhat.com)- Use BuildArch noarch (pbabincaAATTredhat.com)
* Mon May 04 2015 Pavol Babincak 0.1.0-1- first public release
 
ICM