dogecoin/contrib/subtrees.json
Patrick Lodder b0342b0dfa
ci: check subtrees
Does a checkout of the full commit history and checks the status
integrity of each subtree using the git-subtree-check.sh provided
in contrib/devtools. Default subtree remotes are defined in the
new file contrib/subtrees.json
2025-04-20 16:02:21 -04:00

18 lines
401 B
JSON

[
{
"name": "univalue-subtree",
"path": "src/univalue",
"remote": "https://github.com/dogecoin/univalue-subtree.git"
},
{
"name": "secp256k1-subtree",
"path": "src/secp256k1",
"remote": "https://github.com/bitcoin-core/secp256k1.git"
},
{
"name": "leveldb-subtree",
"path": "src/leveldb",
"remote": "https://github.com/bitcoin-core/leveldb-subtree"
}
]