Skip to content

ORC-2203: Remove unused variables in docker/run-all.sh#2686

Closed
dongjoon-hyun wants to merge 1 commit into
apache:mainfrom
dongjoon-hyun:ORC-2203
Closed

ORC-2203: Remove unused variables in docker/run-all.sh#2686
dongjoon-hyun wants to merge 1 commit into
apache:mainfrom
dongjoon-hyun:ORC-2203

Conversation

@dongjoon-hyun

Copy link
Copy Markdown
Member

What changes were proposed in this pull request?

This PR aims to remove unused variable assignments (URL, CLONE, MAKEDIR, VOLUME) from docker/run-all.sh.

Why are the changes needed?

These variables are leftovers from before the per-OS build logic was extracted into docker/run-one.sh, which defines and uses its own CLONE/MAKEDIR/VOLUME. In run-all.sh, they are never referenced; the build loop invokes ./run-one.sh $1 $2 $build with the positional arguments directly. URL is also removed because it was only referenced by the unused CLONE. The GITHUB_USER=$1 and BRANCH=$2 assignments are kept as documentation of the expected arguments.

How was this patch tested?

Manual review.

Was this patch authored or co-authored using generative AI tooling?

Generated-by: Claude Fable 5

@dongjoon-hyun dongjoon-hyun added this to the 3.0.0 milestone Jul 10, 2026
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