Pin thrift when building quagga

The latest thrift is not always stable, pin it to a working version
to avoid any problems in the future.

Change-Id: Iefcf330b8f7058134ca47a56f0bbe3196fc9ec77
Signed-off-by: Romanos Skiadas <rski@intracom-telecom.com>
This commit is contained in:
Romanos Skiadas 2017-02-22 12:06:47 +02:00
parent 7b5768e092
commit d1aa0aa604
1 changed files with 2 additions and 0 deletions

View File

@ -76,3 +76,5 @@ sed -i 's/libboost1.55/libboost1.58/' deployment_scripts/install_quagga.sh
# These are the latest commits at the time this script was written.
sed -i 's/cd zrpcd/cd zrpcd \&\& git checkout eddf5bd6305ef52a2d39df99860c734935dbc4af/' deployment_scripts/install_quagga.sh
sed -i 's/quagga_110_mpbgp_capnp/95bb0f4a5/' deployment_scripts/install_quagga.sh
# pin thrift to the latest version at this point in time
sed -i 's/cd thrift/cd thrift \&\& git checkout 0.10.0/' deployment_scripts/install_quagga.sh