weizhouapache commented on PR #9437: URL: https://github.com/apache/cloudstack/pull/9437#issuecomment-2270582426
I rebuilt systemvm template today, got the following templates ``` [ ] systemvmtemplate-4.20.0-x86_64-hyperv.vhd.zip 2024-08-06 07:26 476M [ ] systemvmtemplate-4.20.0-x86_64-kvm.qcow2.bz2 2024-08-06 07:26 509M [ ] systemvmtemplate-4.20.0-x86_64-ovm.raw.bz2 2024-08-06 07:26 417M [ ] systemvmtemplate-4.20.0-x86_64-vmware.ova 2024-08-06 07:26 533M [ ] systemvmtemplate-4.20.0-x86_64-xen.vhd.bz2 2024-08-06 07:26 417M ``` do we need to update URLs in engine/schema/pom.xml ? ``` $ git grep systemvmtemplate engine/schema/pom.xml engine/schema/pom.xml: templateList.add("systemvmtemplate-${csVersion}.${patch}-kvm") engine/schema/pom.xml: templateList.add("systemvmtemplate-${csVersion}.${patch}-vmware") engine/schema/pom.xml: templateList.add("systemvmtemplate-${csVersion}.${patch}-xen") engine/schema/pom.xml: templateList.add("systemvmtemplate-${csVersion}.${patch}-ovm") engine/schema/pom.xml: templateList.add("systemvmtemplate-${csVersion}.${patch}-hyperv") engine/schema/pom.xml: <url>${project.systemvm.template.location}/${cs.version}/systemvmtemplate-${cs.version}.${patch.version}-kvm.qcow2.bz2</url> engine/schema/pom.xml: <url>${project.systemvm.template.location}/${cs.version}/systemvmtemplate-${cs.version}.${patch.version}-vmware.ova</url> engine/schema/pom.xml: <url>${project.systemvm.template.location}/${cs.version}/systemvmtemplate-${cs.version}.${patch.version}-xen.vhd.bz2</url> engine/schema/pom.xml: <url>${project.systemvm.template.location}/${cs.version}/systemvmtemplate-${cs.version}.${patch.version}-ovm.raw.bz2</url> engine/schema/pom.xml: <url>${project.systemvm.template.location}/${cs.version}/systemvmtemplate-${cs.version}.${patch.version}-hyperv.vhd.zip</url> ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org