Skip to content

Rename AUR package: basecamp-bin → basecamp-cli#175

Merged
jeremy merged 3 commits intomainfrom
aur
Mar 1, 2026
Merged

Rename AUR package: basecamp-bin → basecamp-cli#175
jeremy merged 3 commits intomainfrom
aur

Conversation

@jeremy
Copy link
Member

@jeremy jeremy commented Mar 1, 2026

Summary

  • Rename AUR package from basecamp-bin to basecamp-cli — the -bin suffix implies a source-building counterpart that doesn't exist
  • Drop basecamp-cli from conflicts list (can't conflict with itself)
  • Update install instructions and release docs to match
  • Fix flaky TestCircuitBreakerFailureInHalfOpenOpens under race detector

basecamp-cli was already registered on AUR by @robzolkos; goreleaser will overwrite the PKGBUILD on next release. basecamp-bin should be deleted from AUR manually.

Test plan

  • grep -r 'basecamp-bin' . returns zero matches
  • goreleaser check validates config
  • goreleaser release --snapshot --skip=publish,sign builds successfully (AUR writes dist/aur/basecamp-cli-bin.pkgbuild)

jeremy added 2 commits March 1, 2026 15:30
The -bin suffix implies a source-building counterpart that doesn't exist.
basecamp-cli matches the upstream project name and AUR convention for
single-variant packages.

Drops basecamp-cli from conflicts since the package can't conflict with
itself. Keeps basecamp in conflicts to prevent co-installation with
future variants.
Copilot AI review requested due to automatic review settings March 1, 2026 23:30
@github-actions github-actions bot added docs documentation Improvements or additions to documentation labels Mar 1, 2026
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Renames the Arch Linux AUR package reference from basecamp-bin to basecamp-cli across release automation and user-facing docs, aligning naming with the actual packaging strategy.

Changes:

  • Update GoReleaser AUR configuration to publish basecamp-cli and point at the new AUR git URL.
  • Update README install instructions for Arch Linux / Omarchy to use basecamp-cli.
  • Update release documentation to reference basecamp-cli for AUR setup and distribution channels.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
RELEASING.md Updates AUR references and setup steps to basecamp-cli.
README.md Updates Arch Linux / Omarchy install command to yay -S basecamp-cli.
.goreleaser.yaml Renames the AUR package and updates the AUR git URL; removes self-conflict entry.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

The 1ms OpenTimeout meant the circuit re-transitioned from open back to
half-open between RecordFailure and State() under race detector overhead.
Use a long timeout and backdate the open timestamp to force the half-open
transition deterministically.
@github-actions github-actions bot added tests Tests (unit and e2e) bug Something isn't working and removed documentation Improvements or additions to documentation labels Mar 1, 2026
@jeremy jeremy merged commit 168512a into main Mar 1, 2026
23 checks passed
@jeremy jeremy deleted the aur branch March 1, 2026 23:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working docs tests Tests (unit and e2e)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants