docker-mailserver/target/scripts
Brennan Kinney 851ec8cbcd
refactor: Revise `check-for-changes.sh` (#2615)
- Inline docs for `check-for-changes.sh` have been shuffled around and revised a bit.
- Change processing extracted from the main change detection loop method to their own methods:
   - `_get_changed_files()` - Clarifies what is going on (and how) without having to look it up. To reduce noise in the main logic loop, extracted to a separate method.
   - `_postfix_dovecot_changes()` - The bulk of change processing was moved to this method. I've added conditionals to only run relevant logic.
   - `_ssl_changes()` - Just shifted, no logic changed. `REGEX_NEVER_MATCH` and `ACME_CERT_DIR` vars scope set to `local`.
2022-06-12 11:36:37 +12:00
..
helpers refactor: Revise `check-for-changes.sh` (#2615) 2022-06-12 11:36:37 +12:00
startup refactor: Share a common helper (vhost builder) for sourcing domains (#2620) 2022-06-10 10:57:10 +12:00
wrapper refactoring: split helper functions into smaller scripts (#2420) 2022-02-21 11:56:57 +01:00
check-for-changes.sh refactor: Revise `check-for-changes.sh` (#2615) 2022-06-12 11:36:37 +12:00
start-mailserver.sh chore: Merge `helpers/sasl.sh` into `helpers/relay.sh` (#2605) 2022-06-06 10:59:42 +12:00
update-check.sh scripts: refactoring & miscellaneous small changes (#2499) 2022-03-26 10:17:08 +01:00