Skip to content

Commit ddb7446

Browse files
committed
[comment] : Added todo
1 parent 5054214 commit ddb7446

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1471,6 +1471,7 @@ rebuildfile="${work_dir}/alteriso_config"
14711471
set +eu
14721472

14731473
# Check for a valid channel name
1474+
# Todo 2020/10/13 Hayao0819: This process does not currently work.
14741475
if [[ -n "${1}" ]]; then
14751476
case "$(bash "${script_path}/tools/channel.sh" -n -m check "${1}")" in
14761477
"incorrect")
@@ -1505,6 +1506,7 @@ else
15051506
fi
15061507

15071508
# Check channel version
1509+
# Todo 2020/10/13 Hayao0819: If the wrong channel is specified, the script will return this error.
15081510
if [[ ! "${channel_name}" = "rebuild" ]]; then
15091511
msg_debug "channel path is ${channel_dir}"
15101512
if [[ ! "$(cat "${channel_dir}/alteriso" 2> /dev/null)" = "alteriso=${alteriso_version}" ]] && [[ "${nochkver}" = false ]]; then

0 commit comments

Comments
 (0)