remove LXC_BRIDGE

This commit is contained in:
Jeremiah Buddenhagen 2018-03-06 12:02:07 -08:00
parent f3662fd1c9
commit 7b13041e02

View File

@ -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}