aboutsummaryrefslogtreecommitdiffstats
path: root/moonv4
diff options
context:
space:
mode:
authorasteroide <thomas.duval@orange.com>2017-04-24 11:53:41 +0200
committerasteroide <thomas.duval@orange.com>2017-04-24 11:53:41 +0200
commitbb4222cc5ef3a04afef53e8f613c8dc2a9496731 (patch)
tree3b254f052e826d397a88bc783ee86dd1c69e655a /moonv4
parent62d9062776eed734ffdb02dc37dd5c3f7b541f5d (diff)
Delete moon_secfunction building instructions as it is no more necessary
Change-Id: I640f8ca0e5685446e6ea966444cce43475218988
Diffstat (limited to 'moonv4')
-rw-r--r--moonv4/bin/build_all.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/moonv4/bin/build_all.sh b/moonv4/bin/build_all.sh
index 7897d7ba..62f3276b 100644
--- a/moonv4/bin/build_all.sh
+++ b/moonv4/bin/build_all.sh
@@ -18,11 +18,6 @@ cd $MOON_HOME/moon_manager
python3 setup.py sdist > /tmp/moon_manager.log
mv dist/*.tar.gz $MOON_HOME/moon_orchestrator/dist
-echo Building Moon_Security_Function
-cd $MOON_HOME/moon_secfunction
-python3 setup.py sdist > /tmp/moon_secfunction.log
-mv dist/*.tar.gz $MOON_HOME/moon_orchestrator/dist
-
echo Building Moon_DB
cd $MOON_HOME/moon_db
python3 setup.py sdist > /tmp/moon_db.log