Changelog for
koji-containerbuild-cli-0.5.5-1.el5.noarch.rpm :
Fri Dec 4 13:00:00 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 3 13:00:00 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 13:00:00 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 13:00:00 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 14:00:00 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 14:00:00 2015 Pavol Babincak 0.5.2-1
- Use BZComponent LABEL instead of Name (pbabincaAATTredhat.com)
Fri Jun 12 14:00:00 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 14:00:00 2015 Pavol Babincak 0.5.0-1
- Read LABELs from Dockerfile (pbabincaAATTredhat.com)
Fri Jun 12 14:00:00 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 9 14:00:00 2015 Pavol Babincak 0.3.1-1
- Add missing import imp (pbabincaAATTredhat.com)
Mon Jun 8 14:00:00 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 3 14:00:00 2015 Pavol Babincak 0.2.0-2
- Don\'t require python-distutils. distutils is part of python-libs pkg
(pbabincaAATTredhat.com)
Wed May 27 14:00:00 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 14:00:00 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 14:00:00 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 14:00:00 2015 Pavol Babincak 0.1.0-2
- Bump Release instead of Version (pbabincaAATTredhat.com)
- Use BuildArch noarch (pbabincaAATTredhat.com)
Mon May 4 14:00:00 2015 Pavol Babincak 0.1.0-1
- first public release