mirror of https://github.com/apache/cloudstack.git
Copy xenserver-patch.tgz into patch.tgz so the systemvm patch process does not fail (ported from master)
This commit is contained in:
parent
9a03cd9ccb
commit
9fca87fb8e
|
|
@ -246,6 +246,15 @@ if bld.env.DISTRO != "Windows":
|
|||
bld.process_after(tgen)
|
||||
bld.install_as("${AGENTLIBDIR}/scripts/vm/hypervisor/%s/patch.tgz"%virttech, "%s-patch.tgz"%virttech)
|
||||
|
||||
tgen = bld(
|
||||
rule = 'cp ${SRC} ${TGT}',
|
||||
source = 'xenserver-patch.tgz',
|
||||
target = 'patch.tgz',
|
||||
after = 'xenserver-patch_tgz',
|
||||
name = 'patch_tgz'
|
||||
)
|
||||
bld.process_after(tgen)
|
||||
|
||||
# ================== End creation of patch.tgz's ====================
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue