Files @ ab80515f3096
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Mads Kiilerich
ini: drop redundant template update of [handler_console] level=DEBUG

After 05d09cec7b26, the handlers in the default template no longer had a
'level' setting the ini generator could override with DEBUG. We are apparently
fine without it, so just remove the last traces.
#!/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