From 1bd944ee7cc287359d9b7e504b5f02d324f5a2ea Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 24 Oct 2020 22:59:52 +0200 Subject: Remove build.sh support from profiles and mkarchiso configs/{baseline,releng}/build.sh: Remove `build.sh` scripts. They were deprecated with v47. archiso/mkarchiso: Remove all `build.sh` related functionality (i.e. `command_pkglist()`, `command_iso()`, `command_prepare()`, `command_install()`, `command_init()`, `command_run()`). Rename `command_build_profile()` to `_build_profile()` to be more in line with the style of the other function naming. Change `_show_config()` to only print info about the profile and make no more use of parameters. Remove all help output related to legacy `build.sh` commands. Fixes #51 --- configs/baseline/build.sh | 7 ------- configs/releng/build.sh | 7 ------- 2 files changed, 14 deletions(-) delete mode 100755 configs/baseline/build.sh delete mode 100755 configs/releng/build.sh (limited to 'configs') diff --git a/configs/baseline/build.sh b/configs/baseline/build.sh deleted file mode 100755 index 0573599..0000000 --- a/configs/baseline/build.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env bash -# -# SPDX-License-Identifier: GPL-3.0-or-later - -printf '\n[%s] WARNING: %s\n\n' "mkarchiso" "build.sh scripts are deprecated! Please use mkarchiso directly." >&2 -_buildsh_path="$(realpath -- "$0")" -exec mkarchiso "$@" "${_buildsh_path%/*}" diff --git a/configs/releng/build.sh b/configs/releng/build.sh deleted file mode 100755 index 0573599..0000000 --- a/configs/releng/build.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env bash -# -# SPDX-License-Identifier: GPL-3.0-or-later - -printf '\n[%s] WARNING: %s\n\n' "mkarchiso" "build.sh scripts are deprecated! Please use mkarchiso directly." >&2 -_buildsh_path="$(realpath -- "$0")" -exec mkarchiso "$@" "${_buildsh_path%/*}" -- cgit v1.2.3-54-g00ecf