[arch-releng] [RFC] [PATCH] [configs/releng] Remove [core] ISO generation
Pierre Schmitz
pierre at archlinux.de
Mon Jul 23 03:25:23 EDT 2012
Am 23.07.2012 02:16, schrieb Gerardo Exequiel Pozzi:
> @@ -444,58 +377,19 @@ case "${command_name}" in
> build)
> case "${command_mode}" in
> single)
> - case "${command_type}" in
> - netinstall)
> - make_common_single netinstall
> - ;;
> - core)
> - make_core_repo
> - make_common_single core
> - ;;
> - all)
> - make_common_single netinstall
> - make_core_repo
> - make_common_single core
> - ;;
> - *)
> - echo "Invalid build type '${command_type}'"
> - _usage 1
> - ;;
> - esac
> + make_common_single
make_common_single() seems to still require one parameter. (see about
line 270)
--
Pierre Schmitz, https://pierre-schmitz.com
More information about the arch-releng
mailing list