[scripts] drop openvz image, no longer supported

This commit is contained in:
Fabio Erculiani
2014-05-17 19:34:32 +01:00
parent 267fd3be17
commit 0248b128e1

View File

@@ -113,14 +113,10 @@ if [ "${ACTION}" = "weekly" ] || [ "${ACTION}" = "daily" ]; then
"${DISTRO_NAME}_${ISO_TAG}_x86_ForensicsXfce.iso"
)
REMASTER_TAR_SPECS+=(
"sabayon-x86-spinbase-openvz-template.spec"
"sabayon-amd64-spinbase-openvz-template.spec"
"sabayon-x86-spinbase-amazon-ebs-image.spec"
"sabayon-amd64-spinbase-amazon-ebs-image.spec"
)
REMASTER_TAR_SPECS_TAR+=(
"${DISTRO_NAME}_${ISO_TAG}_x86_SpinBase_openvz.tar.gz"
"${DISTRO_NAME}_${ISO_TAG}_amd64_SpinBase_openvz.tar.gz"
"${DISTRO_NAME}_${ISO_TAG}_x86_SpinBase_Amazon_EBS_ext4_filesystem_image.tar.gz"
"${DISTRO_NAME}_${ISO_TAG}_amd64_SpinBase_Amazon_EBS_ext4_filesystem_image.tar.gz"
)