mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-02-03 05:03:43 +08:00
Release 3.1.0
This commit is contained in:
@@ -1,6 +1,15 @@
|
||||
Change Log
|
||||
==========
|
||||
|
||||
v3.1.0
|
||||
------
|
||||
* New ``module_stream`` optional parameter for scratch module builds
|
||||
* Use Koji repo IDs instead of symlinks when accessing build artificats
|
||||
* Add the ability to limit arches for a build via the ``buildopts.arches`` field in modulemd
|
||||
* Skip git ref checks for rpm components with srpm overrides
|
||||
* Make ``record_module_build_arches`` idempotent to avoid multiple calls
|
||||
* Honor the ``MBS_CONFIG_SECTION`` environment variable when performing a local build
|
||||
|
||||
v3.0.0
|
||||
------
|
||||
* Rearchitect MBS to support multiple backends using Celery
|
||||
|
||||
2
setup.py
2
setup.py
@@ -24,7 +24,7 @@ tests_require, _ = read_requirements(path.join(setup_py_path, "test-requirements
|
||||
setup(
|
||||
name="module-build-service",
|
||||
description="The Module Build Service for Modularity",
|
||||
version="3.0.0",
|
||||
version="3.1.0",
|
||||
classifiers=["Programming Language :: Python", "Topic :: Software Development :: Build Tools"],
|
||||
keywords="module build service fedora modularity koji mock rpm",
|
||||
author="The Factory 2.0 Team",
|
||||
|
||||
Reference in New Issue
Block a user