Man pages should have public facing defaults

This commit is contained in:
Finn 2021-02-02 17:39:21 -08:00
parent fd3f363a17
commit 7ec577ce44

View file

@ -54,7 +54,7 @@ build:x86:deb:
- apt-get install -y ./*.deb && rm -vf *.deb
script:
- echo "generating man pages"
- go run ./cmd/signaldctl doc -o man
- SIGNALDCTL_PUBLIC_DOC_MODE=on go run ./cmd/signaldctl doc -o man
- ls *.1 > debian/manpages
- gbp dch --ignore-branch --debian-tag="%(version)s" --git-author --new-version="$(git describe --abbrev=0)+git$(date +%Y-%m-%d)r$(git rev-parse --short=8 HEAD).$(git rev-list $(git describe --abbrev=0)..HEAD --count)"
- dpkg-buildpackage -us -uc -b