You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2018/07/26 15:34:45 UTC

[GitHub] rafaelweingartner commented on a change in pull request #2775: Fix typo in ISO url

rafaelweingartner commented on a change in pull request #2775: Fix typo in ISO url
URL: https://github.com/apache/cloudstack/pull/2775#discussion_r205503599
 
 

 ##########
 File path: tools/appliance/builtin/template.json
 ##########
 @@ -23,7 +23,7 @@
       "disk_interface": "virtio",
       "net_device": "virtio-net",
 
-      "iso_url": "http://mirror.nbrc.ac.in/centos/7/isos/x86_64/CentOS-7-x86_64-Minimal-1808.iso",
+      "iso_url": "http://mirror.nbrc.ac.in/centos/7/isos/x86_64/CentOS-7-x86_64-Minimal-1804.iso",
 
 Review comment:
   Is this hash correct?
   
   I took the hash of that file and it is something else:
   ```
   $ wget http://mirror.nbrc.ac.in/centos/7/isos/x86_64/CentOS-7-x86_64-Minimal-1804.iso
   $ md5sum CentOS-7-x86_64-Minimal-1804.iso
   fabdc67ff3a1674a489953effa285dfd  CentOS-7-x86_64-Minimal-1804.iso
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services