Skip to content

docs: reword "earthly" -> "earthbuild" in shell script comments#646

Open
kmannislands wants to merge 1 commit into
mainfrom
reword-shell-comments
Open

docs: reword "earthly" -> "earthbuild" in shell script comments#646
kmannislands wants to merge 1 commit into
mainfrom
reword-shell-comments

Conversation

@kmannislands

Copy link
Copy Markdown

What

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 repoearthbuild, # runs as Earthly-in-EarthlyEarthbuild-in-Earthbuild.

Scope / safety

Comment lines only. Left untouched:

  • The count scripts themselves (count-earthly.sh, test-earthly-count.sh) — their comments describe counting earthly literally
  • Command examples, container/artifact names (earthly-buildkit, earthly-* globs)
  • Paths (~/.earthly, ~/bin/earthly-v) and env vars ($EARTHLY_TMP_DIR, EARTHLY_IMAGE)

Verification

  • All changed scripts pass bash -n; per-file diff confirms each edited line dropped its earthly reference with no new one introduced.
  • Reduces the tracked earthly line count by 26.

🤖 Generated with Claude Code

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>
@kmannislands kmannislands added the ai-assisted Authored with AI assistance label Jul 3, 2026
@kmannislands kmannislands requested a review from a team as a code owner July 3, 2026 16:46
@kmannislands kmannislands requested review from gilescope and removed request for a team July 3, 2026 16:46

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown

🎉 Are we earthbuild yet?

Great progress! You've reduced "earthly" occurrences by 26 (0.48%)

📈 Overall Progress

Branch Total Count
main 5408
This PR 5382
Difference -26 (0.48%)

Keep up the great work migrating from Earthly to Earthbuild! 🚀

💡 Tips for finding more occurrences

Run locally to see detailed breakdown:

./.github/scripts/count-earthly.sh

Note that the goal is not to reach 0.
There is anticipated to be at least some occurences of earthly in the source code due to backwards compatibility with config files and language constructs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ai-assisted Authored with AI assistance

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants