Files @ dd1c939c33b7
Branch filter:

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

Mads Kiilerich
templates: drop a few breadcrumbs definitions - they are not used anyway

Only the main breadcrumbs definition in base.html is used - it then calls
breadcrumbs_links that is used in most page templates.
#!/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