-
-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FW release 2.8.1 #91
FW release 2.8.1 #91
Conversation
tagging @mmilata to review the script, but probably no need to wait for his review. we can modify the script later if there are problems. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about folders 1
and 2
? If we stop updating them, we need to adjust the releases check.
firmware/t2t1/releases.json
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add firmware_revision: 632b9561559b7ab6824bb7eeac072874e07b7b82
for T2T1. We use it for a new security check: trezor/trezor-suite#13495
We'll eventually add it for all models.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added
import click | ||
from trezorlib import firmware | ||
|
||
ROOT = Path(__file__).parent.parent.resolve() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The URLs should start with data/firmware/
, but they start with firmware/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
f8f8e66
to
19965b8
Compare
changed in force-push (messed up my fixups, sorry.) |
4e7f80d
to
0a5f404
Compare
Also adding a script that can generate releases.json -- sorely needed!
It's still kind of incomplete though.