M #-: Bump version to 6.1.80, drop ec2 targets

pull/232/head
Vlastimil Holer 4 years ago
parent c6b47e093b
commit 9d4d93eaa7
No known key found for this signature in database
GPG Key ID: EB549BADEFD07C53

@ -3,7 +3,7 @@
set -e
export DATE=$(date +%Y%m%d)
TARGETS='el6 el7 el7_ec2 el8 el8_ec2 alt suse deb deb_ec2 alpine freebsd iso'
TARGETS='el6 el7 el8 alt suse deb alpine freebsd iso'
for TARGET in $TARGETS; do
TARGET="${TARGET}" ./generate.sh

@ -39,9 +39,9 @@ fi
###
VERSION=${VERSION:-6.0.0}
VERSION=${VERSION:-6.1.80}
RELEASE=${RELEASE:-0}
MAINTAINER=${MAINTAINER:-OpenNebula Systems <support@opennebula.systems>}
MAINTAINER=${MAINTAINER:-OpenNebula Systems <contact@opennebula.io>}
LICENSE=${LICENSE:-Apache 2.0}
VENDOR=${VENDOR:-OpenNebula Systems}
SUMMARY="OpenNebula Contextualization Package"

Loading…
Cancel
Save