;examples: debconf: fixes

This commit is contained in:
Simon Michael 2026-01-09 13:48:42 -10:00
parent 87a53ff77d
commit 0286068c0f
2 changed files with 4 additions and 3 deletions

View File

@ -17,7 +17,7 @@ all: \
dc%: dc%:
git clone --filter=blob:none --sparse http://salsa.debian.org/debconf-team/public/data/$@ git clone --filter=blob:none --sparse http://salsa.debian.org/debconf-team/public/data/$@
git -C $@ sparse-checkout set --no-cone budget '!budget/invoices' git -C $@ sparse-checkout set --no-cone budget '!budget/invoices'
git -C $@ apply ../patches/$@.patch git -C $@ apply --allow-empty ../patches/$@.patch
# make check-ledger, check-hledger - check readability of all years # make check-ledger, check-hledger - check readability of all years
check-%: check-%:

View File

@ -7,5 +7,6 @@ Each year has its own repo, and the repos are big.
To clone just the accounting data for a few recent years: `make` To clone just the accounting data for a few recent years: `make`
To clone all years, starting 2017: `make all` To clone all years, starting 2017: `make all`
Some patches for hledger readability will be applied. (These might need updating from time to time.) Some patches for hledger readability will be applied. (These might need updating from time to time.)
To check h/ledger readability: `make check-hledger`
To check ledger readability: `make check-ledger` To check hledger readability: `make check-hledger`
To check ledger readability: `make check-ledger`