Use OD_ID instead of the defunct DISTRIB_ID 27/9327/1
authorEd Warnicke <eaw@cisco.com>
Wed, 8 Nov 2017 21:14:52 +0000 (14:14 -0700)
committerEd Warnicke <eaw@cisco.com>
Wed, 8 Nov 2017 21:14:52 +0000 (14:14 -0700)
Change-Id: I41045c8ff1b43dd28731658c4c5a69eaeed43f19
Signed-off-by: Ed Warnicke <eaw@cisco.com>
jjb/scripts/setup_vpp_dpdk_dev_env.sh

index 0550825..3d337ef 100644 (file)
@@ -10,12 +10,12 @@ function setup {
         REPO_URL="${NEXUSPROXY}/content/repositories/fd.io.${REPO_NAME}"
         echo "REPO_URL: ${REPO_URL}"
         # Setup by installing vpp-dev and vpp-lib
-        if [ "$DISTRIB_ID" == "ubuntu" ]; then
+        if [ "$OS_ID" == "Ubuntu" ]; then
             echo "deb ${REPO_URL} ./" | sudo tee /etc/apt/sources.list.d/99fd.io.list
             sudo apt-get update || true
             sudo apt-get -y --force-yes install vpp-dpdk-dev || true
             sudo apt-get -y --force-yes install vpp-dpdk-dkms || true
-        elif [ "$DISTRIB_ID" == "centos" ]; then
+        elif [ "$OS_ID" == "centos" ]; then
             sudo cat << EOF > fdio-master.repo
 [fdio-master]
 name=fd.io master branch latest merge