-
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.7.2-1].
- Loading branch information
Showing
3 changed files
with
12 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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
%global module koji_containerbuild | ||
|
||
Name: koji-containerbuild | ||
Version: 0.7.1 | ||
Version: 0.7.2 | ||
Release: 1%{?dist} | ||
Summary: Koji support for building layered container images | ||
Group: Applications/System | ||
|
@@ -114,6 +114,15 @@ rm -rf $RPM_BUILD_ROOT | |
|
||
|
||
%changelog | ||
* Tue Apr 04 2017 Robert Cerven <[email protected]> 0.7.2-1 | ||
- check if pkg can be tagged ([email protected]) | ||
- orchestrator build can only successfully run if can_orchestrate option is | ||
set, in osbs.conf otherwise will fallback to regular prod_build | ||
([email protected]) | ||
- add unit testing for orchestrator builds ([email protected]) | ||
- Use osbs-client's create_orchestrator_build method if available | ||
([email protected]) | ||
|
||
* Tue Nov 15 2016 Luiz Carvalho <[email protected]> 0.7.1-1 | ||
- Move long tag check in checkLabels ([email protected]) | ||
- Update tests and documentation after tasks have been merged | ||
|
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.7.1-1 ./ | ||
0.7.2-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 |
---|---|---|
|
@@ -9,7 +9,7 @@ def run(self): | |
|
||
setup( | ||
name="koji-containerbuild", | ||
version="0.7.1", | ||
version="0.7.2", | ||
author="Pavol Babincak", | ||
author_email="[email protected]", | ||
description="Container build support for Koji buildsystem", | ||
|