mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-01 14:55:39 +00:00
vagrant: update to version 2.3.7
This patch also updated the download URL format from https://releases.hashicorp.com/vagrant/2.3.7/vagrant_2.3.7_x86_64.deb to https://releases.hashicorp.com/vagrant/2.3.7/vagrant_2.3.7-1_amd64.deb Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
committed by
Andrei Vagin
parent
d2a0d1fa64
commit
862cb5c1cb
@@ -6,7 +6,7 @@
|
|||||||
set -e
|
set -e
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
VAGRANT_VERSION=2.2.19
|
VAGRANT_VERSION=2.3.7
|
||||||
FEDORA_VERSION=37
|
FEDORA_VERSION=37
|
||||||
FEDORA_BOX_VERSION=37.20221105.0
|
FEDORA_BOX_VERSION=37.20221105.0
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@ setup() {
|
|||||||
# Tar up the git checkout to have vagrant rsync it to the VM
|
# Tar up the git checkout to have vagrant rsync it to the VM
|
||||||
tar cf criu.tar ../../../criu
|
tar cf criu.tar ../../../criu
|
||||||
# Cirrus has problems with the following certificate.
|
# Cirrus has problems with the following certificate.
|
||||||
wget --no-check-certificate https://releases.hashicorp.com/vagrant/${VAGRANT_VERSION}/vagrant_${VAGRANT_VERSION}_"$(uname -m)".deb -O /tmp/vagrant.deb && \
|
wget --no-check-certificate https://releases.hashicorp.com/vagrant/${VAGRANT_VERSION}/vagrant_${VAGRANT_VERSION}-1_"$(dpkg --print-architecture)".deb -O /tmp/vagrant.deb && \
|
||||||
dpkg -i /tmp/vagrant.deb
|
dpkg -i /tmp/vagrant.deb
|
||||||
|
|
||||||
./apt-install libvirt-clients libvirt-daemon-system libvirt-dev qemu-utils qemu \
|
./apt-install libvirt-clients libvirt-daemon-system libvirt-dev qemu-utils qemu \
|
||||||
|
Reference in New Issue
Block a user