docs: reword "earthly" -> "earthbuild" in internal Earthfile comments#643
docs: reword "earthly" -> "earthbuild" in internal Earthfile comments#643kmannislands wants to merge 1 commit into
Conversation
Rewords descriptive prose references to the project/tool in the comments of internal build, release, and test Earthfiles (e.g. "the earthly client" -> "the earthbuild client", "lint runs ... against the earthly project" -> "earthbuild project"). Scoped to comment lines only. Deliberately leaves untouched: - literal command examples (`earthly +target`, `earthly config`, ...) - file/config paths (.earthlyignore, .earthly/config.yml, earthly_config) - URLs (github.com/earthly/..., homebrew-earthly, earthly/lib) - env vars (EARTHLY_*) and released target names (earthly-linux-amd64, ...) - commented-out RUN_EARTHLY code (owned by the UDC-rename PR) - user-facing examples/ and `earthly doc` behavior fixtures Changed Earthfiles parse via `earthly debug ast` (the sole parse failure, tests/invalid/leading-whitespace.earth, is an intentionally invalid fixture that fails identically on main). Reduces "earthly" line count by 30. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
🎉 Are we earthbuild yet?Great progress! You've reduced "earthly" occurrences by 30 (0.55%) 📈 Overall Progress
📁 Changes by file type:
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. |
There was a problem hiding this comment.
Code Review
This pull request systematically updates comments and documentation across various Earthfiles to replace references to 'earthly' with 'earthbuild'. There are no review comments, and I have no additional feedback to provide.
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.
janishorsts
left a comment
There was a problem hiding this comment.
My mind is picking up on variations in names - Earthbuild, earthbuild, EarthBuild.
I perceive EarthBuild as org-level stuff, and earth as CLI-related. Not concerned about the naming. Yet.
Otherwise, it's ok.
What
Rewords descriptive prose references to the project/tool in the comments of internal build, release, and test Earthfiles — e.g.
# the earthly client that ships it→# the earthbuild client,# lint runs ... against the earthly project→earthbuild project.Scope / safety
Comment lines only. Deliberately left untouched:
earthly +target,earthly config,earthly --config).earthlyignore,.earthly/config.yml,earthly_config)github.com/earthly/...,homebrew-earthly,earthly/lib)EARTHLY_*) and released target names (earthly-linux-amd64, ...)RUN_EARTHLYcode (owned by the UDC-rename PR test: rename RUN_EARTHLY test UDCs to RUN_EARTHBUILD #642)examples/andearthly docbehavior fixturesVerification
earthly debug ast. The one parse failure —tests/invalid/leading-whitespace.earth— is an intentionally-invalid fixture testing the parser's error handling; it fails identically onmain, and my edit there was comment-only.earthlyline count by 30.🤖 Generated with Claude Code