mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-24 11:12:14 +01:00
release 0.156.0
This commit is contained in:
parent
ceb9475263
commit
78b404158e
4
NEWS
4
NEWS
@ -3,6 +3,10 @@
|
||||
- allow to specify a log message in lock command
|
||||
- Add '--wipe' option to osc chroot for deleting buildroots
|
||||
- Add '--vm-memory' option to osc build
|
||||
- add --multibuild to results command for showing all packages
|
||||
of a multibuild config
|
||||
- add --multibuild-package option to results command for showing
|
||||
only one package of the multibuild config
|
||||
|
||||
0.155
|
||||
- osc service runall: runs all service local, independend of the mode
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
__version__ = '0.155git'
|
||||
__version__ = '0.156'
|
||||
|
||||
# __store_version__ is to be incremented when the format of the working copy
|
||||
# "store" changes in an incompatible way. Please add any needed migration
|
||||
|
Loading…
x
Reference in New Issue
Block a user