From: Nicolas Boisselier Date: Wed, 3 Jan 2018 18:40:42 +0000 (+0000) Subject: bin/nb-update X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=04d94d3ed76d0baff588af5f389fe3df834d6430;p=nb.git bin/nb-update --- diff --git a/bin/nb-update b/bin/nb-update index f88f8724..afc8c20d 100755 --- a/bin/nb-update +++ b/bin/nb-update @@ -95,7 +95,7 @@ for repo in $(nb_repos); do key="repo.$name.$branch" nb_api_post_host_info "key=${key}.path" "val=$repo" nb_api_post_host_info "key=${key}.exit_code" "val=$ex" - nb_api_post_host_info "key=${key}.last_commit" val=$(cd "$repo" && git log | head -1 | awk '/^commit/ { print $2; exit; }') + #nb_api_post_host_info "key=${key}.last_commit" val=$(cd "$repo" && git log | head -1 | awk '/^commit/ { print $2; exit; }') done