fix(ci): rename lib/ → public/, bump rclone/commit actions to v1.1.1, fix checksums#163
Closed
Copilot wants to merge 4 commits into
Closed
fix(ci): rename lib/ → public/, bump rclone/commit actions to v1.1.1, fix checksums#163Copilot wants to merge 4 commits into
Copilot wants to merge 4 commits into
Conversation
Agent-Logs-Url: https://github.com/z-shell/src/sessions/732be9d2-1fcb-4a9e-8f00-891ceacf20ba Co-authored-by: ss-o <59910950+ss-o@users.noreply.github.com>
Deploying src with
|
| Latest commit: |
c4dd1be
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://66ff36a9.zi-src.pages.dev |
| Branch Preview URL: | https://copilot-explore-codebase-imp.zi-src.pages.dev |
d721457 to
0b199fd
Compare
Member
|
Closing — superseded by #162 which covers the same lib→public migration work with cleaner commits. |
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.
Two CI failures on
main: rclone workflow 401 errors (v1.0.9 pinned Alpine packages, broken config path resolver) and checksum workflow failures (stale hashes referencing oldlib/paths).Directory rename:
lib/→public/git mvall files underlib/topublic/(scripts, zsh, snippets, headers, index, checksum)Script URL updates
public/sh/install.sh:zi-src/main/lib/zsh/init.zsh→public/zsh/init.zsh;zi/main/lib/zsh/git-process-output.zsh→public/zsh/;lib/sh/install_zpmod.sh→public/sh/public/sh/sync-init.sh:DEFAULT_LOCAL,DEFAULT_REMOTE,DEFAULT_CHECKSUM_URL,CHECKSUM_KEYall updated topublic/pathspublic/zsh/init.zsh,public/zsh/snippets/welcome.zsh: remaininglib/raw URLs updatedChecksums regenerated
public/checksum.txtrewritten withpublic/path keys and recalculated SHA-256 hashes for the two changed scripts (install.sh,sync-init.sh)CI workflow updates
check-linux.yml,check-macos.yml,win-install.yml: path triggers andruncommands point topublic/checksum.yml: patterns,workDir, commit action bumpedd367630 (v1.0.9)→3222f53 (v1.1.1)deploy-gh-pages.yml:publish_dir: ./publicrclone-action.yml: trigger changed frompush to main (paths: lib/**)→push to gh-pages;local_path: "."(gh-pages branch contains only published content); rclone action bumped to v1.1.1Tests
tests/installers.shupdated: syntax checks, checksum reader, fake curl URL stubs, and all test invocations now referencepublic/