1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-12 23:56:13 +01:00

Release 0.173.0

For the details, see the NEWS file (which is mostly about user
visible changes).
This commit is contained in:
Marcus Huewe 2021-05-18 22:36:09 +02:00
parent 6a12adccf5
commit 60e06ad96d
2 changed files with 6 additions and 1 deletions

5
NEWS
View File

@ -7,6 +7,11 @@
- allow to run build script as non-root, by setting su-wrapper empty
=> osc is not guessing anymore if user builds are wanted
- add support for cross arch local build using a sysroot
- support slash notation in "osc creq -a <action type> args"
- add "--force" option to the "osc add" command (can be used to override
the exclude_glob config option)
- support the commit of arbitrary sized files
- add support for sccache
0.172.0
- support --lastsucceeded/--last-succeeded in "osc buildlog", "osc

View File

@ -5,7 +5,7 @@
from __future__ import print_function
__version__ = '0.173.git'
__version__ = '0.173'
# __store_version__ is to be incremented when the format of the working copy
# "store" changes in an incompatible way. Please add any needed migration