Skip to content

fix: update _JBS_BASE to src/just_bashit/ after src restructure#9

Open
hunterdsp wants to merge 1 commit into
mainfrom
fix/jbs-base-path
Open

fix: update _JBS_BASE to src/just_bashit/ after src restructure#9
hunterdsp wants to merge 1 commit into
mainfrom
fix/jbs-base-path

Conversation

@hunterdsp

Copy link
Copy Markdown
Contributor

The src/ restructure moved all scripts under src/just_bashit/ but _JBS_BASE in just-runit still pointed to the old src/ path. When jbx tried to co-fetch siblings (toml.sh, pkg.sh, etc.) it hit 404s, causing install-deps and any modularised script to fail with:

/home/runner/.cache/just-runit/toml.sh: No such file or directory

This fix updates _JBS_BASE to src/just_bashit/ so the co-fetch mechanism resolves correctly. The Pages site (just-buildit.github.io) already serves a patched copy for immediate relief while this lands.

🤖 Generated with Claude Code

The src/ restructure moved all scripts to src/just_bashit/ but _JBS_BASE
still pointed to src/. This caused all co-fetched siblings (toml.sh,
pkg.sh, etc.) to 404 when jbx tried to populate its cache, breaking
install-deps and any other script that sources sibling libs.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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