KanoComputing / kano-burners

SD Card burner for OSX
GNU General Public License v2.0
12 stars 11 forks source link

Update the `latest.json` on the server to contain `filename` and `base_url` #34

Closed tombettany closed 9 years ago

tombettany commented 9 years ago

Changes on the server need to be made from merging https://github.com/KanoComputing/kano-burners/pull/25.

The latest.json should be

{
    "name": "Kano OS",
    "version": "Beta 1.3.2",
    "filename": "Kanux-Beta-v1.3.2.img",
    "base_url": "http://downloads.kano.me/public/"
}

@pazdera Does this file get automatically generated by the server or is it manually edited?

pazdera commented 9 years ago

@tombettany The latest.json one is manual - we change it every release based on which image we want to release. I already added those entries: http://downloads.kano.me/public/latest.json

tombettany commented 9 years ago

Oh @pazdera, I don't know how I missed that. Perfect. I'll close this then.

tombettany commented 9 years ago

@pazdera Looks like we are missing a public/ on base_url. The line should read

"base_url": "http://downloads.kano.me/public/"

not "base_url": "http://downloads.kano.me/"

From https://github.com/KanoComputing/kano-burners/issues/27

Ealdwulf commented 9 years ago

@tombettany @pazdera Looks like this is fixed now?

tombettany commented 9 years ago

Looks like it

Ealdwulf commented 9 years ago

@alex5imon I think this can be closed, as it refers to the json file on the server which is correct otherwise the burner would not work at all. Rather than assigning someone to test this ticket, we should make sure that checking that the burner can fetch the image is on the list of things to do when we make a release.