-
Notifications
You must be signed in to change notification settings - Fork 30
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
config: enable release snapshots in selector #58
Comments
It's hidden so no regular user breaks the system thinking it's fine to install something unreleased. Feel free to use the GitHub page here with snapshots enabled, however it does not show 24.10 since it not in the |
Related #7 |
Oh, yeah, I forgot about that one. |
Ok, so how about adding them as |
Mentioned this in #7 (comment) |
Same should be done for MAIN SNAPSHOT in my opinion, as that is even more dangerous to use compared to RELEASE SNAPSHOTs. |
How about we add https://openwrt.github.io/firmware-selector-openwrt-org/ to the github project description? This has snapshots enabled. But normal users should not be exposed to snapshots. |
Sure, that would be good enough for me. Add a bit of verbiage "advanced users blah blah snapshots can brick your device..." |
@aparcar I do not see 23.05-SNAPSHOT, 22.03-SNAPSHOT, 21.02-SNAPSHOT and 19.07-SNAPSHOT in https://downloads.openwrt.org/.versions.json . Yet those are listed in https://openwrt.github.io/firmware-selector-openwrt-org/ . Why is 24.10-SNAPSHOT not listed then ? It has been a month since 24.10 was branched. |
When the FS https://github.com/openwrt/firmware-selector-openwrt-org/blob/master/www/index.js#L789 Once |
OK, then let's add the link to the firmware selector mit the snapshots somewhere (https://openwrt.github.io/firmware-selector-openwrt-org/) and close this ticket. It is important for the common user not to the tempted or confused to download release snapshots. |
If that's the general feeling, then I'd say take main SNAPSHOT out of the public firmware selector, too, as it is generally far more dangerous than the release snapshots. |
@efahl true, SNAPSHOT is far more dangerous. But at least it is not that easy to be mistaken as something stable. |
Resolved in #58 (comment) |
@mwarning @aparcar
What do you think about toggling on the release-SNAPSHOT builds in FS? They are already available in
auc
andowut
by default, seems like it's just a roadblock for people who want to use FS to do the same job.https://github.com/openwrt/firmware-selector-openwrt-org/blob/master/www/config.js#L17
The text was updated successfully, but these errors were encountered: