mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Don't do tgz check when build debian package
This commit is contained in:
parent
b6f4ff33ca
commit
aa66c5a551
2
wscript
2
wscript
@ -658,7 +658,7 @@ def deb(context):
|
|||||||
f.close()
|
f.close()
|
||||||
|
|
||||||
checkdeps = lambda: c(["dpkg-checkbuilddeps"],srcdir)
|
checkdeps = lambda: c(["dpkg-checkbuilddeps"],srcdir)
|
||||||
dodeb = lambda: c(["debuild",'-e','WAFCACHE','--no-lintian']+buildnumber+["-us","-uc"],srcdir)
|
dodeb = lambda: c(["debuild",'-e','WAFCACHE','--no-lintian', '--no-tgz-check']+buildnumber+["-us","-uc"],srcdir)
|
||||||
try: checkdeps()
|
try: checkdeps()
|
||||||
except (CalledProcessError,OSError),e:
|
except (CalledProcessError,OSError),e:
|
||||||
Utils.pprint("YELLOW","Dependencies might be missing. Trying to auto-install them...")
|
Utils.pprint("YELLOW","Dependencies might be missing. Trying to auto-install them...")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user