v4.6.0rc3

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2025-02-23 04:49:19 -07:00
parent 25f57ee9ce
commit 52f555034f
5 changed files with 12 additions and 12 deletions

View File

@@ -124,7 +124,7 @@ Vagrantfile
cat << 'EOF' > Vagrantfile
Vagrant.configure("2") do |config|
number_of_node = ENV["NODES"] || 2
branch = ENV["BRANCH"] || "v4.6.0rc2"
branch = ENV["BRANCH"] || "v4.6.0rc3"
config.vm.define :head do |head|
head.vm.box = "rockylinux/9"
@@ -161,7 +161,7 @@ Vagrantfile
cd /tmp
git clone https://github.com/warewulf/warewulf.git
cd warewulf
git checkout v4.6.0rc2
git checkout v4.6.0rc3
make clean defaults \
PREFIX=/usr \
BINDIR=/usr/bin \