Files @ 36e22160e5e5
Branch filter:

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

Søren Løvborg
db: rename RepoGroup.group_parent_id to parent_group_id

Also for consistency with the existing parent_group relationship.
#!/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