Feature #10509
Provide an ISO description file for testing
0%
Description
Subtasks
History
#1 Updated by sajolida 2015-11-07 08:30:30
- Status changed from Confirmed to In Progress
- Assignee changed from sajolida to ma1
- QA Check set to Ready for QA
- Feature Branch set to web/10509-idf
Done in web/10509-idf. Giorgio, can you review that so I can merge it and put it online?
#2 Updated by ma1 2015-11-07 09:59:00
Nevermind, I’ve found it. Looks good, thanks.
#3 Updated by ma1 2015-11-07 19:57:03
The yaml files are fine.
As soon as they’re online, the conf/data-sources.json file can be changed from
{
“iso”: “https://tails.boum.org/inc/stable_i386_iso_url/”,
“hash”: “https://tails.boum.org/inc/stable_i386_hash/”
}
(the two distinct places which it currently fetches to parse the data)
to
{
“iso”: “https://tails.boum.org/install/v1/Tails/i386/stable/latest.yml”,
“hash”: “https://tails.boum.org/install/v1/Tails/i386/stable/latest.yml”
}
with no change to the code and no redundant requests.
#4 Updated by sajolida 2015-11-07 23:57:24
This might be your most convinient option: https://git-tails.immerda.ch/tails/commit/?h=web/10509-idf&id=40e22d494c3443cae96d8986748a666dca19056e
#5 Updated by sajolida 2015-11-08 00:16:21
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Applied in changeset commit:ea8fc02241da6432896e061bf839c960b358ad15.
#6 Updated by sajolida 2015-11-08 00:17:41
- Assignee deleted (
ma1) - % Done changed from 100 to 0
- QA Check deleted (
Ready for QA)
Merged, then and it’s live:
https://tails.boum.org/install/v1/Tails/i386/stable/latest.yml
Sorry for the noise (waking up, crossposting, blah).