mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-07 21:58:41 +02:00
- 0.151.0 release
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user