From 426720f72af00f9a2aba412c23ce04dc0d220c05 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Tue, 30 Apr 2013 19:45:45 +0100 Subject: [PATCH] [scripts] iso_build.sh: drop ServerBase, one can install SpinBase and switch kernel --- scripts/iso_build.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/scripts/iso_build.sh b/scripts/iso_build.sh index b577aed..ae420dd 100755 --- a/scripts/iso_build.sh +++ b/scripts/iso_build.sh @@ -94,8 +94,6 @@ if [ "${ACTION}" = "weekly" ] || [ "${ACTION}" = "daily" ]; then "sabayon-x86-e17.spec" "sabayon-amd64-corecdx.spec" "sabayon-x86-corecdx.spec" - "sabayon-amd64-serverbase.spec" - "sabayon-x86-serverbase.spec" "sabayon-amd64-hardenedserver.spec" "sabayon-x86-hardenedserver.spec" ) @@ -112,8 +110,6 @@ if [ "${ACTION}" = "weekly" ] || [ "${ACTION}" = "daily" ]; then "${DISTRO_NAME}_${ISO_TAG}_x86_E17.iso" "${DISTRO_NAME}_${ISO_TAG}_amd64_CoreCDX.iso" "${DISTRO_NAME}_${ISO_TAG}_x86_CoreCDX.iso" - "${DISTRO_NAME}_${ISO_TAG}_amd64_ServerBase.iso" - "${DISTRO_NAME}_${ISO_TAG}_x86_ServerBase.iso" "${DISTRO_NAME}_${ISO_TAG}_amd64_HardenedServer.iso" "${DISTRO_NAME}_${ISO_TAG}_x86_HardenedServer.iso" ) @@ -212,8 +208,6 @@ elif [ "${ACTION}" = "monthly" ] || [ "${ACTION}" = "release" ]; then "sabayon-x86-xfce.spec" "sabayon-amd64-corecdx.spec" "sabayon-x86-corecdx.spec" - "sabayon-amd64-serverbase.spec" - "sabayon-x86-serverbase.spec" "sabayon-amd64-hardenedserver.spec" "sabayon-x86-hardenedserver.spec" ) @@ -228,8 +222,6 @@ elif [ "${ACTION}" = "monthly" ] || [ "${ACTION}" = "release" ]; then "${DISTRO_NAME}_${ISO_TAG}_x86_Xfce.iso" "${DISTRO_NAME}_${ISO_TAG}_amd64_CoreCDX.iso" "${DISTRO_NAME}_${ISO_TAG}_x86_CoreCDX.iso" - "${DISTRO_NAME}_${ISO_TAG}_amd64_ServerBase.iso" - "${DISTRO_NAME}_${ISO_TAG}_x86_ServerBase.iso" "${DISTRO_NAME}_${ISO_TAG}_amd64_HardenedServer.iso" "${DISTRO_NAME}_${ISO_TAG}_x86_HardenedServer.iso" )