-
-
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
Firmware releases cleanup #80
Conversation
Can we symlink it? It is my understanding that AWS S3 where this is hosted doesn't support symbolic links but |
question for @vdovhanych :) |
I don't see how this commit improves anything but it can break many things. I suggest not touching something that is not broken. NACK |
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.
I'm with @prusnak on this one. I see the benefit of putting only one file here, but the releases.json is a bit different, and it can break something. Depending on what actually consumes these files, if it will work for that, then why not? We just need to make sure it's not breaking anything.
to be good citizens of the internet, I would propose the following: (1) We keep existing binaries in
|
I am closing this because there is not enough support/reasoning to remove the old data and risk breaking something. I talked to @vdovhanych about the logs and retrieving them would cost more time than I can justify so we'll just leave it as is. For future updates, we can follow @matejcik's recommendations 1, 2a (but maybe we keep updating the JSONs?) and 3. |
The first commit removes firmware binaries from directories using the old names
1
and2
. As I understand it, those exist for backward compatibility oftrezorctl
. However,releases.json
could just point to the new directories to avoid duplication, as suggested in #77 (comment). There is still some amount of duplication because the samereleases.json
exist in both directories - maybe it is feasible to redirect from one URL to the other?The second commit removes the
min_bridge_version
property fromreleases.json
. We don't use this property in Suite, perhaps it is not used anywhere else either. Not sure about this one.