You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by ka...@apache.org on 2018/04/01 02:49:13 UTC

[incubator-heron] branch karthik/binaryout updated: added a default user since in a docker environment root user is not set

This is an automated email from the ASF dual-hosted git repository.

karthikz pushed a commit to branch karthik/binaryout
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/karthik/binaryout by this push:
     new 8413151  added a default user since in a docker environment root user is not set
8413151 is described below

commit 841315105718d041381a3eff71e1225d956723e6
Author: Karthik Ramasamy <ka...@streaml.io>
AuthorDate: Sat Mar 31 19:48:57 2018 -0700

    added a default user since in a docker environment root user is not set
---
 scripts/release/status.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/release/status.sh b/scripts/release/status.sh
index 17d5c64..1418e15 100755
--- a/scripts/release/status.sh
+++ b/scripts/release/status.sh
@@ -78,7 +78,7 @@ echo "HERON_BUILD_TIMESTAMP ${build_timestamp}"
 
 if [ -z ${HERON_BUILD_USER+x} ];
 then
-  build_user=${USER}
+  build_user=${USER:-root}
 else
   build_user=${HERON_BUILD_USER}
 fi

-- 
To stop receiving notification emails like this one, please contact
karthikz@apache.org.