armbian-build/lib/functions/logging
Ricardo Pardini a9d5969f21 config_post_main: sanity checks for RELEASE (vs ARCH) and RELEASE+DESKTOP_ENVIRONMENT (vs ARCH)
- the interactive menus didn't allow interactive users to select invalid combinations...
- ... but if specified directly on cmdline, no checks were done at all.
- introduce `exit_with_target_not_supported_error()`, which is just `exit_with_error` (code 43) but with code 44
  - this way the targets pipeline can just warn instead of break;
  - sometimes it's easier multiplying matrixes and skipping the few that can't be built
2023-08-23 21:35:02 +02:00
..
capture.sh capture: set globals CAPTURED_VARS_NAMES and CAPTURED_VARS_ARRAY (instead of CAPTURED_VARS_ARRAY that was space-delimited); filter and sort last-minute 2023-03-31 09:12:44 +02:00
debug-dump.sh Add / modify (c) in bash scripts (#4922) 2023-03-09 18:30:40 +01:00
display-alert.sh config/lib/exts: run shellfmt 2023-08-22 14:28:14 +02:00
export-logs.sh export-logs: introduce PASTE_URL to make easy to change paste service used 2023-06-13 12:07:40 +02:00
logging.sh logging: better logging when ANSI_COLOR=none (eg, during info collection) 2023-04-15 22:43:06 +02:00
runners.sh Add compatibility for non-FHS 3.0 systems 2023-07-19 23:16:22 +02:00
section-logging.sh Add / modify (c) in bash scripts (#4922) 2023-03-09 18:30:40 +01:00
stacktraces.sh Add / modify (c) in bash scripts (#4922) 2023-03-09 18:30:40 +01:00
trap-logging.sh trap-logging: don't export markdown logs and GHA summary unless GHA_EXPORT_MD_SUMMARY=yes (try to make unicorns go away) 2023-08-12 12:04:22 +02:00
traps.sh config_post_main: sanity checks for RELEASE (vs ARCH) and RELEASE+DESKTOP_ENVIRONMENT (vs ARCH) 2023-08-23 21:35:02 +02:00