armbian-build/lib/functions/general
Ricardo Pardini 1fd5d519d4 introduce armbian-base-files artifact, which downloads & repacks base-files from upstream distro
- bsp-cli: now depends on `base-files (>= ${REVISION})`, this way upgrading the bsp-cli causes our base-files to be installed
  - bsp-cli no longer does gymnastics with /etc/os-release et al, all done in armbian-base-files now
- general/apt-utils.sh: introduce `apt_find_upstream_package_version_and_download_url()`
- base-files: add release to version, in order to comply with repo restrictions (valid repos can't have two different debs with same name and version, md5 must match)
2023-05-18 20:49:06 +02:00
..
apt-utils.sh introduce armbian-base-files artifact, which downloads & repacks base-files from upstream distro 2023-05-18 20:49:06 +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 git-ref2info: retries for getting Makefile body (https://raw.githubusercontent.com has been failing a lot) 2023-05-01 22:47:03 +02:00
git.sh use common sed for GITHUB_SOURCE replace 2023-04-21 14:21:28 +02:00
github-actions.sh github-actions: more logging for GHA actions outputs 2023-05-16 20:09:47 +02:00
hash-files.sh artifacts(debs): rationalize "bash hash" creation with new calculate_hash_for_bash_deb_artifact() helper 2023-05-16 20:09:47 +02:00
memoize-cached.sh memoize-cached: add flock locking to run_memoized() to avoid error when run in parallel 2023-04-18 09:27:38 +02:00
oci-oras.sh oci-oras: retry harder, and sleep for more time, if push failed 2023-05-16 20:09:47 +02:00
python-tools.sh pipeline: add output-gha-workflow-template.py utility, for rendering GHA workflow YAML templates with chunks 2023-05-03 07:49:53 +02:00
retry.sh logging/retries: curb CI/GHA warning emitted _for each retry_ 2023-05-15 17:43:25 +02: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