From 0b4193cb5577cbf2f3618a17ee6782de09c3392a Mon Sep 17 00:00:00 2001 From: John McGee Date: Sun, 17 Nov 2024 15:19:20 -0500 Subject: [PATCH] comment out --- Justfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Justfile b/Justfile index 5365454..73923d1 100644 --- a/Justfile +++ b/Justfile @@ -146,21 +146,21 @@ gen-build-src-dst image="" tag="" flavor="": # Tag Version (the SOURCE tag) if [[ "${image}" =~ ucore ]]; then -## I commented these out while i decide what to do - jmcgee +## keep commented while i figure out if i want to keep minimal for vm's # if [[ "${image}" == ucore-minimal ]]; then # if [[ "${flavor}" =~ main ]]; then # source_tag="${srctag}" # else # source_tag="${srctag}-${srcflavor}" # fi -# else + else if [[ "${flavor}" =~ main ]]; then source_tag="${srctag}-zfs" else source_tag="${srctag}-${srcflavor}-zfs" fi # fi -## +## - jmcgee elif [[ "${image}" =~ bluefin && "${tag}" == stable ]]; then source_tag="${srctag}-daily" else