view scripts/run-all-cleanup @ 6790:8cea7986ed79

manifest: update file name list - for example, fix the path to the template.ini.mako config template The template.ini.mako was renamed in 6c8af2d22deb when the gearbox make-config command was introduced. 'gearbox make-config' in an installed environment would fail without this file.
author Mads Kiilerich <mads@kiilerich.com>
date Sat, 12 Aug 2017 17:28:40 +0200
parents 40edadecda69
children 51af7c12ffb1
line wrap: on
line source

#!/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