Files @ 4707d09d49a6
Branch filter:

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

Mads Kiilerich
repos: make edit_permissions_revoke controller return an actual (empty) body on success

The code 204 was slightly confusing even though technically OK.
#!/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