From bdba4ffdb775ff4c7c90deb661f72719e70a67d3 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Tue, 19 Feb 2019 03:23:56 +0000 Subject: [PATCH] bin/nb-update --- bin/nb-update | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/nb-update b/bin/nb-update index ad5d8295..40aa744e 100755 --- a/bin/nb-update +++ b/bin/nb-update @@ -116,11 +116,11 @@ for repo in $(nb_repos); do echo ( - nb_api_post_host_info "${NAME}.$name.name" "$name" - nb_api_post_host_info "${NAME}.$name.path" "$repo" - nb_api_post_host_info "${NAME}.$name.branch" "$branch" - nb_api_post_host_info "${NAME}.$name.url" "$(git remote get-url origin)" - nb_api_post_host_info "${NAME}.$name.exit_code" "$(git status --short &> /dev/null; echo $?)" + nb_api_post_host_info "${NAME}.$repo.name" "$name" + nb_api_post_host_info "${NAME}.$repo.path" "$repo" + nb_api_post_host_info "${NAME}.$repo.branch" "$branch" + nb_api_post_host_info "${NAME}.$repo.url" "$(git remote get-url origin)" + nb_api_post_host_info "${NAME}.$repo.exit_code" "$(git status --short &> /dev/null; echo $?)" # NB 19.02.19 nb_api_post_host_info "${NAME}.$repo" "name:$name branch:$branch" # NB 19.02.19 nb_api_post_host_info "${NAME}.$repo.git.status.exit_code" "$(git status --short &> /dev/null; echo $?)" # NB 06.02.18 key="repo.$name.$branch" -- 2.47.3