-
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.1-1].
- Loading branch information
Showing
3 changed files
with
19 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.6.6 | ||
Version: 0.7.1 | ||
Release: 1%{?dist} | ||
Summary: Koji support for building layered container images | ||
Group: Applications/System | ||
|
@@ -114,6 +114,22 @@ rm -rf $RPM_BUILD_ROOT | |
|
||
|
||
%changelog | ||
* 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 | ||
([email protected]) | ||
- Merge buildContainer and createContainer tasks ([email protected]) | ||
- Pick the longest tag correctly ([email protected]) | ||
- Pick the longest tag part among release and a list from additional-tags | ||
([email protected]) | ||
- Reject a build if the longest tag is longer than 128 chars | ||
([email protected]) | ||
- Trap build cancellation using signal handler ([email protected]) | ||
- tests: make tests work ([email protected]) | ||
- Cancel build when createContainer task is cancelled (throws | ||
koji.GenericException) ([email protected]) | ||
- Drop support for release parameter ([email protected]) | ||
|
||
* Wed Jun 29 2016 Luiz Carvalho <[email protected]> 0.6.6-1 | ||
- Use osbs 'scratch' configuration for scratch builds ([email protected]) | ||
- Revert "Disable scratch builds" ([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.6.6-1 ./ | ||
0.7.1-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.6.6", | ||
version="0.7.1", | ||
author="Pavol Babincak", | ||
author_email="[email protected]", | ||
description="Container build support for Koji buildsystem", | ||
|