Skip to content

Commit

Permalink
comment out
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmmcgee committed Nov 17, 2024
1 parent ed568d9 commit 0b4193c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b4193c

Please sign in to comment.