diff options
| author | David Runge <dvzrv@archlinux.org> | 2020-10-24 22:59:52 +0200 |
|---|---|---|
| committer | David Runge <dvzrv@archlinux.org> | 2020-10-29 12:32:48 +0100 |
| commit | 1bd944ee7cc287359d9b7e504b5f02d324f5a2ea (patch) | |
| tree | 8e2db4b216539f3e2cb83573de5b142a47c2850b /configs/baseline/build.sh | |
| parent | bff36764d3bce3e27a62702fbf5f12a94228cd93 (diff) | |
| download | archiso-1bd944ee7cc287359d9b7e504b5f02d324f5a2ea.tar.gz archiso-1bd944ee7cc287359d9b7e504b5f02d324f5a2ea.tar.bz2 | |
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
Diffstat (limited to 'configs/baseline/build.sh')
| -rwxr-xr-x | configs/baseline/build.sh | 7 |
1 files changed, 0 insertions, 7 deletions
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%/*}" |
