Page MenuHomePhabricator

Add update-seeds to automated-commits
ClosedPublic

Authored by jasonbcox on Feb 10 2020, 23:52.

Details

Summary

This will allow us to automatically update seeds and detangle it from our release process.

Depends on D5246 and D5331

Test Plan
curl seederdump.bitframe.org/seeds_main.txt > ~/Downloads/seeds_main.txt
curl seederdump.bitframe.org/seeds_test.txt > ~/Downloads/seeds_test.txt
SEEDS_MAIN=~/Downloads/seeds_main.txt SEEDS_TEST=~/Downloads/seeds_test.txt COMMIT_TYPE=update-seeds ./automated-commits.sh  # dry-run

Diff Detail

Repository
rABC Bitcoin ABC
Branch
autoseeds
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 9576
Build 17056: Default Diff Build & Tests
Build 17055: arc lint + arc unit

Event Timeline

  • Rebase
  • Decouple dependencies from CI
Fabien requested changes to this revision.Feb 25 2020, 20:26
Fabien added a subscriber: Fabien.
Fabien added inline comments.
contrib/source-control-tools/automated-commits.sh
106 ↗(On Diff #16496)

makeseeds is executable and has a shebang, so you can avoid calling it using python3.

121 ↗(On Diff #16496)

You need to build first

This revision now requires changes to proceed.Feb 25 2020, 20:26

Fixed build and addressed feedback

This revision is now accepted and ready to land.Feb 26 2020, 15:08
This revision was automatically updated to reflect the committed changes.