Files @ 736f058d6172
Branch filter:

Location: kallithea/scripts/run-all-cleanup

domruf
tests: split _add_files_and_push in two

In some cases it is usefull to push the data separately.
For example if a test tries to push multiple times.
#!/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