remove LXC_BRIDGE
This commit is contained in:
parent
f3662fd1c9
commit
7b13041e02
@ -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}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user