Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/configs/baseline
diff options
context:
space:
mode:
authorDavid Runge <dvzrv@archlinux.org>2020-10-24 22:59:52 +0200
committerDavid Runge <dvzrv@archlinux.org>2020-10-29 12:32:48 +0100
commit1bd944ee7cc287359d9b7e504b5f02d324f5a2ea (patch)
tree8e2db4b216539f3e2cb83573de5b142a47c2850b /configs/baseline
parentbff36764d3bce3e27a62702fbf5f12a94228cd93 (diff)
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')
-rwxr-xr-xconfigs/baseline/build.sh7
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%/*}"