mirror of https://github.com/apache/cloudstack.git
Fix indent issue of wscript
This commit is contained in:
parent
c1c326a617
commit
10efc0d1cb
4
wscript
4
wscript
|
|
@ -611,9 +611,9 @@ def deb(context):
|
|||
if Options.options.VERNUM:
|
||||
VERSION = Options.options.VERNUM
|
||||
else:
|
||||
VERSION = "2.2"
|
||||
VERSION = "2.2"
|
||||
|
||||
version = ["--ser-envvar=PACKAGEVERSION=%s"%VERSION]
|
||||
version = ["--ser-envvar=PACKAGEVERSION=%s"%VERSION]
|
||||
|
||||
if Options.options.PRERELEASE:
|
||||
if not buildnumber:
|
||||
|
|
|
|||
Loading…
Reference in New Issue