Files @ c77888faf2aa
Branch filter:

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

Mads Kiilerich
tests: avoid test_pullrequests keeping dead sqlalchemy repository instance around outside transaction

The previous behaviour happened to work but is fragile when things change -
such as migrating to TG2.
#!/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