Files @ 5e4afc5fd29e
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Mads Kiilerich
setup: TurboGears 2.4 (and WebOb 1.8.0)

All the known problems blocking an upgrade has been fixed.
#!/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