From 6f983eecb12f3cf33b1fad650da4cbf5cfe3735c Mon Sep 17 00:00:00 2001 From: gdm85 Date: Fri, 6 Jun 2014 12:29:24 +0200 Subject: [PATCH] * added missing file --- docker/gitian-host/bash_profile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docker/gitian-host/bash_profile diff --git a/docker/gitian-host/bash_profile b/docker/gitian-host/bash_profile new file mode 100644 index 0000000..2bcca5e --- /dev/null +++ b/docker/gitian-host/bash_profile @@ -0,0 +1,10 @@ +export USE_LXC=1 +export GITIAN_HOST_IP=10.0.3.2 +export LXC_GUEST_IP=10.0.3.5 + +## see bugs https://github.com/devrandom/gitian-builder/issues/56 and https://bugzilla.mindrot.org/show_bug.cgi?id=1285 +for ENV in $(env | grep ^LC | awk -F= '{ print $1 }'); do + unset $ENV +done + +export LANG=en_US.UTF-8