Files @ 240d54a3091e
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Mads Kiilerich
install-iis: remove import of non-existing AbstractInstallCommand

'gearbox -h' would fail to import install--is and complain:

Could not load EntryPoint.parse('install-iis = kallithea.lib.paster_commands.install_iis:Command')

AbstractInstallCommand was a paster thing, not present in gearbox ... but also
no longer used.
#!/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