Files @ e6e69ed2c89e
Branch filter:

Location: kallithea/scripts/run-all-cleanup - annotation

Mads Kiilerich
summary: inline _load_changelog_summary

It makes more sense to have this summary specific code in the summary
controller.
#!/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