123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053 |
- #!/usr/bin/env bash
- # This file is/was autogenerated by lib/tools/gen-library.sh; don't modify manually
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/artifacts/artifact-firmware.sh
- # shellcheck source=lib/functions/artifacts/artifact-firmware.sh
- source "${SRC}"/lib/functions/artifacts/artifact-firmware.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/artifacts/artifact-full_firmware.sh
- # shellcheck source=lib/functions/artifacts/artifact-full_firmware.sh
- source "${SRC}"/lib/functions/artifacts/artifact-full_firmware.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/artifacts/artifact-kernel.sh
- # shellcheck source=lib/functions/artifacts/artifact-kernel.sh
- source "${SRC}"/lib/functions/artifacts/artifact-kernel.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/artifacts/artifact-rootfs.sh
- # shellcheck source=lib/functions/artifacts/artifact-rootfs.sh
- source "${SRC}"/lib/functions/artifacts/artifact-rootfs.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/artifacts/artifact-uboot.sh
- # shellcheck source=lib/functions/artifacts/artifact-uboot.sh
- source "${SRC}"/lib/functions/artifacts/artifact-uboot.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/artifacts/artifacts-obtain.sh
- # shellcheck source=lib/functions/artifacts/artifacts-obtain.sh
- source "${SRC}"/lib/functions/artifacts/artifacts-obtain.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/artifacts/artifacts-registry.sh
- # shellcheck source=lib/functions/artifacts/artifacts-registry.sh
- source "${SRC}"/lib/functions/artifacts/artifacts-registry.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/bsp/bsp-cli.sh
- # shellcheck source=lib/functions/bsp/bsp-cli.sh
- source "${SRC}"/lib/functions/bsp/bsp-cli.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/bsp/bsp-desktop.sh
- # shellcheck source=lib/functions/bsp/bsp-desktop.sh
- source "${SRC}"/lib/functions/bsp/bsp-desktop.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/bsp/utils-bsp.sh
- # shellcheck source=lib/functions/bsp/utils-bsp.sh
- source "${SRC}"/lib/functions/bsp/utils-bsp.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/cli/cli-artifact.sh
- # shellcheck source=lib/functions/cli/cli-artifact.sh
- source "${SRC}"/lib/functions/cli/cli-artifact.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/cli/cli-build.sh
- # shellcheck source=lib/functions/cli/cli-build.sh
- source "${SRC}"/lib/functions/cli/cli-build.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/cli/cli-configdump.sh
- # shellcheck source=lib/functions/cli/cli-configdump.sh
- source "${SRC}"/lib/functions/cli/cli-configdump.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/cli/cli-distccd.sh
- # shellcheck source=lib/functions/cli/cli-distccd.sh
- source "${SRC}"/lib/functions/cli/cli-distccd.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/cli/cli-docker.sh
- # shellcheck source=lib/functions/cli/cli-docker.sh
- source "${SRC}"/lib/functions/cli/cli-docker.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/cli/cli-jsoninfo.sh
- # shellcheck source=lib/functions/cli/cli-jsoninfo.sh
- source "${SRC}"/lib/functions/cli/cli-jsoninfo.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/cli/cli-oras.sh
- # shellcheck source=lib/functions/cli/cli-oras.sh
- source "${SRC}"/lib/functions/cli/cli-oras.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/cli/cli-patch.sh
- # shellcheck source=lib/functions/cli/cli-patch.sh
- source "${SRC}"/lib/functions/cli/cli-patch.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/cli/cli-requirements.sh
- # shellcheck source=lib/functions/cli/cli-requirements.sh
- source "${SRC}"/lib/functions/cli/cli-requirements.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/cli/cli-undecided.sh
- # shellcheck source=lib/functions/cli/cli-undecided.sh
- source "${SRC}"/lib/functions/cli/cli-undecided.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/cli/commands.sh
- # shellcheck source=lib/functions/cli/commands.sh
- source "${SRC}"/lib/functions/cli/commands.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/cli/entrypoint.sh
- # shellcheck source=lib/functions/cli/entrypoint.sh
- source "${SRC}"/lib/functions/cli/entrypoint.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/cli/utils-cli.sh
- # shellcheck source=lib/functions/cli/utils-cli.sh
- source "${SRC}"/lib/functions/cli/utils-cli.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/compilation/armbian-kernel.sh
- # shellcheck source=lib/functions/compilation/armbian-kernel.sh
- source "${SRC}"/lib/functions/compilation/armbian-kernel.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/compilation/atf.sh
- # shellcheck source=lib/functions/compilation/atf.sh
- source "${SRC}"/lib/functions/compilation/atf.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/compilation/ccache.sh
- # shellcheck source=lib/functions/compilation/ccache.sh
- source "${SRC}"/lib/functions/compilation/ccache.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/compilation/distcc.sh
- # shellcheck source=lib/functions/compilation/distcc.sh
- source "${SRC}"/lib/functions/compilation/distcc.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/compilation/kernel-config.sh
- # shellcheck source=lib/functions/compilation/kernel-config.sh
- source "${SRC}"/lib/functions/compilation/kernel-config.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/compilation/kernel-debs.sh
- # shellcheck source=lib/functions/compilation/kernel-debs.sh
- source "${SRC}"/lib/functions/compilation/kernel-debs.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/compilation/kernel-git-bundle.sh
- # shellcheck source=lib/functions/compilation/kernel-git-bundle.sh
- source "${SRC}"/lib/functions/compilation/kernel-git-bundle.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/compilation/kernel-git-oras.sh
- # shellcheck source=lib/functions/compilation/kernel-git-oras.sh
- source "${SRC}"/lib/functions/compilation/kernel-git-oras.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/compilation/kernel-git.sh
- # shellcheck source=lib/functions/compilation/kernel-git.sh
- source "${SRC}"/lib/functions/compilation/kernel-git.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/compilation/kernel-make.sh
- # shellcheck source=lib/functions/compilation/kernel-make.sh
- source "${SRC}"/lib/functions/compilation/kernel-make.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/compilation/kernel-patching.sh
- # shellcheck source=lib/functions/compilation/kernel-patching.sh
- source "${SRC}"/lib/functions/compilation/kernel-patching.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/compilation/kernel.sh
- # shellcheck source=lib/functions/compilation/kernel.sh
- source "${SRC}"/lib/functions/compilation/kernel.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/compilation/packages/armbian-config-deb.sh
- # shellcheck source=lib/functions/compilation/packages/armbian-config-deb.sh
- source "${SRC}"/lib/functions/compilation/packages/armbian-config-deb.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/compilation/packages/firmware-deb.sh
- # shellcheck source=lib/functions/compilation/packages/firmware-deb.sh
- source "${SRC}"/lib/functions/compilation/packages/firmware-deb.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/compilation/packages/plymouth-deb.sh
- # shellcheck source=lib/functions/compilation/packages/plymouth-deb.sh
- source "${SRC}"/lib/functions/compilation/packages/plymouth-deb.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/compilation/packages/utils-dpkgdeb.sh
- # shellcheck source=lib/functions/compilation/packages/utils-dpkgdeb.sh
- source "${SRC}"/lib/functions/compilation/packages/utils-dpkgdeb.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/compilation/packages/zsh-deb.sh
- # shellcheck source=lib/functions/compilation/packages/zsh-deb.sh
- source "${SRC}"/lib/functions/compilation/packages/zsh-deb.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/compilation/patch/drivers-harness.sh
- # shellcheck source=lib/functions/compilation/patch/drivers-harness.sh
- source "${SRC}"/lib/functions/compilation/patch/drivers-harness.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/compilation/patch/drivers_network.sh
- # shellcheck source=lib/functions/compilation/patch/drivers_network.sh
- source "${SRC}"/lib/functions/compilation/patch/drivers_network.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/compilation/patch/kernel-drivers.sh
- # shellcheck source=lib/functions/compilation/patch/kernel-drivers.sh
- source "${SRC}"/lib/functions/compilation/patch/kernel-drivers.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/compilation/patch/patching.sh
- # shellcheck source=lib/functions/compilation/patch/patching.sh
- source "${SRC}"/lib/functions/compilation/patch/patching.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/compilation/uboot-git.sh
- # shellcheck source=lib/functions/compilation/uboot-git.sh
- source "${SRC}"/lib/functions/compilation/uboot-git.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/compilation/uboot-patching.sh
- # shellcheck source=lib/functions/compilation/uboot-patching.sh
- source "${SRC}"/lib/functions/compilation/uboot-patching.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/compilation/uboot.sh
- # shellcheck source=lib/functions/compilation/uboot.sh
- source "${SRC}"/lib/functions/compilation/uboot.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/compilation/utils-compilation.sh
- # shellcheck source=lib/functions/compilation/utils-compilation.sh
- source "${SRC}"/lib/functions/compilation/utils-compilation.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/configuration/aggregation.sh
- # shellcheck source=lib/functions/configuration/aggregation.sh
- source "${SRC}"/lib/functions/configuration/aggregation.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/configuration/compilation-config.sh
- # shellcheck source=lib/functions/configuration/compilation-config.sh
- source "${SRC}"/lib/functions/configuration/compilation-config.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/configuration/config-desktop.sh
- # shellcheck source=lib/functions/configuration/config-desktop.sh
- source "${SRC}"/lib/functions/configuration/config-desktop.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/configuration/interactive.sh
- # shellcheck source=lib/functions/configuration/interactive.sh
- source "${SRC}"/lib/functions/configuration/interactive.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/configuration/main-config.sh
- # shellcheck source=lib/functions/configuration/main-config.sh
- source "${SRC}"/lib/functions/configuration/main-config.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/configuration/menu.sh
- # shellcheck source=lib/functions/configuration/menu.sh
- source "${SRC}"/lib/functions/configuration/menu.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/configuration/package-lists.sh
- # shellcheck source=lib/functions/configuration/package-lists.sh
- source "${SRC}"/lib/functions/configuration/package-lists.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/general/chroot-helpers.sh
- # shellcheck source=lib/functions/general/chroot-helpers.sh
- source "${SRC}"/lib/functions/general/chroot-helpers.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/general/cleaning.sh
- # shellcheck source=lib/functions/general/cleaning.sh
- source "${SRC}"/lib/functions/general/cleaning.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/general/countdown.sh
- # shellcheck source=lib/functions/general/countdown.sh
- source "${SRC}"/lib/functions/general/countdown.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/general/downloads.sh
- # shellcheck source=lib/functions/general/downloads.sh
- source "${SRC}"/lib/functions/general/downloads.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/general/extensions.sh
- # shellcheck source=lib/functions/general/extensions.sh
- source "${SRC}"/lib/functions/general/extensions.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/general/git-ref2info.sh
- # shellcheck source=lib/functions/general/git-ref2info.sh
- source "${SRC}"/lib/functions/general/git-ref2info.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/general/git.sh
- # shellcheck source=lib/functions/general/git.sh
- source "${SRC}"/lib/functions/general/git.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/general/github-actions.sh
- # shellcheck source=lib/functions/general/github-actions.sh
- source "${SRC}"/lib/functions/general/github-actions.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/general/hash-files.sh
- # shellcheck source=lib/functions/general/hash-files.sh
- source "${SRC}"/lib/functions/general/hash-files.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/general/memoize-cached.sh
- # shellcheck source=lib/functions/general/memoize-cached.sh
- source "${SRC}"/lib/functions/general/memoize-cached.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/general/oci-oras.sh
- # shellcheck source=lib/functions/general/oci-oras.sh
- source "${SRC}"/lib/functions/general/oci-oras.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/general/python-tools.sh
- # shellcheck source=lib/functions/general/python-tools.sh
- source "${SRC}"/lib/functions/general/python-tools.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/general/retry.sh
- # shellcheck source=lib/functions/general/retry.sh
- source "${SRC}"/lib/functions/general/retry.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/general/shellcheck.sh
- # shellcheck source=lib/functions/general/shellcheck.sh
- source "${SRC}"/lib/functions/general/shellcheck.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/host/apt-cacher-ng.sh
- # shellcheck source=lib/functions/host/apt-cacher-ng.sh
- source "${SRC}"/lib/functions/host/apt-cacher-ng.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/host/basic-deps.sh
- # shellcheck source=lib/functions/host/basic-deps.sh
- source "${SRC}"/lib/functions/host/basic-deps.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/host/docker.sh
- # shellcheck source=lib/functions/host/docker.sh
- source "${SRC}"/lib/functions/host/docker.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/host/external-toolchains.sh
- # shellcheck source=lib/functions/host/external-toolchains.sh
- source "${SRC}"/lib/functions/host/external-toolchains.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/host/host-release.sh
- # shellcheck source=lib/functions/host/host-release.sh
- source "${SRC}"/lib/functions/host/host-release.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/host/host-utils.sh
- # shellcheck source=lib/functions/host/host-utils.sh
- source "${SRC}"/lib/functions/host/host-utils.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/host/mktemp-utils.sh
- # shellcheck source=lib/functions/host/mktemp-utils.sh
- source "${SRC}"/lib/functions/host/mktemp-utils.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/host/mountpoints.sh
- # shellcheck source=lib/functions/host/mountpoints.sh
- source "${SRC}"/lib/functions/host/mountpoints.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/host/prepare-host.sh
- # shellcheck source=lib/functions/host/prepare-host.sh
- source "${SRC}"/lib/functions/host/prepare-host.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/host/tmpfs-utils.sh
- # shellcheck source=lib/functions/host/tmpfs-utils.sh
- source "${SRC}"/lib/functions/host/tmpfs-utils.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/host/wsl2.sh
- # shellcheck source=lib/functions/host/wsl2.sh
- source "${SRC}"/lib/functions/host/wsl2.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/image/compress-checksum.sh
- # shellcheck source=lib/functions/image/compress-checksum.sh
- source "${SRC}"/lib/functions/image/compress-checksum.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/image/fingerprint.sh
- # shellcheck source=lib/functions/image/fingerprint.sh
- source "${SRC}"/lib/functions/image/fingerprint.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/image/initrd.sh
- # shellcheck source=lib/functions/image/initrd.sh
- source "${SRC}"/lib/functions/image/initrd.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/image/loop.sh
- # shellcheck source=lib/functions/image/loop.sh
- source "${SRC}"/lib/functions/image/loop.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/image/partitioning.sh
- # shellcheck source=lib/functions/image/partitioning.sh
- source "${SRC}"/lib/functions/image/partitioning.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/image/rootfs-to-image.sh
- # shellcheck source=lib/functions/image/rootfs-to-image.sh
- source "${SRC}"/lib/functions/image/rootfs-to-image.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/image/write-device.sh
- # shellcheck source=lib/functions/image/write-device.sh
- source "${SRC}"/lib/functions/image/write-device.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/logging/capture.sh
- # shellcheck source=lib/functions/logging/capture.sh
- source "${SRC}"/lib/functions/logging/capture.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/logging/debug-dump.sh
- # shellcheck source=lib/functions/logging/debug-dump.sh
- source "${SRC}"/lib/functions/logging/debug-dump.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/logging/display-alert.sh
- # shellcheck source=lib/functions/logging/display-alert.sh
- source "${SRC}"/lib/functions/logging/display-alert.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/logging/export-logs.sh
- # shellcheck source=lib/functions/logging/export-logs.sh
- source "${SRC}"/lib/functions/logging/export-logs.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/logging/logging.sh
- # shellcheck source=lib/functions/logging/logging.sh
- source "${SRC}"/lib/functions/logging/logging.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/logging/runners.sh
- # shellcheck source=lib/functions/logging/runners.sh
- source "${SRC}"/lib/functions/logging/runners.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/logging/section-logging.sh
- # shellcheck source=lib/functions/logging/section-logging.sh
- source "${SRC}"/lib/functions/logging/section-logging.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/logging/stacktraces.sh
- # shellcheck source=lib/functions/logging/stacktraces.sh
- source "${SRC}"/lib/functions/logging/stacktraces.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/logging/trap-logging.sh
- # shellcheck source=lib/functions/logging/trap-logging.sh
- source "${SRC}"/lib/functions/logging/trap-logging.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/logging/traps.sh
- # shellcheck source=lib/functions/logging/traps.sh
- source "${SRC}"/lib/functions/logging/traps.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/main/build-packages.sh
- # shellcheck source=lib/functions/main/build-packages.sh
- source "${SRC}"/lib/functions/main/build-packages.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/main/config-interactive.sh
- # shellcheck source=lib/functions/main/config-interactive.sh
- source "${SRC}"/lib/functions/main/config-interactive.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/main/config-prepare.sh
- # shellcheck source=lib/functions/main/config-prepare.sh
- source "${SRC}"/lib/functions/main/config-prepare.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/main/default-build.sh
- # shellcheck source=lib/functions/main/default-build.sh
- source "${SRC}"/lib/functions/main/default-build.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/main/rootfs-image.sh
- # shellcheck source=lib/functions/main/rootfs-image.sh
- source "${SRC}"/lib/functions/main/rootfs-image.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/main/start-end.sh
- # shellcheck source=lib/functions/main/start-end.sh
- source "${SRC}"/lib/functions/main/start-end.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/rootfs/apt-install.sh
- # shellcheck source=lib/functions/rootfs/apt-install.sh
- source "${SRC}"/lib/functions/rootfs/apt-install.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/rootfs/apt-sources.sh
- # shellcheck source=lib/functions/rootfs/apt-sources.sh
- source "${SRC}"/lib/functions/rootfs/apt-sources.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/rootfs/boot_logo.sh
- # shellcheck source=lib/functions/rootfs/boot_logo.sh
- source "${SRC}"/lib/functions/rootfs/boot_logo.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/rootfs/create-cache.sh
- # shellcheck source=lib/functions/rootfs/create-cache.sh
- source "${SRC}"/lib/functions/rootfs/create-cache.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/rootfs/customize.sh
- # shellcheck source=lib/functions/rootfs/customize.sh
- source "${SRC}"/lib/functions/rootfs/customize.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/rootfs/distro-agnostic.sh
- # shellcheck source=lib/functions/rootfs/distro-agnostic.sh
- source "${SRC}"/lib/functions/rootfs/distro-agnostic.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/rootfs/distro-specific.sh
- # shellcheck source=lib/functions/rootfs/distro-specific.sh
- source "${SRC}"/lib/functions/rootfs/distro-specific.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/rootfs/post-tweaks.sh
- # shellcheck source=lib/functions/rootfs/post-tweaks.sh
- source "${SRC}"/lib/functions/rootfs/post-tweaks.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/rootfs/qemu-static.sh
- # shellcheck source=lib/functions/rootfs/qemu-static.sh
- source "${SRC}"/lib/functions/rootfs/qemu-static.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/rootfs/rootfs-create.sh
- # shellcheck source=lib/functions/rootfs/rootfs-create.sh
- source "${SRC}"/lib/functions/rootfs/rootfs-create.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/rootfs/rootfs-desktop.sh
- # shellcheck source=lib/functions/rootfs/rootfs-desktop.sh
- source "${SRC}"/lib/functions/rootfs/rootfs-desktop.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/rootfs/systemd-utils.sh
- # shellcheck source=lib/functions/rootfs/systemd-utils.sh
- source "${SRC}"/lib/functions/rootfs/systemd-utils.sh
- # no errors tolerated. invoked before each sourced file to make sure.
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- ### lib/functions/rootfs/trap-rootfs.sh
- # shellcheck source=lib/functions/rootfs/trap-rootfs.sh
- source "${SRC}"/lib/functions/rootfs/trap-rootfs.sh
- # no errors tolerated. one last time for the win!
- #set -o pipefail # trace ERR through pipes - will be enabled "soon"
- #set -o nounset ## set -u : exit the script if you try to use an uninitialised variable - one day will be enabled
- set -o errtrace # trace ERR through - enabled
- set -o errexit ## set -e : exit the script if any statement returns a non-true return value - enabled
- # This file is/was autogenerated by lib/tools/gen-library.sh; don't modify manually
|