Files @ 8cea7986ed79
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Mads Kiilerich
manifest: update file name list - for example, fix the path to the template.ini.mako config template

The template.ini.mako was renamed in 6c8af2d22deb when the gearbox make-config
command was introduced. 'gearbox make-config' in an installed environment would
fail without this file.
#!/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