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

- 0.151.0 release

This commit is contained in:
Adrian Schröter 2015-03-12 10:32:43 +01:00
parent 72e38569ae
commit 19944be5b6
2 changed files with 3 additions and 2 deletions

2
NEWS
View File

@ -1,6 +1,8 @@
0.151
- fixed shell command injection via crafted _service files (CVE-2015-0778)
- fix times when data comes from OBS backend
- support updateing the link in target package for submit requests
- various minor bugfixes
0.150
- support local builds using builenv (for same build environment as a former build)

View File

@ -5,7 +5,7 @@
from __future__ import print_function
__version__ = '0.150git'
__version__ = '0.151'
# __store_version__ is to be incremented when the format of the working copy
# "store" changes in an incompatible way. Please add any needed migration
@ -3938,7 +3938,6 @@ def create_submit_request(apiurl,
if src_package:
package = """package="%s" """ % (src_package)
options_block = "<options>"
print("ASD", dst_updatelink)
if src_update:
options_block += """<sourceupdate>%s</sourceupdate>""" % (src_update)
if dst_updatelink: