Skip to content

Commit 0cb4264

Browse files
committed
updated scripts to reset submodules
1 parent 003f64a commit 0cb4264

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

__init__.py

Whitespace-only changes.

scripts/reset_dnp3_submodule.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ git rm --cached deps/dnp3
33
rm -rf .git/modules/deps/dnp3
44
rm -rf deps/dnp3
55
cd deps
6-
git submodule add https://github.com/automatak/dnp3.git
6+
git submodule add https://github.com/kefeimo/opendnp3.git
77
git submodule update --init --recursive
88
cd dnp3
9-
git checkout 71e767f4c4baae8e866406b964d9e8ffaafa02d8
9+
git checkout 7d84673d165a4a075590a5f146ed1a4ba35d4e49
1010
cd ../..

scripts/reset_pybind11_submodule.sh

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ git rm --cached deps/pybind11
33
rm -rf .git/modules/deps/pybind11
44
rm -rf deps/pybind11
55
cd deps
6-
git submodule add https://github.com/Kisensum/pybind11.git
6+
git submodule add https://github.com/kefeimo/pybind11.git
77
git submodule update --init --recursive
8-
cd ..
8+
cd pybind11
9+
git checkout 338d615e12ce41ee021724551841de3cbe0bc1df
10+
cd ../..

0 commit comments

Comments
 (0)