Files @ 1eca0ed41a6e
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Mads Kiilerich
ssh: let SshKeyModelException inherit from vcs RepositoryError - such exceptions are shown nicely in the UI
#!/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