Skip to content

Commit

Permalink
Automatic commit of package [koji-containerbuild] release [0.5.4-1].
Browse files Browse the repository at this point in the history
  • Loading branch information
pbabinca committed Nov 20, 2015
1 parent 427ff83 commit ba39836
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 3 deletions.
34 changes: 33 additions & 1 deletion koji-containerbuild.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
%define module koji_containerbuild

Name: koji-containerbuild
Version: 0.5.3
Version: 0.5.4
Release: 1%{?dist}
Summary: Koji support for building layered container images
Group: Applications/System
Expand Down Expand Up @@ -96,6 +96,38 @@ rm -rf $RPM_BUILD_ROOT


%changelog
* Fri Nov 20 2015 Pavol Babincak <[email protected]> 0.5.4-1
- Reinit curl after fork to properly process incremental logs
([email protected])
- Add support to new LABEL names and make architecture optional
([email protected])
- Fix serious issue: check external rpms for *non*scratch builds
([email protected])
- Catch errors raised by markExternalRPMs and raise it as koji.PostBuildError
([email protected])
- Get list of rpms and repositories only for successful builds
([email protected])
- Download image tarball only if build was successful ([email protected])
- Log list of all rpms from osbs response as formatted rpm list
([email protected])
- Refactor: get rpm packages to separate method ([email protected])
- Refactor: get docker repositories to separate method ([email protected])
- Fail only if build was successful and it haven't generated any tarball
([email protected])
- Improve log write related exception messages ([email protected])
- Raise ContainerError exceptions when something goes wrong with osbs logs
([email protected])
- Pass branch and push_url from opts to osbs's create_build()
([email protected])
- Uploader process check if child (which fetches logs) finished
([email protected])
- Overall docs about build architecture ([email protected])
- change log msg level to info ([email protected])
- Properly handle empty repositories in osbs response ([email protected])
- Wait between new connection/fetch logs ([email protected])
- Use get_build_name() instead of build_id to get osbs build id
([email protected])

* Tue Jul 14 2015 Pavol Babincak <[email protected]> 0.5.3-1
- List repositories in status message of buildContainer task
([email protected])
Expand Down
2 changes: 1 addition & 1 deletion rel-eng/packages/koji-containerbuild
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.3-1 ./
0.5.4-1 ./
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="koji-containerbuild",
version="0.5.3",
version="0.5.4",
author="Pavol Babincak",
author_email="[email protected]",
description="Container build support for Koji buildsystem",
Expand Down

0 comments on commit ba39836

Please sign in to comment.