Point the dev-channel checkout clone at omacom/omarchy - #9088
Open
PixelatedContinuum wants to merge 1 commit into
Open
Point the dev-channel checkout clone at omacom/omarchy#9088PixelatedContinuum wants to merge 1 commit into
PixelatedContinuum wants to merge 1 commit into
Conversation
bin/omarchy-channel-set's 'dev' channel clones the source repo directly to ~/omarchy. Its URL still used the pre-rename basecamp/omarchy org. Updated test/shell.d/channel-test.sh in the same commit since it asserts that clone URL verbatim; test/shell.d/channel-test.sh passes against the updated command.
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.
Same rename as #9080 and #9087 (
basecamp/omarchy→omacom/omarchy), splitout separately because this one is coupled to a test rather than a plain
reference swap.
bin/omarchy-channel-set'sdevchannel clones the source repo directly to~/omarchy:test/shell.d/channel-test.shasserts that exact clone command, including theURL, verbatim — so fixing the script without the test would fail CI, and
fixing the test without the script would just pin the stale URL harder. Both
move together in this commit.
Verified before changing anything
git ls-remote https://github.com/basecamp/omarchy.git HEADresolvescorrectly today (GitHub's git smart-HTTP protocol follows the org rename), so
this isn't fixing a live clone failure — it's the same future-proofing as the
other two PRs.
Testing
bash test/shell.d/channel-test.sh— all 33 assertions pass, including "devclones the source checkout to ~/omarchy" and "dev activates the checkout
before changing or updating packages," against the updated URL.
./test/all— same 5 pre-existing, unrelated failures as a cleanquattrocheckout (see #9087 for detail);
channel-test.shis not among them.