mirror of https://github.com/apache/cloudstack.git
We no longer have xenserver-patch.tgz -- only one, systemvm-patch.tgz, that gets added to the ISO
This commit is contained in:
parent
7df749eba6
commit
4aeac5803c
|
|
@ -265,20 +265,20 @@ if bld.env.DISTRO not in ["Windows","Mac"]:
|
|||
# systemvm.zip cannot be built on Windows or Mac because system deps do not exist there
|
||||
tgen = bld(
|
||||
rule = iso_up,
|
||||
source = "patches/xenserver-patch.tgz target/oss/systemvm.zip",
|
||||
source = "patches/systemvm-patch.tgz target/oss/systemvm.zip",
|
||||
target = 'target/oss/systemvm.iso',
|
||||
name = 'systemvm_iso',
|
||||
rename = lambda x: x.split(sep)[-1].replace('xenserver-',''),
|
||||
rename = lambda x: x.split(sep)[-1].replace('systemvm-',''),
|
||||
)
|
||||
bld.install_as("${AGENTLIBDIR}/vms/systemvm.iso", "target/oss/systemvm.iso")
|
||||
|
||||
if buildpremium:
|
||||
tgen = bld(
|
||||
rule = iso_up,
|
||||
source = "patches/xenserver-patch.tgz target/premium/systemvm.zip",
|
||||
source = "patches/systemvm-patch.tgz target/premium/systemvm.zip",
|
||||
target = 'target/premium/systemvm.iso',
|
||||
name = 'systemvm-premium_iso',
|
||||
rename = lambda x: x.split(sep)[-1].replace('xenserver-',''),
|
||||
rename = lambda x: x.split(sep)[-1].replace('systemvm-',''),
|
||||
)
|
||||
bld.install_as("${AGENTLIBDIR}/vms/systemvm-premium.iso", "target/premium/systemvm.iso")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue