Fred
Fred
This looks good to me, thanks for this PR 👍🏻 I was trying the new configuration locally but it seems that it doesn't recognise the version `2`. Am I doing...
Thanks! I had a quick look at the JSON schema specs and hmmm it does look cutting edge 😐
You're right, I wouldn't expect the status to be `2` 🤔 Can you please post your profile configuration (with any repository information redacted) so I can get a better idea...
Right, I see what's happening: - the `check` command fails immediately since the repository is not available - resticprofile stops after the `check` failed, without trying to run a `backup`...
Hey, I need a bit more information than that. It could be so many things. As a starting point, can you post your configuration file (with any repository information redacted)...
Fixed in v0.21.0 👍🏻
I believe it's also possible to get this information from https://chromiumdash.appspot.com/ Using this endpoint https://chromiumdash.appspot.com/fetch_releases?channel=Stable&platform=Linux&num=1&offset=0 returns: ```json [ { "channel": "Stable", "chromium_main_branch_position": 1181205, "hashes": { "angle": "be854a0aa2c5ca2a3c00d1ba1df4101dfb434556", "chromium": "e3344ddefa12e60436fa28c81cf207c1afb4d0a9", "dawn":...
The number in the field `chromium_main_branch_position` is the one called `Revision` in `*launcher.Browser`. I have a script that always download the latest version using this 👍🏻
🤔 you're right, there's something wrong. It totally worked last week with version 117, but it doesn't work today with version 118 😢
Right, I was looking at this again this morning and I found out that google is now releasing testing versions at the same time as the full version. Apparently the...