[scripts] iso_build.sh: drop ServerBase, one can install SpinBase and switch kernel
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user