From: asteroide Date: Mon, 24 Apr 2017 09:53:41 +0000 (+0200) Subject: Delete moon_secfunction building instructions as it is no more necessary X-Git-Tag: opnfv-5.1.RC1~99 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=bb4222cc5ef3a04afef53e8f613c8dc2a9496731;p=moon.git Delete moon_secfunction building instructions as it is no more necessary Change-Id: I640f8ca0e5685446e6ea966444cce43475218988 --- 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