Conversation
batocera-upgrade already reads updates.url with a fallback to updates.batocera.org. The --update action (what ES's own update notification uses) had that URL hardcoded, so setting updates.url did nothing for it. Confirmed live: with updates.url set to a custom manifest, --update now checks that URL instead of updates.batocera.org. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01S6emcPYtMgjwcmPBmUt74u
Contributor
|
Is a correct fix even if outdated meanwhile for that purpose. |
crcerror
added a commit
to crcerror/batocera.linux
that referenced
this pull request
Sep 18, 2026
Removed update functionality and reset RetroArch option from batocera-es-swissknife script. --update code is 1:1 integrated to batocera-upgrade since v44 --resetra code is useless and was barely used This will make PR batocera-linux#16412 obsolete
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
batocera-upgradealready readsupdates.urlwith a fallback toupdates.batocera.org. The--updateaction (what ES's own update notification uses) had that URL hardcoded, so settingupdates.urldid nothing for it.Confirmed live: with
updates.urlset to a custom manifest,--updatenow checks that URL instead ofupdates.batocera.org.