armbian-build/lib/functions
Ricardo Pardini 59d6690a11 git-ref2info: many fixes for nonstandard repos; try a few different dereference and refs/ combinations in a certain order; remove codeaurora repo handling
- git-ref2info: when resolving SHA1's for 'xxx' tag or branch, try first `refs/heads/xxx`, then just 'xxx'; validate SHA1 with 40-char regexp
  - this works-around Gerrit-style repositories that have a 'refs/for/xxx' ref that gets in the way
  - case in point: https://github.com/hardkernel/u-boot/tree/odroidc-v2011.03 (has both refs/heads/odroidc-v2011.03 and refs/for/odroidc-v2011.03)
- git-ref2info: when processing tags for a SHA1, try both dereference and non-dereferenced, in that order, to get a SHA1
  - this solves old problem reported in #4916: GitHub incorrectly processes dereference requests for tags that are not actually annotated
  - case in point: https://github.com/ayufan-rock64/linux-kernel/releases/tag/4.4.202-1237-rockchip-ayufan
- `codeaurora` is no more, https://bye.codeaurora.org/
2023-04-28 21:32:52 +02:00
..
artifacts add dockerproxy to accelerate ghcr.io 2023-04-18 09:28:25 +02:00
bsp bsp-cli/distro-agnostic: introduce KEEP_ORIGINAL_OS_RELEASE=yes so Debian/Ubuntu PRETTY_NAME is left unchanged in /etc/os-release 2023-04-15 22:43:06 +02:00
cli docker/sudo: better control/info over CLI relaunch args; introduce CLI relaunch envs 2023-04-21 14:26:33 +02:00
compilation fix rtl88x2cs compilation for kernel 6.3 2023-04-28 21:32:29 +02:00
configuration interactive: desktop: use set_interactive_config_value() so user-selected desktop options appear in repeat build args 2023-04-21 14:26:33 +02:00
general git-ref2info: many fixes for nonstandard repos; try a few different dereference and refs/ combinations in a certain order; remove codeaurora repo handling 2023-04-28 21:32:52 +02:00
host Fixed execution rights docker.sh 2023-04-22 20:08:26 +02:00
image Use native xz 2023-04-18 09:29:17 +02:00
logging logging: include Repeat Build Args in markdown/ANSI logs 2023-04-21 14:26:33 +02:00
main interactive: sort the params included in Repeat Build Options; don't quote values 2023-04-21 14:26:33 +02:00
rootfs rootfs/image: avoid apt junk leftover by debootstrap; add warnings and debugs over target cache and general rootfs sizes 2023-04-18 16:27:06 +02:00