Skip to content

Commit

Permalink
updated scripts to reset submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
kefeimo committed Jan 17, 2023
1 parent 003f64a commit 0cb4264
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Empty file removed __init__.py
Empty file.
4 changes: 2 additions & 2 deletions scripts/reset_dnp3_submodule.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ git rm --cached deps/dnp3
rm -rf .git/modules/deps/dnp3
rm -rf deps/dnp3
cd deps
git submodule add https://github.com/automatak/dnp3.git
git submodule add https://github.com/kefeimo/opendnp3.git
git submodule update --init --recursive
cd dnp3
git checkout 71e767f4c4baae8e866406b964d9e8ffaafa02d8
git checkout 7d84673d165a4a075590a5f146ed1a4ba35d4e49
cd ../..
6 changes: 4 additions & 2 deletions scripts/reset_pybind11_submodule.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ git rm --cached deps/pybind11
rm -rf .git/modules/deps/pybind11
rm -rf deps/pybind11
cd deps
git submodule add https://github.com/Kisensum/pybind11.git
git submodule add https://github.com/kefeimo/pybind11.git
git submodule update --init --recursive
cd ..
cd pybind11
git checkout 338d615e12ce41ee021724551841de3cbe0bc1df
cd ../..

0 comments on commit 0cb4264

Please sign in to comment.