Files @ 46db3368c2ae
Branch filter:

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

Mads Kiilerich
lib: drop dbmigrate waitress check for Python 2.5 - we currently only support 2.6 and 2.7
#!/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