1
0
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:
2015-03-12 10:32:43 +01:00
parent 72e38569ae
commit 19944be5b6
2 changed files with 3 additions and 2 deletions

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: