##// END OF EJS Templates
scripts/make-release: install ldap and pam to fix isort instabilities...
scripts/make-release: install ldap and pam to fix isort instabilities isort (triggered by scripts/whitespacecleanup.sh) needs to know which modules are local and which are not, to separate them with a newline. If a module cannot be found, it will be treated as local, apparently. When ldap is not installed in the current environment, a difference was created by isort in kallithea/bin/ldap_sync.py.

File last commit:

r6023:40edadec default
r7867:22321950 stable
Show More
run-all-cleanup
10 lines | 185 B | text/plain | TextLexer
#!/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