Skip to content

Redirect bookworm entry script to default-branch webconfig#8

Draft
d4rken wants to merge 1 commit into
bookwormfrom
chore/bookworm-entry-redirect
Draft

Redirect bookworm entry script to default-branch webconfig#8
d4rken wants to merge 1 commit into
bookwormfrom
chore/bookworm-entry-redirect

Conversation

@d4rken
Copy link
Copy Markdown
Member

@d4rken d4rken commented May 26, 2026

The deployed bg-update.sh on 2025/bookworm feeders fetches update-webconfig.sh from the bookworm branch. That copy currently hardcodes git clone -b bookworm, so clicking Update permanently reinstalls the old bookworm webconfig.

This points the entry script at the default-branch (master) webconfig: it downloads master's update-webconfig.sh to a temp file and runs it, so a single Update run installs the channel-aware webconfig. After that first upgrade the channel system takes over and this branch is no longer consulted.

Draft on purpose — merge only at go-live, after the default branch carries the release code.

The deployed bg-update.sh on 2025/bookworm feeders fetches this entry script from the bookworm branch, which currently hardcodes a clone of the bookworm branch and so perpetually reinstalls the old webconfig. Point it at the default-branch webconfig so a single Update Feeder run migrates the feeder onto the channel-aware webconfig; after that this branch is no longer consulted. Downloads to a temp file and runs it rather than eval-piping.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant