From 39c00f843d235a334e2ca93244a6883f0a3e8e81 Mon Sep 17 00:00:00 2001 From: Sebastian Rieger Date: Tue, 21 Apr 2020 15:57:28 +0200 Subject: [PATCH] changed faafo repo --- faafo/contrib/install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/faafo/contrib/install.sh b/faafo/contrib/install.sh index 63e2d37..39d7e08 100644 --- a/faafo/contrib/install.sh +++ b/faafo/contrib/install.sh @@ -139,8 +139,9 @@ if [[ -e /etc/os-release ]]; then exit 1 fi - git clone https://git.openstack.org/openstack/faafo - cd faafo + # HSFD changed to local repo + git clone https://gogs.informatik.hs-fulda.de/srieger/cloud-computing-msc-ai-examples + cd cloud-computing-msc-ai-examples/faafo # following line required by bug 1636150 sudo pip install --upgrade pbr sudo pip install -r requirements.txt