Skip to content

Fix unbound WHITE in Alpine mixed-repo prompt - #54

Merged
cursor[bot] merged 1 commit into
mainfrom
cursor/alpine-white-unbound-3e81
Aug 5, 2026
Merged

Fix unbound WHITE in Alpine mixed-repo prompt#54
cursor[bot] merged 1 commit into
mainfrom
cursor/alpine-white-unbound-3e81

Conversation

@Narehood

@Narehood Narehood commented Aug 5, 2026

Copy link
Copy Markdown
Owner

Summary

Fixes alpineUpgrade.sh: line 772: WHITE: unbound variable when the mixed-repo update-anyway prompt is shown under set -u.

Cause

The options banner used ${WHITE} but that color variable was never defined.

Fix

Define WHITE alongside the other ANSI colors and guard it in the Alpine upgrade smoke test.

Open in Web Open in Cursor 

The update-anyway options banner referenced unset WHITE, which aborted
alpineUpgrade.sh when mixed repositories were detected.

Co-authored-by: Michael <Narehood@users.noreply.github.com>
@coderabbitai

coderabbitai Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

@cursor[bot], you've reached your PR review limit, so we couldn't start this review.

Next review available in: 3 minutes

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 54793ba1-0c25-4ca7-b4b1-945b2b60e029

📥 Commits

Reviewing files that changed from the base of the PR and between 0fe10fe and dc5b9f7.

📒 Files selected for processing (3)
  • Installers/.checksums.sha256
  • Installers/alpineUpgrade.sh
  • tests/alpine-upgrade.sh

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@cursor
cursor Bot marked this pull request as ready for review August 5, 2026 19:39
@cursor
cursor Bot merged commit d345025 into main Aug 5, 2026
3 checks passed
@cursor
cursor Bot deleted the cursor/alpine-white-unbound-3e81 branch August 5, 2026 19:39
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.

2 participants