-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatic commit of package [koji-containerbuild] release [0.5.4-1].
- Loading branch information
Showing
3 changed files
with
35 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.5.3-1 ./ | ||
0.5.4-1 ./ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|