From fceb87902fe752698e52e0768269865872d7d521 Mon Sep 17 00:00:00 2001 From: Stefano Date: Sat, 27 Jun 2020 02:23:16 +0200 Subject: [PATCH 1/6] wip to fix shell linter errrors --- scripts/git_status_all.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/git_status_all.sh b/scripts/git_status_all.sh index 8490be8..c01e1dc 100755 --- a/scripts/git_status_all.sh +++ b/scripts/git_status_all.sh @@ -50,3 +50,5 @@ done echo "" read -r -p "Press enter to exit" response +echo response + From 394197017ff75b0ef13294b543c36159638379e9 Mon Sep 17 00:00:00 2001 From: Stefano Date: Sat, 27 Jun 2020 02:25:19 +0200 Subject: [PATCH 2/6] wip to fix shell linter errrors --- scripts/git_status_all.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/git_status_all.sh b/scripts/git_status_all.sh index c01e1dc..23fe65a 100755 --- a/scripts/git_status_all.sh +++ b/scripts/git_status_all.sh @@ -1,4 +1,5 @@ #!/bin/bash +# shellcheck disable=SC2034 # git_status_all.sh From 676839ba3037d9b352d8194bf801d7944ca8d385 Mon Sep 17 00:00:00 2001 From: Stefano Date: Sat, 27 Jun 2020 02:41:00 +0200 Subject: [PATCH 3/6] wip to fix shell linter errrors --- scripts/git_repos_list.sh | 1 + scripts/git_status_all.sh | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/git_repos_list.sh b/scripts/git_repos_list.sh index c38e3b9..4c8c5c3 100755 --- a/scripts/git_repos_list.sh +++ b/scripts/git_repos_list.sh @@ -1,4 +1,5 @@ #!/bin/bash +# shellcheck disable=SC2034 # list of repository # excluding rose-vm diff --git a/scripts/git_status_all.sh b/scripts/git_status_all.sh index 23fe65a..c01e1dc 100755 --- a/scripts/git_status_all.sh +++ b/scripts/git_status_all.sh @@ -1,5 +1,4 @@ #!/bin/bash -# shellcheck disable=SC2034 # git_status_all.sh From a21770e745aaf5188153556d34464ddc7b0e7ca1 Mon Sep 17 00:00:00 2001 From: Stefano Date: Sat, 27 Jun 2020 02:51:13 +0200 Subject: [PATCH 4/6] wip to fix shell linter errrors --- scripts/git_status_all.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/scripts/git_status_all.sh b/scripts/git_status_all.sh index c01e1dc..8dac634 100755 --- a/scripts/git_status_all.sh +++ b/scripts/git_status_all.sh @@ -3,22 +3,23 @@ # git_status_all.sh WORKSPACE="$HOME/workspace" -ROSE_SYSTEM="$HOME/.rose" +#ROSE_SYSTEM="$HOME/.rose" ROSE_VM_SCRIPTS="$WORKSPACE/rose-vm/scripts" GITHUB_NETGROUP="https://github.com/netgroup" -UPDATE_ALL_BODY="$ROSE_VM_SCRIPTS/update_all_body.sh" +#UPDATE_ALL_BODY="$ROSE_VM_SCRIPTS/update_all_body.sh" GIT_REPOS_LIST="$ROSE_VM_SCRIPTS/git_repos_list.sh" i=0 REPO_NAMES[$i]="rose-vm" -GIT_BASE[$i]="$GITHUB_NETGROUP" +#GIT_BASE[$i]="$GITHUB_NETGROUP" LOCAL_NAME[$i]="rose-vm" LOCAL_PATH[$i]="$WORKSPACE" i=$((i+1)) +# shellcheck disable=SC1090 source "$GIT_REPOS_LIST" @@ -33,9 +34,9 @@ printandexec () { for ((i=0;i Date: Sat, 27 Jun 2020 03:00:21 +0200 Subject: [PATCH 5/6] wip to fix shell linter errrors --- scripts/git_status_all.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/git_status_all.sh b/scripts/git_status_all.sh index 8dac634..c23762e 100755 --- a/scripts/git_status_all.sh +++ b/scripts/git_status_all.sh @@ -6,14 +6,14 @@ WORKSPACE="$HOME/workspace" #ROSE_SYSTEM="$HOME/.rose" ROSE_VM_SCRIPTS="$WORKSPACE/rose-vm/scripts" -GITHUB_NETGROUP="https://github.com/netgroup" +#GITHUB_NETGROUP="https://github.com/netgroup" #UPDATE_ALL_BODY="$ROSE_VM_SCRIPTS/update_all_body.sh" GIT_REPOS_LIST="$ROSE_VM_SCRIPTS/git_repos_list.sh" i=0 -REPO_NAMES[$i]="rose-vm" +#REPO_NAMES[$i]="rose-vm" #GIT_BASE[$i]="$GITHUB_NETGROUP" LOCAL_NAME[$i]="rose-vm" LOCAL_PATH[$i]="$WORKSPACE" @@ -51,5 +51,5 @@ done echo "" read -r -p "Press enter to exit" response -echo response +echo $response From 8bf0acb8f8becef3ae382b810c6f4c5d9bd08c59 Mon Sep 17 00:00:00 2001 From: Stefano Date: Sat, 27 Jun 2020 03:02:42 +0200 Subject: [PATCH 6/6] wip to fix shell linter errrors --- scripts/git_status_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/git_status_all.sh b/scripts/git_status_all.sh index c23762e..deb803b 100755 --- a/scripts/git_status_all.sh +++ b/scripts/git_status_all.sh @@ -51,5 +51,5 @@ done echo "" read -r -p "Press enter to exit" response -echo $response +echo "$response"