Start the arc42 contract and publish the first ADR set
Add the owner-facing publication contract, a regenerable ADR review ledger, and publication entries for this repo's ADR-0001 plus the eight ready railiance-master ADRs.
This commit is contained in:
parent
7a24e9107f
commit
a8fb62a3bc
34 changed files with 9669 additions and 28 deletions
2
Makefile
2
Makefile
|
|
@ -10,7 +10,7 @@ build:
|
|||
|
||||
check:
|
||||
python3 -m unittest discover -s tests -p 'test_*.py'
|
||||
python3 -m py_compile tools/render.py tools/build_site.py tools/check_currency.py tools/verify_release.py tools/source_inventory.py tools/fetch_sources.py
|
||||
python3 -m py_compile tools/render.py tools/build_site.py tools/check_currency.py tools/verify_release.py tools/source_inventory.py tools/fetch_sources.py tools/adr_review_ledger.py
|
||||
$(MAKE) source-audit
|
||||
git diff --check
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue