Files @ f770722cdb6c
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Mads Kiilerich
celery: drop wrong use of on_failure - if it should work, it should be a method somewhere, not a local function
#!/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