aboutsummaryrefslogtreecommitdiffstats
path: root/old/tools/bin/build_all_pip.sh
blob: 2b415bf0798118872f65cf6eb915e4a347c2591e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/env bash


echo Building Moon_DB
cd $MOON_HOME/moon_db
python3 setup.py sdist bdist_wheel> /tmp/moon_db.log


echo Building Moon_Utilities
cd $MOON_HOME/moon_utilities
python3 setup.py sdist bdist_wheel> /tmp/moon_utilities.log


echo Building Moon_Orchestrator
cd $MOON_HOME/moon_orchestrator
python3 setup.py sdist bdist_wheel> /tmp/moon_orchestrator.log