Skip to content

Commit

Permalink
moving towards toml
Browse files Browse the repository at this point in the history
  • Loading branch information
laszewsk committed Dec 17, 2023
1 parent e9e7b20 commit 2464b82
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 10 deletions.
20 changes: 10 additions & 10 deletions bin/install.sh
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#cd cloudmesh-common
#pip install -e .
#cd ..
cd ../cloudmesh-common; make dist; make local
cd ../cloudmesh-cmd5; make dist; make local
cd ../cloudmesh-bumpversion; make dist; make local
#cd ../cloudmesh-sys; make dist; make local
#cd ../cloudmesh-bar; make dist; make local
#cd ../cloudmesh-vpn; make dist; make local
#cd ../cloudmesh-gpu; make dist; make local
#cd ../cloudmesh-rivanna; make dist; make local
#cd ../cloudmesh-catalog; make dist; make local
#cd ../cloudmesh-configuration; make dist; make local
cd ../cloudmesh-common; pip install -e .
cd ../cloudmesh-cmd5; pip install -e .
cd ../cloudmesh-sys; pip install -e .
cd ../cloudmesh-bar; pip install -e .
cd ../cloudmesh-bumpversion; pip install -e .
cd ../cloudmesh-vpn; pip install -e .
cd ../cloudmesh-gpu; pip install -e .
cd ../cloudmesh-rivanna; pip install -e .
#cd ../cloudmesh-catalog; pip install -e .
#cd ../cloudmesh-configuration; pip install -e .
cd ../cloudmesh-common
#cms info
#cms info path
Expand Down
22 changes: 22 additions & 0 deletions bin/local.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#cd cloudmesh-common
#pip install -e .
#cd ..
cd ../cloudmesh-common; make dist; make local
cd ../cloudmesh-cmd5; make dist; make local
cd ../cloudmesh-sys; make dist; make local
cd ../cloudmesh-bar; make dist; make local
cd ../cloudmesh-bumpversion; make dist; make local
cd ../cloudmesh-vpn; make dist; make local
cd ../cloudmesh-gpu; make dist; make local
cd ../cloudmesh-rivanna; make dist; make local
#cd ../cloudmesh-catalog; make dist; make local
#cd ../cloudmesh-configuration; make dist; make local
cd ../cloudmesh-common
#cms info
#cms info path
#cms info commands
cms banner ERRORS
cms info errors
cms banner DONE
cms version
cms help
11 changes: 11 additions & 0 deletions makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,17 @@ clean:
rm -rf .tmp
find . -type d -name '__pycache__' -exec rm -rf {} +

cleanall:
cd ../cloudmesh-common; make clean
cd ../cloudmesh-cmd5; make clean
cd ../cloudmesh-sys; make clean
cd ../cloudmesh-bar; make clean
cd ../cloudmesh-bumpversion; make clean
cd ../cloudmesh-vpn; make clean
cd ../cloudmesh-gpu; make clean
cd ../cloudmesh-rivanna; make clean
cd ../cloudmesh-catalog; make clean

##############################################################################
# INFO
##############################################################################
Expand Down

0 comments on commit 2464b82

Please sign in to comment.