mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-13 01:06:15 +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:
parent
6a12adccf5
commit
60e06ad96d
5
NEWS
5
NEWS
@ -7,6 +7,11 @@
|
|||||||
- allow to run build script as non-root, by setting su-wrapper empty
|
- allow to run build script as non-root, by setting su-wrapper empty
|
||||||
=> osc is not guessing anymore if user builds are wanted
|
=> osc is not guessing anymore if user builds are wanted
|
||||||
- add support for cross arch local build using a sysroot
|
- 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
|
0.172.0
|
||||||
- support --lastsucceeded/--last-succeeded in "osc buildlog", "osc
|
- support --lastsucceeded/--last-succeeded in "osc buildlog", "osc
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
from __future__ import print_function
|
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_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