From: Frank Brehm Date: Thu, 2 Nov 2023 12:47:35 +0000 (+0100) Subject: Completing snippets. X-Git-Tag: 3.2.1~39 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=ed6ae1e4922896efa76e8cd544221bcf53bbdbca;p=pixelpark%2Fcreate-vmware-tpl.git Completing snippets. --- diff --git a/snippets/tpl.180.repos_almalinux8.sh b/snippets/tpl.180.repos_almalinux8.sh index 8c7029d..96c2f12 100644 --- a/snippets/tpl.180.repos_almalinux8.sh +++ b/snippets/tpl.180.repos_almalinux8.sh @@ -4,6 +4,7 @@ #----------------------------------------------------------- get_repos_almalinux8() { + echo -e "\e[0Ksection_start:$( date +%s ):ks_get_repos_alma8[collapsed=true]\r\e[0KGet repo files for Almalinux 8 ..." echo echo "${HASH_LINE}" echo "Calling get_repos_repos_almalinux8() ..." @@ -27,6 +28,7 @@ get_repos_almalinux8() { rm -fv "${tmp_file}" done + echo -e "\e[0Ksection_end:$( date +%s ):ks_get_repos_alma8\r\e[0K" } get_repos_almalinux8 diff --git a/snippets/tpl.180.repos_centos8.sh b/snippets/tpl.180.repos_centos8.sh index 984982a..67d2cc3 100644 --- a/snippets/tpl.180.repos_centos8.sh +++ b/snippets/tpl.180.repos_centos8.sh @@ -4,6 +4,7 @@ #----------------------------------------------------------- get_repos_centos8() { + echo -e "\e[0Ksection_start:$( date +%s ):ks_get_repos_centos8[collapsed=true]\r\e[0KGet repo files for CentOS 8 Stream ..." echo echo "${HASH_LINE}" echo "Calling get_repos_centos8() ..." @@ -27,6 +28,7 @@ get_repos_centos8() { rm -fv "${tmp_file}" done + echo -e "\e[0Ksection_end:$( date +%s ):ks_get_repos_centos8\r\e[0K" } get_repos_centos8 diff --git a/snippets/tpl.180.repos_rocky8.sh b/snippets/tpl.180.repos_rocky8.sh index 1bc17ce..9a3772f 100644 --- a/snippets/tpl.180.repos_rocky8.sh +++ b/snippets/tpl.180.repos_rocky8.sh @@ -4,6 +4,7 @@ #----------------------------------------------------------- get_repos_rocky8() { + echo -e "\e[0Ksection_start:$( date +%s ):ks_get_repos_rocky8[collapsed=true]\r\e[0KGet repo files for Rocky 8 ..." echo echo "${HASH_LINE}" echo "Calling get_repos_rocky8() ..." @@ -27,6 +28,7 @@ get_repos_rocky8() { rm -fv "${tmp_file}" done + echo -e "\e[0Ksection_end:$( date +%s ):ks_get_repos_rocky8\r\e[0K" } get_repos_rocky8 diff --git a/snippets/tpl.185.repos_el8.sh b/snippets/tpl.185.repos_el8.sh index 0373fce..38dfeef 100644 --- a/snippets/tpl.185.repos_el8.sh +++ b/snippets/tpl.185.repos_el8.sh @@ -5,6 +5,7 @@ get_repos_el8() { echo + echo -e "\e[0Ksection_start:$( date +%s ):ks_get_repos_el8[collapsed=true]\r\e[0KGet repo files for Enterprise Linux 8 ..." echo "${HASH_LINE}" echo "Calling get_repos_el8() ..." echo @@ -26,6 +27,7 @@ get_repos_el8() { rm -fv "${tmp_file}" done + echo -e "\e[0Ksection_end:$( date +%s ):ks_get_repos_el8\r\e[0K" } get_repos_el8 diff --git a/snippets/tpl.190.repos_almalinux9.sh b/snippets/tpl.190.repos_almalinux9.sh index 7917fa3..43928a1 100644 --- a/snippets/tpl.190.repos_almalinux9.sh +++ b/snippets/tpl.190.repos_almalinux9.sh @@ -4,6 +4,7 @@ #----------------------------------------------------------- get_repos_almalinux9() { + echo -e "\e[0Ksection_start:$( date +%s ):ks_get_repos_alma9[collapsed=true]\r\e[0KGet repo files for Almalinux 9 ..." echo echo "${HASH_LINE}" echo "Calling get_repos_repos_almalinux9() ..." @@ -28,6 +29,7 @@ get_repos_almalinux9() { rm -fv "${tmp_file}" done + echo -e "\e[0Ksection_end:$( date +%s ):ks_get_repos_alma9\r\e[0K" } get_repos_almalinux9 diff --git a/snippets/tpl.190.repos_centos9.sh b/snippets/tpl.190.repos_centos9.sh index 4e4ae6f..189d303 100644 --- a/snippets/tpl.190.repos_centos9.sh +++ b/snippets/tpl.190.repos_centos9.sh @@ -4,6 +4,7 @@ #----------------------------------------------------------- get_repos_centos9() { + echo -e "\e[0Ksection_start:$( date +%s ):ks_get_repos_centos9[collapsed=true]\r\e[0KGet repo files for CentOS 9 Stream ..." echo echo "${HASH_LINE}" echo "Calling get_repos_centos9() ..." @@ -26,6 +27,7 @@ get_repos_centos9() { rm -fv "${tmp_file}" done + echo -e "\e[0Ksection_end:$( date +%s ):ks_get_repos_centos9\r\e[0K" } get_repos_centos9 diff --git a/snippets/tpl.190.repos_rhel9.sh b/snippets/tpl.190.repos_rhel9.sh index 2410cb1..9cd2370 100644 --- a/snippets/tpl.190.repos_rhel9.sh +++ b/snippets/tpl.190.repos_rhel9.sh @@ -4,6 +4,7 @@ #----------------------------------------------------------- get_repos_rhel9() { + echo -e "\e[0Ksection_start:$( date +%s ):ks_get_repos_rhel9[collapsed=true]\r\e[0KGet repo files for RHEL 9 ..." echo echo "${HASH_LINE}" echo "Calling get_repos_rhel9() ..." @@ -59,6 +60,7 @@ get_repos_rhel9() { rm -fv "${tmp_file}" done + echo -e "\e[0Ksection_end:$( date +%s ):ks_get_repos_rhel9\r\e[0K" } get_repos_rhel9 diff --git a/snippets/tpl.195.repos_el9.sh b/snippets/tpl.195.repos_el9.sh index 4af563a..8fb170e 100644 --- a/snippets/tpl.195.repos_el9.sh +++ b/snippets/tpl.195.repos_el9.sh @@ -4,6 +4,7 @@ #----------------------------------------------------------- get_repos_el9() { + echo -e "\e[0Ksection_start:$( date +%s ):ks_get_repos_el9[collapsed=true]\r\e[0KGet repo files for Enterprise Linux 9 ..." echo echo "${HASH_LINE}" echo "Calling get_repos_el9() ..." @@ -26,6 +27,7 @@ get_repos_el9() { rm -fv "${tmp_file}" done + echo -e "\e[0Ksection_end:$( date +%s ):ks_get_repos_el9\r\e[0K" } get_repos_el9