OSDN Git Service

[comment] : Added todo
authorhayao <shun819.mail@gmail.com>
Tue, 13 Oct 2020 12:45:09 +0000 (21:45 +0900)
committerhayao <shun819.mail@gmail.com>
Tue, 13 Oct 2020 14:26:49 +0000 (23:26 +0900)
build.sh

index eb5dbaf..1fa978a 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -1471,6 +1471,7 @@ rebuildfile="${work_dir}/alteriso_config"
 set +eu
 
 # Check for a valid channel name
+# Todo 2020/10/13 Hayao0819: This process does not currently work.
 if [[ -n "${1}" ]]; then
     case "$(bash "${script_path}/tools/channel.sh" -n -m check "${1}")" in
         "incorrect")
@@ -1505,6 +1506,7 @@ else
 fi
 
 # Check channel version
+# Todo 2020/10/13 Hayao0819: If the wrong channel is specified, the script will return this error.
 if [[ ! "${channel_name}" = "rebuild" ]]; then
     msg_debug "channel path is ${channel_dir}"
     if [[ ! "$(cat "${channel_dir}/alteriso" 2> /dev/null)" = "alteriso=${alteriso_version}" ]] && [[ "${nochkver}" = false ]]; then