]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
script: add lib-build.sh for common high level funcs and no main
authorJohn Mulligan <jmulligan@redhat.com>
Mon, 31 Oct 2022 17:50:56 +0000 (13:50 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Tue, 18 Feb 2025 22:58:08 +0000 (17:58 -0500)
commit0343bee86511ef01eb9dbb78cbe51482cc7864d7
tree31525e0bad731a28eee0f597c3303f63a1d197a3
parent89a35c1dc4c14b67015687721fba72e5ef11060d
script: add lib-build.sh for common high level funcs and no main

The intention of this file is collect some of the most basic or common
shell functions used across the various build scripts.
I would also like to ensure that functions added here are validated
using `shellcheck`. Currently, there's no automation for this, just
the honor system, but eventually we can start automating validating
this and other scripts with shellcheck.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
(cherry picked from commit 29d9a827e7396dcdc51b124f3e40e3144fa9ccb9)
src/script/lib-build.sh [new file with mode: 0644]
src/script/run-make.sh