MicrosoftEdge / dev.microsoftedge.com-vms

Scripts used to generate the free VMs available at https://dev.microsoftedge.com
MIT License
81 stars 22 forks source link

MD5 files are missing #18

Open balcsida opened 6 years ago

balcsida commented 6 years ago

E.g.:

balcsida commented 6 years ago

Also, is it possible to include the MD5 itself to the JSON (I don't want to spam with new issues)?

molant commented 6 years ago

We changed the location of the MD5 files a while ago and there's been too much copy paste in the live json. The right format should be:

https://az792536.vo.msecnd.net/vms/md5/VMBuild_{BUILDNUMBER}/{BROWSERVERSION}.{WINDOWSVERSION}.{VIRTUALIZATIONTECHNOLOGY}.zip.md5.txt

The links that work for your examples are:

https://az792536.vo.msecnd.net/vms/md5/VMBuild_20180306/IE8.Win7.VMWare.zip.md5.txt https://az792536.vo.msecnd.net/vms/md5/VMBuild_20150916/IE10.Win7.VirtualBox.zip.md5.txt

Also, is it possible to include the MD5 itself to the JSON (I don't want to spam with new issues)?

I can look into that, but I don't know when I'll have time to do it. If you want to do a PR I promise to review it.

balcsida commented 6 years ago

Thanks, I will try to create a PR when I have time (and the knowledge). :)