Skip to content

Commit

Permalink
add strict install
Browse files Browse the repository at this point in the history
  • Loading branch information
laszewsk committed Dec 18, 2023
1 parent 1a36815 commit 34396de
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin/local.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#cd cloudmesh-common
#pip install -e .
#cd ..
pip install -r requirements-dev.txt
cd ../cloudmesh-common; make dist; make local
cd ../cloudmesh-cmd5; make dist; make local
cd ../cloudmesh-sys; make dist; make local
Expand Down
22 changes: 22 additions & 0 deletions bin/strict.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; pip install -e . --config-settings editable_mode=strict
cd ../cloudmesh-cmd5; pip install -e . --config-settings editable_mode=strict
cd ../cloudmesh-sys; pip install -e . --config-settings editable_mode=strict
cd ../cloudmesh-bar; pip install -e . --config-settings editable_mode=strict
cd ../cloudmesh-bumpversion; pip install -e . --config-settings editable_mode=strict
cd ../cloudmesh-vpn; pip install -e . --config-settings editable_mode=strict
cd ../cloudmesh-gpu; pip install -e . --config-settings editable_mode=strict
cd ../cloudmesh-rivanna; pip install -e . --config-settings editable_mode=strict
#cd ../cloudmesh-catalog; pip install -e .
#cd ../cloudmesh-configuration; pip install -e .
cd ../cloudmesh-common
#cms info
#cms info path
#cms info commands
cms banner ERRORS
cms info errors
cms banner DONE
cms version
cms help

0 comments on commit 34396de

Please sign in to comment.