Files @ 24c9b2692ae4
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Mads Kiilerich
install-iis: fix failure - replace paster ensure_file with explicit file writing

ensure_file was a paster thing, not present in gearbox, and install-iis would
thus fail.

With this, install-iis has been tested to no longer crash.
#!/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