]> git.nbdom.net Git - nb.git/commitdiff
bin/nb-update
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Wed, 3 Jan 2018 18:40:42 +0000 (18:40 +0000)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Wed, 3 Jan 2018 18:40:42 +0000 (18:40 +0000)
bin/nb-update

index f88f8724506b44258896060a0c92ee7452789703..afc8c20d1bbdbbb6974d980f39c29b71f2c7cb74 100755 (executable)
@@ -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