Tue, 28 Mar 2023 11:57:56 UTC

Information for build koji-containerbuild-0.5.5-1.fc23

ID704661
Package Namekoji-containerbuild
Version0.5.5
Release1.fc23
Epoch
SummaryKoji support for building layered container images
DescriptionKoji support for building layered container images
Built bypbabinca
State complete
Volume fedora_koji_archive01
StartedThu, 10 Dec 2015 15:07:12 UTC
CompletedThu, 10 Dec 2015 15:10:03 UTC
Taskbuild (f23-candidate, /koji-containerbuild:9c38422e0bbe8a7f99dce0348af20ed3f6a333ba)
Tags
f23-updates
RPMs
src
koji-containerbuild-0.5.5-1.fc23.src.rpm (info) (download)
noarch
koji-containerbuild-0.5.5-1.fc23.noarch.rpm (info) (download)
koji-containerbuild-builder-0.5.5-1.fc23.noarch.rpm (info) (download)
koji-containerbuild-cli-0.5.5-1.fc23.noarch.rpm (info) (download)
koji-containerbuild-hub-0.5.5-1.fc23.noarch.rpm (info) (download)
Logs
noarch
build.log
state.log
root.log
Changelog * Fri Dec 04 2015 Pavol Babincak <pbabinca@redhat.com> 0.5.5-1 - Add README.rst to a release (pbabinca@redhat.com) - Use %global macro instead of %define one (pbabinca@redhat.com) - Require main package in subpackages to always install license file (pbabinca@redhat.com) - Add license directives to subpackages (pbabinca@redhat.com) * Thu Dec 03 2015 Pavol Babincak <pbabinca@redhat.com> 0.5.4-3 - Simplify inclusion of python modules to get proper owners (pbabinca@redhat.com) - Explicit __python2 definitions on <=rhel6 (pbabinca@redhat.com) - Explicit use of python2 and BuildRequires on python2-devel (pbabinca@redhat.com) - %defattr macro isn't needed anymore (pbabinca@redhat.com) - Use %license tag for license on RHEL && RHEL <= 6 (pbabinca@redhat.com) - Fix permissions for CLI binary (pbabinca@redhat.com) - Wrap package descriptions to make rpmlint happy (pbabinca@redhat.com) - Replace Requires on osbs with osbs-client (pbabinca@redhat.com) - Remove koji Requires from the base package (pbabinca@redhat.com) - Replace koji-builder with koji dependency for cli subpackage (pbabinca@redhat.com) - Specify how release tarballs are created (pbabinca@redhat.com) - Use build system instead of buildsystem to make rpmlint happy (pbabinca@redhat.com) - Fix name macro in URL (pbabinca@redhat.com) * Fri Nov 20 2015 Pavol Babincak <pbabinca@redhat.com> 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 (admiller@redhat.com) * Fri Nov 20 2015 Pavol Babincak <pbabinca@redhat.com> 0.5.4-1 - Reinit curl after fork to properly process incremental logs (pbabinca@redhat.com) - Add support to new LABEL names and make architecture optional (pbabinca@redhat.com) - Fix serious issue: check external rpms for *non*scratch builds (pbabinca@redhat.com) - Catch errors raised by markExternalRPMs and raise it as koji.PostBuildError (pbabinca@redhat.com) - Get list of rpms and repositories only for successful builds (pbabinca@redhat.com) - Download image tarball only if build was successful (pbabinca@redhat.com) - Log list of all rpms from osbs response as formatted rpm list (pbabinca@redhat.com) - Refactor: get rpm packages to separate method (pbabinca@redhat.com) - Refactor: get docker repositories to separate method (pbabinca@redhat.com) - Fail only if build was successful and it haven't generated any tarball (pbabinca@redhat.com) - Improve log write related exception messages (pbabinca@redhat.com) - Raise ContainerError exceptions when something goes wrong with osbs logs (pbabinca@redhat.com) - Pass branch and push_url from opts to osbs's create_build() (pbabinca@redhat.com) - Uploader process check if child (which fetches logs) finished (pbabinca@redhat.com) - Overall docs about build architecture (pbabinca@redhat.com) - change log msg level to info (mikem@redhat.com) - Properly handle empty repositories in osbs response (pbabinca@redhat.com) - Wait between new connection/fetch logs (pbabinca@redhat.com) - Use get_build_name() instead of build_id to get osbs build id (pbabinca@redhat.com) * Tue Jul 14 2015 Pavol Babincak <pbabinca@redhat.com> 0.5.3-1 - List repositories in status message of buildContainer task (pbabinca@redhat.com) - Print osbs build id in the error message about failed build (pbabinca@redhat.com) - If not exactly one image was built leave fail to parent (pbabinca@redhat.com) - Use DockerfileParser class from dockerfile_parse module for parsing (pbabinca@redhat.com) - Download docker logs at the end of the build (pbabinca@redhat.com) - Try fetch OSBS logs with follow and incrementally upload them (pbabinca@redhat.com) - If final tarball cannot be downloaded log error and continue (pbabinca@redhat.com) - Accept repo URLs in CLI and pass it in builder plugin to osbs (pbabinca@redhat.com) - Improve error message when there were unexpected number of builds (pbabinca@redhat.com) - Fix: correctly format string before passing to ContainerError (pbabinca@redhat.com) - Fix formatting of README.rst (pbabinca@redhat.com) * Mon Jun 15 2015 Pavol Babincak <pbabinca@redhat.com> 0.5.2-1 - Use BZComponent LABEL instead of Name (pbabinca@redhat.com) * Fri Jun 12 2015 Pavol Babincak <pbabinca@redhat.com> 0.5.1-1 - Explicit string conversion before urlgrabber.urlgrab() and more logging (pbabinca@redhat.com) - Explicitly set urlgrab ssl verify options which pycurl expects (pbabinca@redhat.com) * Fri Jun 12 2015 Pavol Babincak <pbabinca@redhat.com> 0.5.0-1 - Read LABELs from Dockerfile (pbabinca@redhat.com) * Fri Jun 12 2015 Pavol Babincak <pbabinca@redhat.com> 0.4.0-1 - Download container image via https (pbabinca@redhat.com) - Tag package (image) after successful build if not scratch (pbabinca@redhat.com) * Tue Jun 09 2015 Pavol Babincak <pbabinca@redhat.com> 0.3.1-1 - Add missing import imp (pbabinca@redhat.com) * Mon Jun 08 2015 Pavol Babincak <pbabinca@redhat.com> 0.3.0-1 - Remove code which always overwrote release (pbabinca@redhat.com) - Removed not used imports (pbabinca@redhat.com) - Import kojipath from path set via variable not from inspection (pbabinca@redhat.com) - More debug info: list rpm_packages (pbabinca@redhat.com) - Mock image tarball as we don't get this from the buildsystem (yet) (pbabinca@redhat.com) - Pull getting task options to separate method (pbabinca@redhat.com) - Pull package (image) whitelist check into separate method (pbabinca@redhat.com) - Reuse image tables and methods for container builds (pbabinca@redhat.com) - Don't pass build_tag as separate argument to createContainer task (pbabinca@redhat.com) * Wed Jun 03 2015 Pavol Babincak <pbabinca@redhat.com> 0.2.0-2 - Don't require python-distutils. distutils is part of python-libs pkg (pbabinca@redhat.com) * Wed May 27 2015 Pavol Babincak <pbabinca@redhat.com> 0.2.0-1 - Explicitly list code which are hack around database constraints (pbabinca@redhat.com) - refactor: remove not used code and move comment to better position (pbabinca@redhat.com) - Get name from name of the basename repository for non-scratch builds (pbabinca@redhat.com) - Extend SCM object with get_component() and get_git_uri() and use it (pbabinca@redhat.com) - Use logger to write logs and not sys.stderr.write (pbabinca@redhat.com) - Use container_archives not image_archives table (pbabinca@redhat.com) - Use attributes of BuildResponse object to query responses (pbabinca@redhat.com) - Connect to osbs logger to print more debug info via own logger (pbabinca@redhat.com) - Improve rpm_packages listings (pbabinca@redhat.com) - Support non-scratch builds with listing of the contents (pbabinca@redhat.com) - builderplugin: import kojid binary as kojid module (pbabinca@redhat.com) - builderplugin: Use single handler to OSBS object (pbabinca@redhat.com) * Mon May 18 2015 Pavol Babincak <pbabinca@redhat.com> 0.1.2-1 - add BuildRoot tag (needed for rhel<6) (mikem@redhat.com) - use alternate method to import kojihub (mikem@redhat.com) * Wed May 13 2015 Pavol Babincak <pbabinca@redhat.com> 0.1.1-1 - Documentation for buildContainer task (pbabinca@redhat.com) - In buildContainer task use "container" channel by default (pbabinca@redhat.com) * Wed May 13 2015 Pavol Babincak <pbabinca@redhat.com> 0.1.0-2 - Bump Release instead of Version (pbabinca@redhat.com) - Use BuildArch noarch (pbabinca@redhat.com) * Mon May 04 2015 Pavol Babincak <pbabinca@redhat.com> 0.1.0-1 - first public release