mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-13 17:16:23 +01:00
release 0.157.0
This commit is contained in:
parent
ccafb430b8
commit
7f428cccdf
7
NEWS
7
NEWS
@ -4,6 +4,13 @@
|
|||||||
- results: show multibuild results by default
|
- results: show multibuild results by default
|
||||||
- getbinaries: make .AppImage files executable
|
- getbinaries: make .AppImage files executable
|
||||||
- support operation in checked out package for cat/less/blame
|
- support operation in checked out package for cat/less/blame
|
||||||
|
- add comment command
|
||||||
|
- improved build recipe selection
|
||||||
|
- added multibuild (-M) to commands:
|
||||||
|
buildlog, remotebuildlog, buildinfo, build, buildhistory, jobhistory,
|
||||||
|
rebuild, restartbuild/abortbuild, wipebinaries, getbinaries
|
||||||
|
- add checkconstraints command
|
||||||
|
- add workerinfo command
|
||||||
|
|
||||||
0.156
|
0.156
|
||||||
- highlight scheduled jobs with dispatch problems (due to constraints)
|
- highlight scheduled jobs with dispatch problems (due to constraints)
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|
||||||
__version__ = '0.156git'
|
__version__ = '0.157'
|
||||||
|
|
||||||
# __store_version__ is to be incremented when the format of the working copy
|
# __store_version__ is to be incremented when the format of the working copy
|
||||||
# "store" changes in an incompatible way. Please add any needed migration
|
# "store" changes in an incompatible way. Please add any needed migration
|
||||||
|
Loading…
Reference in New Issue
Block a user