view scripts/run-all-cleanup @ 7901:ac6cc1b8a07e

scripts: new maintainer script validate-minimum-dependency-versions Automate what we can. This script could be added later to an encompassing script 'prepare-for-release' (which would also do other release-related steps). The trick '2> >(tee "$log" >&2)' sends the error output to the console while at the same time writing to a file. It uses bash-specific syntax (process substitution: >(...) ) See https://stackoverflow.com/a/692407/2941347 . Includes contributions by Mads Kiilerich.
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Sun, 27 Oct 2019 20:51:04 +0100
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