We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5054214 commit ddb7446Copy full SHA for ddb7446
1 file changed
build.sh
@@ -1471,6 +1471,7 @@ rebuildfile="${work_dir}/alteriso_config"
1471
set +eu
1472
1473
# Check for a valid channel name
1474
+# Todo 2020/10/13 Hayao0819: This process does not currently work.
1475
if [[ -n "${1}" ]]; then
1476
case "$(bash "${script_path}/tools/channel.sh" -n -m check "${1}")" in
1477
"incorrect")
@@ -1505,6 +1506,7 @@ else
1505
1506
fi
1507
1508
# Check channel version
1509
+# Todo 2020/10/13 Hayao0819: If the wrong channel is specified, the script will return this error.
1510
if [[ ! "${channel_name}" = "rebuild" ]]; then
1511
msg_debug "channel path is ${channel_dir}"
1512
if [[ ! "$(cat "${channel_dir}/alteriso" 2> /dev/null)" = "alteriso=${alteriso_version}" ]] && [[ "${nochkver}" = false ]]; then
0 commit comments