Page MenuHomePhabricator

Make seed updating automation support multiple networks
AcceptedPublic

Authored by jasonbcox on Nov 10 2020, 00:03.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Summary

See title.

Depends on D8340

Test Plan

Should only update ABC seeds:

ABC_SEEDS_MAIN=~/Downloads/seeds_main.txt ABC_SEEDS_TEST=~/Downloads/seeds_test.txt ./update-seeds.sh abc
git show

Default should update both ABC and BCHN seeds (same input files used for simplicity):

ABC_SEEDS_MAIN=~/Downloads/seeds_main.txt ABC_SEEDS_TEST=~/Downloads/seeds_test.txt \
BCHN_SEEDS_MAIN=~/Downloads/seeds_main.txt BCHN_SEEDS_TEST=~/Downloads/seeds_test.txt ./update-seeds.sh
git show

Diff Detail