-
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.5-2].
Signed-off-by: Robert Cerven <[email protected]>
- Loading branch information
Showing
3 changed files
with
26 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.4 | ||
Version: 0.7.5 | ||
Release: 2%{?dist} | ||
Summary: Koji support for building layered container images | ||
Group: Applications/System | ||
|
@@ -113,6 +113,29 @@ rm -rf $RPM_BUILD_ROOT | |
|
||
|
||
%changelog | ||
* Wed Oct 04 2017 Robert Cerven <[email protected]> 0.7.5-2 | ||
- test.sh: install epel-release for centos first ([email protected]) | ||
- Run tests in Travis CI using containers ([email protected]) | ||
- setup.py: remove bogus install_requires ([email protected]) | ||
- Remove pycurl ([email protected]) | ||
- Add FileHandler for osbs module ([email protected]) | ||
- Fix test_cli_args unit test ([email protected]) | ||
- Remove kojid module loading ([email protected]) | ||
- Don't check for isolated option if flatpak is specified ([email protected]) | ||
- Use arch-override as str ([email protected]) | ||
- test_kcb: initial infra for improved logging self-tests/verification | ||
([email protected]) | ||
- builder_containerbuild: clean up and simplify demux/non-demux split | ||
([email protected]) | ||
- builder_containerbuild: write cleanups ([email protected]) | ||
- builder_containerbuild: use get_orchestrator_build_logs api | ||
([email protected]) | ||
- Flatpak support ([email protected]) | ||
- Clean up container-build CLI ([email protected]) | ||
- cli: add --arches argument option ([email protected]) | ||
- cli: write a test case for the arguments parser ([email protected]) | ||
- tests: throw OsbsOrchestratorNotEnabled if available ([email protected]) | ||
|
||
* Tue Sep 05 2017 Robert Cerven <[email protected]> 0.7.4-1 | ||
- Use OsbsOrchestratorNotEnabled exception ([email protected]) | ||
- Add support for isolated 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.7.4-1 ./ | ||
0.7.5-2 ./ |
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.4", | ||
version="0.7.5", | ||
author="Pavol Babincak", | ||
author_email="[email protected]", | ||
description="Container build support for Koji buildsystem", | ||
|