armbian_build/lib/functions/general
Ricardo Pardini d2bb1f893a extensions: many fixes; allow for dumping the source of hooks, via dump_extension_method_sources_functions() and dump_extension_method_sources_body()
- fix: indent of generated sources
- fix: no reason to source the generated file in a loop. do it once. 20x faster?
- `dump_extension_method_sources_functions "name_of_hook"`: get function definitions (inside braces)
- `dump_extension_method_sources_body "name_of_hook"`: get the function bodies (sans-braces)
2023-03-31 09:12:44 +02:00
..
bat-cat.sh bat-cat: introduce tooling support for bat (colorized/smart cat), including DEBIAN/xxx syntaxes; cached in Docker image 2023-03-31 09:12:44 +02:00
chroot-helpers.sh Add / modify (c) in bash scripts (#4922) 2023-03-09 18:30:40 +01:00
cleaning.sh cleaning: stop lying about CLEAN_LEVEL=debs -- now it simply deletes every .deb in the folder (same as =alldebs) 2023-03-31 09:12:44 +02:00
countdown.sh Add / modify (c) in bash scripts (#4922) 2023-03-09 18:30:40 +01:00
deprecations.sh stop the build if LIB_TAG is set at all; some users expect it to work while it doesn't 2023-03-17 08:32:11 +01:00
downloads.sh Add / modify (c) in bash scripts (#4922) 2023-03-09 18:30:40 +01:00
extensions.sh extensions: many fixes; allow for dumping the source of hooks, via dump_extension_method_sources_functions() and dump_extension_method_sources_body() 2023-03-31 09:12:44 +02:00
git-ref2info.sh Add / modify (c) in bash scripts (#4922) 2023-03-09 18:30:40 +01:00
git.sh Add / modify (c) in bash scripts (#4922) 2023-03-09 18:30:40 +01:00
github-actions.sh Add / modify (c) in bash scripts (#4922) 2023-03-09 18:30:40 +01:00
hash-files.sh Add / modify (c) in bash scripts (#4922) 2023-03-09 18:30:40 +01:00
memoize-cached.sh Add / modify (c) in bash scripts (#4922) 2023-03-09 18:30:40 +01:00
oci-oras.sh oras: add --insecure to further retries if we get a failure on first try, to workaround GitHub's March/2023 mess with certificates 2023-03-31 09:12:44 +02:00
python-tools.sh Add / modify (c) in bash scripts (#4922) 2023-03-09 18:30:40 +01:00
retry.sh Add / modify (c) in bash scripts (#4922) 2023-03-09 18:30:40 +01:00
shellcheck.sh tools: oci-oras/shellcheck: fix, test if binary already in place before considering copying it, but only after BIN is actually defined 2023-03-31 09:12:44 +02:00