|
106 | 106 | templateList.add("systemvmtemplate-${csVersion}.${patch}-x86_64-xen") |
107 | 107 | templateList.add("systemvmtemplate-${csVersion}.${patch}-x86_64-ovm") |
108 | 108 | templateList.add("systemvmtemplate-${csVersion}.${patch}-x86_64-hyperv") |
109 | | - File file = new File("./engine/schema/dist/systemvm-templates/md5sum.txt") |
| 109 | + File file = new File("./engine/schema/dist/systemvm-templates/sha512sum.txt") |
110 | 110 | def lines = file.readLines() |
111 | 111 | for (template in templateList) { |
112 | 112 | def data = lines.findAll { it.contains(template) } |
|
135 | 135 | <goal>wget</goal> |
136 | 136 | </goals> |
137 | 137 | <configuration> |
138 | | - <url>${project.systemvm.template.location}/${cs.version}/md5sum.txt</url> |
| 138 | + <url>${project.systemvm.template.location}/${cs.version}/sha512sum.txt</url> |
139 | 139 | <outputDirectory>${basedir}/dist/systemvm-templates/</outputDirectory> |
140 | 140 | <skipCache>true</skipCache> |
141 | 141 | <overwrite>true</overwrite> |
|
205 | 205 | <checkSignature>true</checkSignature> |
206 | 206 | <url>${project.systemvm.template.location}/${cs.version}/systemvmtemplate-${cs.version}.${patch.version}-x86_64-kvm.qcow2.bz2</url> |
207 | 207 | <outputDirectory>${basedir}/dist/systemvm-templates/</outputDirectory> |
208 | | - <md5>${kvm.checksum}</md5> |
| 208 | + <sha512>${kvm.checksum}</sha512> |
209 | 209 | </configuration> |
210 | 210 | </execution> |
211 | 211 | </executions> |
|
241 | 241 | <checkSignature>true</checkSignature> |
242 | 242 | <url>${project.systemvm.template.location}/${cs.version}/systemvmtemplate-${cs.version}.${patch.version}-x86_64-vmware.ova</url> |
243 | 243 | <outputDirectory>${basedir}/dist/systemvm-templates/</outputDirectory> |
244 | | - <md5>${vmware.checksum}</md5> |
| 244 | + <sha512>${vmware.checksum}</sha512> |
245 | 245 | </configuration> |
246 | 246 | </execution> |
247 | 247 | </executions> |
|
277 | 277 | <checkSignature>true</checkSignature> |
278 | 278 | <url>${project.systemvm.template.location}/${cs.version}/systemvmtemplate-${cs.version}.${patch.version}-x86_64-xen.vhd.bz2</url> |
279 | 279 | <outputDirectory>${basedir}/dist/systemvm-templates/</outputDirectory> |
280 | | - <md5>${xen.checksum}</md5> |
| 280 | + <sha512>${xen.checksum}</sha512> |
281 | 281 | </configuration> |
282 | 282 | </execution> |
283 | 283 | </executions> |
|
313 | 313 | <checkSignature>true</checkSignature> |
314 | 314 | <url>${project.systemvm.template.location}/${cs.version}/systemvmtemplate-${cs.version}.${patch.version}-x86_64-ovm.raw.bz2</url> |
315 | 315 | <outputDirectory>${basedir}/dist/systemvm-templates/</outputDirectory> |
316 | | - <md5>${ovm.checksum}</md5> |
| 316 | + <sha512>${ovm.checksum}</sha512> |
317 | 317 | </configuration> |
318 | 318 | </execution> |
319 | 319 | </executions> |
|
349 | 349 | <checkSignature>true</checkSignature> |
350 | 350 | <url>${project.systemvm.template.location}/${cs.version}/systemvmtemplate-${cs.version}.${patch.version}-x86_64-hyperv.vhd.zip</url> |
351 | 351 | <outputDirectory>${basedir}/dist/systemvm-templates/</outputDirectory> |
352 | | - <md5>${hyperv.checksum}</md5> |
| 352 | + <sha512>${hyperv.checksum}</sha512> |
353 | 353 | </configuration> |
354 | 354 | </execution> |
355 | 355 | </executions> |
|
0 commit comments