Code Review
/
moon.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
62d9062
)
Delete moon_secfunction building instructions as it is no more necessary
05/33705/1
author
asteroide
<thomas.duval@orange.com>
Mon, 24 Apr 2017 09:53:41 +0000
(11:53 +0200)
committer
asteroide
<thomas.duval@orange.com>
Mon, 24 Apr 2017 09:53:41 +0000
(11:53 +0200)
Change-Id: I640f8ca0e5685446e6ea966444cce43475218988
moonv4/bin/build_all.sh
patch
|
blob
|
history
diff --git
a/moonv4/bin/build_all.sh
b/moonv4/bin/build_all.sh
index
7897d7b
..
62f3276
100644
(file)
--- 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