Skip to content

Commit

Permalink
update for new image
Browse files Browse the repository at this point in the history
  • Loading branch information
Patent2net committed Apr 6, 2023
1 parent aaa39ce commit 0a605ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions run-all.sh
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
source /vpy3/bin/activate
for f in ./RequestsSets/*.cql ; do p2n run --config=.$f; done
4 changes: 2 additions & 2 deletions update.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
source /vpy3/bin/activate
find . -type d -name __pycache__ -exec rm -rf {} \;
pip install -r requirements.txt
pip install -r requirements-release.txt
cp dex.js dex.sav
cp dex.json dex.sav2
git stash
git pull $@
pip install -r requirements.txt
pip install -r requirements-release.txt
cd doc
sphinx-build -M html . _build
cd ..
Expand Down

0 comments on commit 0a605ba

Please sign in to comment.