Files @ 23057179017f
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Andrew Shadura
docs: add information about extra dependencies we now need

We have always needed some development packages, but never said
that explicitly. Now that bcrypt also requires libffi-dev, we
should mention that.
#!/usr/bin/sh

# Convenience script for running various idempotent source code cleanup scripts

set -e
set -x

scripts/docs-headings.py
scripts/generate-ini.py
scripts/whitespacecleanup.sh