From 7b13041e02d7d4f4d7b7591562242ff2dc35f128 Mon Sep 17 00:00:00 2001 From: Jeremiah Buddenhagen Date: Tue, 6 Mar 2018 12:02:07 -0800 Subject: [PATCH] remove LXC_BRIDGE --- contrib/gitian-build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/gitian-build.sh b/contrib/gitian-build.sh index f5e269f82..11d34264b 100755 --- a/contrib/gitian-build.sh +++ b/contrib/gitian-build.sh @@ -179,8 +179,8 @@ done if [[ $lxc = true ]] then export USE_LXC=1 - export LXC_BRIDGE=lxcbr0 - sudo ifconfig lxcbr0 up 10.0.2.2 +# export LXC_BRIDGE=lxcbr0 +# sudo ifconfig lxcbr0 up 10.0.2.2 fi # Check for OSX SDK @@ -308,7 +308,7 @@ then echo "" echo "Committing ${VERSION} Unsigned Sigs" echo "" - pushd gitian.sigs + pushd gitian.sigs.flo git add ${VERSION}-linux/${SIGNER} git add ${VERSION}-win-unsigned/${SIGNER} git add ${VERSION}-osx-unsigned/${SIGNER}