mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-25 17:36:13 +01:00
release 0.167.1
This commit is contained in:
parent
40abc51657
commit
32ec356bad
7
NEWS
7
NEWS
@ -1,3 +1,10 @@
|
||||
0.167.1
|
||||
- fix cpio fetch error handling
|
||||
- support local build using RedHat rpm-md modules
|
||||
- fix local build outside of the working copy of a package.
|
||||
(fixes boo#1136584)
|
||||
- Use the distro module for linux platform detection
|
||||
|
||||
0.167.0
|
||||
- Added --lastsucceeded option for logfile display (requires OBS 2.11)
|
||||
- osc shell/chroot/wipe is now handled via build script (working for chroot and KVM only atm)
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
__version__ = '0.168.0.git'
|
||||
__version__ = '0.167.1'
|
||||
|
||||
# __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…
Reference in New Issue
Block a user