Conversation
|
The following URL:
Does not return 404 and works as expected: I think this puts the entire "Why" question of your PR on thin ice:
The important context is that SCRIPT_BRANCH="master" is intentional semantics, not simply "the name of the GitHub default branch." Every release the Github workflow sets the SCRIPT_BRANCH to "MASTER" as found here: MerlinAutoUpdate-Router/MerlinAU.sh Line 26 in b3c262e And all downflow logic works as expected. |
|
For this PR. If you can find evidence of this 404 your talking about, we can reconsider it :) |
|
You're right... I rechecked this and my premise was incorrect. |

Summary
MerlinAU's stable branch is
main, but several production/stable references still point to the removedmasterbranch.This PR updates only MerlinAU-owned stable branch references:
MerlinAU.shstablecommand targetREADME.mdThe GNUton firmware URL in
gnuton_webs_update.shis intentionally left unchanged because it refers to a different upstream repository whose branch is stillmaster.Why
https://raw.githubusercontent.com/ExtremeFiretop/MerlinAutoUpdate-Router/master/MerlinAU.shcurrently returns 404 because this repository usesmainanddev, notmaster.The stale branch name also affects switching back to the stable release and the release workflow.
Validation
dev.masterreferences remain inMerlinAU.sh,README.md, or.github/workflows/Create-NewReleases.yml.masterURL remains unchanged.