[tools] update devuan-build-opennebula-image.sh for chimaera

This commit is contained in:
kjg 2022-11-15 10:05:22 +00:00
parent 27e127abdc
commit e39e8a66c2
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ set -e
set -x
# XXX: Handle command-line arguments?
RELEASE=beowulf
RELEASE=chimaera
ARCH=amd64
IMAGE_PATH=devuan-$RELEASE-$(date --iso-8601).img.qcow2
IMAGE_SIZE=10G
@ -18,7 +18,7 @@ HOSTNAME=devuan
MIRROR=http://pkgmaster.devuan.org/merged
# TODO: find the package definition and built ourself, publish in some RPM repository.
ONE_CONTEXT_DEB_URL="https://github.com/OpenNebula/addon-context-linux/releases/download/v5.10.0/one-context_5.10.0-1.deb"
ONE_CONTEXT_DEB_URL="https://github.com/OpenNebula/addon-context-linux/releases/download/v6.4.0/one-context_6.4.0-1.deb"
ONE_CONTEXT_DEB_PATH=/root/one-context.deb
cleanup() {