Files @ 44e6e66c1855
Branch filter:

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

domruf
templates: get rid of repo_breadcrumbs

Generate the the breadcrumbs directly in the templates.
That is what templates are for, generating html code.
#!/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