Update download/config URLs after repo renames#2692
Merged
Conversation
Repoint at the new repo names instead of GitHub's non-permanent rename redirects: - rfs -> zos_rfs (scripts/install_deps.sh, bins/packages/rfs/rfs.sh, debug doc) - zos-config -> zos_config (bootstrap hub.rs runtime config fetch) - zinit -> zos_zinit ; 0-initramfs -> zos_initramfs (doc links) Verified rfs v1.1.1/v1.1.4/v2.0.6 and zos_config runmode files return 200. Go module deps (zosbase/tfchain/tfgrid-sdk-go) are out of scope (P1). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
939254b to
a79ba6e
Compare
The 'Set up Go' step (actions/setup-go@v1) fails on the current GitHub host runner. Bump to v5 in the two affected host-runner workflows only. The container-based package builders are left untouched (they run in an older glibc image and must keep their existing action versions). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
a79ba6e to
83708c2
Compare
19 tasks
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.
Repoints download/runtime URLs at the new repo names instead of relying on GitHub's non-permanent rename redirects.
Build/runtime-critical:
rfs->zos_rfs:scripts/install_deps.sh,bins/packages/rfs/rfs.shzos-config->zos_config:bootstrap/bootstrap/src/hub.rs(runtime config fetch)Doc links:
zinit->zos_zinit,rfs->zos_rfs,0-initramfs->zos_initramfsVerified rfs v1.1.1/v1.1.4/v2.0.6 and the zos_config runmode files return 200. No functional change.
Scope: P0 only — Go module deps (zosbase/tfchain/tfgrid-sdk-go) are the separate module-path migration.
Part of the repo-rename migration off GitHub redirects.