From 0cb426478a363e301c2bd1806cc618da8b49fa1c Mon Sep 17 00:00:00 2001 From: Kefei Mo Date: Tue, 17 Jan 2023 11:49:34 -0600 Subject: [PATCH] updated scripts to reset submodules --- __init__.py | 0 scripts/reset_dnp3_submodule.sh | 4 ++-- scripts/reset_pybind11_submodule.sh | 6 ++++-- 3 files changed, 6 insertions(+), 4 deletions(-) delete mode 100644 __init__.py diff --git a/__init__.py b/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/scripts/reset_dnp3_submodule.sh b/scripts/reset_dnp3_submodule.sh index 61ba62f..503e420 100644 --- a/scripts/reset_dnp3_submodule.sh +++ b/scripts/reset_dnp3_submodule.sh @@ -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 ../.. \ No newline at end of file diff --git a/scripts/reset_pybind11_submodule.sh b/scripts/reset_pybind11_submodule.sh index 329f5ad..99db628 100644 --- a/scripts/reset_pybind11_submodule.sh +++ b/scripts/reset_pybind11_submodule.sh @@ -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 .. \ No newline at end of file +cd pybind11 +git checkout 338d615e12ce41ee021724551841de3cbe0bc1df +cd ../.. \ No newline at end of file