From 3ad547708187b9b53fa628bc7825d929948ac43a Mon Sep 17 00:00:00 2001 From: Panupong Pasupat Date: Mon, 28 Aug 2017 23:17:19 -0700 Subject: [PATCH] Add git-hash information when using CodaLab --- tables/x | 1 + 1 file changed, 1 insertion(+) diff --git a/tables/x b/tables/x index bfa9d06..c561759 100755 --- a/tables/x +++ b/tables/x @@ -16,6 +16,7 @@ if [ "$operation" == "up" ]; then ln -s ../module-classes.txt xxx/ ln -s ../tables/grammars xxx/ ln -s ../run xxx/ + { hostname; readlink -f .; date; git log -1; git status; } > xxx/git-hash cl upload -L -n stuff xxx rm -rf xxx exit 0