Skip to content

Add bitcoind to eget_packages and update installation command - #46

Draft
kenorb wants to merge 1 commit into
dev-nodejsfrom
dev-bitcoind
Draft

Add bitcoind to eget_packages and update installation command#46
kenorb wants to merge 1 commit into
dev-nodejsfrom
dev-bitcoind

Conversation

@kenorb

@kenorb kenorb commented Jul 27, 2026

Copy link
Copy Markdown
Owner

Summary by Sourcery

Add bitcoind as an eget-managed package and make the Bitcoin Core version configurable via a new bitcoin_version variable.

New Features:

  • Add support for installing Bitcoin Core bitcoind via eget as an optional package

Enhancements:

  • Introduce a configurable bitcoin_version variable with a default version used in the bitcoind download URL

@coderabbitai

coderabbitai Bot commented Jul 27, 2026

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 3f1655a0-3b24-471b-b7e7-528397793e4b

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dev-bitcoind

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.

@sourcery-ai

sourcery-ai Bot commented Jul 27, 2026

Copy link
Copy Markdown
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Adds bitcoind as an eget-managed package and introduces a configurable bitcoin_version variable used to construct the download URL, including architecture-specific handling for the bitcoind binary.

File-Level Changes

Change Details Files
Add eget configuration for installing bitcoind from Bitcoin Core releases.
  • Define an eget package entry for bitcoind using a direct HTTPS URL to bitcoincore.org releases.
  • Select architecture-specific tarball names based on eget_arch, mapping x86_64 to x86_64, arm64 to aarch64, and others to arm.
  • Use eget’s --file and --to options to extract the bitcoind binary from the downloaded archive into a standard path.
.ansible/playbooks/tasks/eget.yml
Expose bitcoin_version as an Ansible variable and include bitcoind in the default eget_packages list.
  • Introduce a bitcoin_version variable with a default value, used by the bitcoind eget command.
  • Add bitcoind to the default eget_packages list with a brief descriptive comment.
  • Ensure the bitcoind download command falls back to the default bitcoin_version if not overridden.
.ansible/variables-example.yml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@github-actions

Copy link
Copy Markdown

⛔ Workflow Failures Detected

The following job errors and annotations were found:

  • Check / check / Link Checker at .github:126: Process completed with exit code 2.
  • Check / check / Link Checker at .github:125: Summary report available at: https://github.com/kenorb/dotfiles/actions/runs/30289834085#summary-90056611669
  • Check / check / Pre-commit at .github:96: Process completed with exit code 1.
  • Check / check / Pre-commit at .ansible/variables-example.yml:174: Line too long (125 > 120 characters)
  • Check / check / Pre-commit at .ansible/playbooks/tasks/eget.yml:118: Line too long (122 > 120 characters)
  • Check / check / Pre-commit at .ansible/playbooks/tasks/eget.yml:109: Line too long (131 > 120 characters)
  • Check / check / Pre-commit at .ansible/playbooks/tasks/eget.yml:88: Line too long (139 > 120 characters)
  • Check / check / Pre-commit at .ansible/playbooks/tasks/eget.yml:118: 118:121 [line-length] line too long (122 > 120 characters)
  • Check / check / Pre-commit at .ansible/playbooks/tasks/eget.yml:109: 109:121 [line-length] line too long (131 > 120 characters)
  • Check / check / Pre-commit at .ansible/playbooks/tasks/eget.yml:88: 88:121 [line-length] line too long (139 > 120 characters)
  • Check / check / Pre-commit at .ansible/variables-example.yml:174: 174:121 [line-length] line too long (125 > 120 characters)

🛠️ Run Links

@github-actions github-actions Bot added the check-error Workflow reported errors label Jul 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

check-error Workflow reported errors

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant