docs: reword "earthly" -> "earthbuild" in shell script comments#646
docs: reword "earthly" -> "earthbuild" in shell script comments#646kmannislands wants to merge 1 commit into
Conversation
Rewords descriptive prose references to the project/tool in shell-script comments, including the "earthly-in-earthly" testing term (e.g. "test earthly can access a public repo" -> "test earthbuild ...", "runs as Earthly-in-Earthly" -> "Earthbuild-in-Earthbuild"). Scoped to comment lines only. Left untouched: the count scripts themselves (count-earthly.sh, test-earthly-count.sh, which describe counting "earthly" literally), command examples, container/artifact names (earthly-buildkit, earthly-*), paths (~/.earthly, ~/bin/earthly-v), and env vars ($EARTHLY_TMP_DIR, EARTHLY_IMAGE). All changed scripts pass `bash -n`. Reduces "earthly" line count by 26. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Code Review
This pull request updates various scripts, test files, and wrapper comments to rename references from 'earthly' to 'earthbuild'. I have no feedback to provide as there are no review comments.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
🎉 Are we earthbuild yet?Great progress! You've reduced "earthly" occurrences by 26 (0.48%) 📈 Overall Progress
Keep up the great work migrating from Earthly to Earthbuild! 🚀 💡 Tips for finding more occurrencesRun locally to see detailed breakdown: ./.github/scripts/count-earthly.shNote that the goal is not to reach 0. |
What
Rewords descriptive prose references to the project/tool in shell-script comments, including the
earthly-in-earthlytesting term — e.g.# test earthly can access a public repo→earthbuild,# runs as Earthly-in-Earthly→Earthbuild-in-Earthbuild.Scope / safety
Comment lines only. Left untouched:
count-earthly.sh,test-earthly-count.sh) — their comments describe countingearthlyliterallyearthly-buildkit,earthly-*globs)~/.earthly,~/bin/earthly-v) and env vars ($EARTHLY_TMP_DIR,EARTHLY_IMAGE)Verification
bash -n; per-file diff confirms each edited line dropped itsearthlyreference with no new one introduced.earthlyline count by 26.🤖 Generated with Claude Code