[CICN-17] Correct bionic build process 09/17609/1 ccnxlibs/master
authorAngelo Mantellini <[email protected]>
Thu, 14 Feb 2019 12:56:47 +0000 (13:56 +0100)
committerAngelo Mantellini <[email protected]>
Thu, 14 Feb 2019 12:56:47 +0000 (13:56 +0100)
Change-Id: I51c6dacb6dfe9e41139c351cfaa63545388a6503
Signed-off-by: Angelo Mantellini <[email protected]>
libccnx-common/scripts/build-package.sh
libccnx-portal/scripts/build-package.sh
libccnx-transport-rta/scripts/build-package.sh

index 8f159d0..5234603 100644 (file)
@@ -78,6 +78,7 @@ update_fdio_repo() {
                echo "deb ${REPO_CICN_URL} ./" | sudo tee /etc/apt/sources.list.d/99fd.io.master.list
         elif [ "$DISTRIB_CODENAME" == "bionic" ]; then
             curl -s https://packagecloud.io/install/repositories/fdio/release/script.deb.sh | sudo bash
+            curl -s https://packagecloud.io/install/repositories/fdio/master/script.deb.sh | sudo bash
         else
             echo "Distribution $DISTRIB_CODENAME is not supported"
             exit -1
index f97a187..70dd897 100644 (file)
@@ -78,6 +78,7 @@ update_fdio_repo() {
                echo "deb ${REPO_CICN_URL} ./" | sudo tee /etc/apt/sources.list.d/99fd.io.master.list
         elif [ "$DISTRIB_CODENAME" == "bionic" ]; then
             curl -s https://packagecloud.io/install/repositories/fdio/release/script.deb.sh | sudo bash
+            curl -s https://packagecloud.io/install/repositories/fdio/master/script.deb.sh | sudo bash
         else
             echo "Distribution $DISTRIB_CODENAME is not supported"
             exit -1
index b64df8e..12c1ace 100644 (file)
@@ -78,6 +78,7 @@ update_fdio_repo() {
                echo "deb ${REPO_CICN_URL} ./" | sudo tee /etc/apt/sources.list.d/99fd.io.master.list
         elif [ "$DISTRIB_CODENAME" == "bionic" ]; then
             curl -s https://packagecloud.io/install/repositories/fdio/release/script.deb.sh | sudo bash
+            curl -s https://packagecloud.io/install/repositories/fdio/master/script.deb.sh | sudo bash
         else
             echo "Distribution $DISTRIB_CODENAME is not supported"
             exit -1