Pearl1594 commented on a change in pull request #5831:
URL: https://github.com/apache/cloudstack/pull/5831#discussion_r811576270
##########
File path: engine/schema/pom.xml
##########
@@ -122,7 +122,8 @@
<goal>wget</goal>
</goals>
<configuration>
-
<url>https://download.cloudstack.org/systemvm/${cs.version}/md5sum.txt</url>
+<!--
<url>https://download.cloudstack.org/systemvm/${cs.version}/md5sum.txt</url>-->
Review comment:
I've temporarily created a directory to place the 4.17 systemvm template
for testing , which post testing will be removed. This was done so as to
ensure that travis doesn't fail
##########
File path: engine/schema/pom.xml
##########
@@ -181,7 +182,8 @@
</goals>
<configuration>
<checkSignature>true</checkSignature>
-
<url>https://download.cloudstack.org/systemvm/${cs.version}/systemvmtemplate-${cs.version}.${patch.version}-kvm.qcow2.bz2</url>
+<!--
<url>https://download.cloudstack.org/systemvm/${cs.version}/systemvmtemplate-${cs.version}.${patch.version}-kvm.qcow2.bz2</url>-->
Review comment:
same as above
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]