Fix AdroitAdorKhan-EnergizedProtection

Lock the repo to a commit right before things started breaking.
This commit is contained in:
Dan Church 2022-12-08 14:21:45 -06:00
parent ef7f08b396
commit 9b4ee564d6
Signed by: h3xx
GPG Key ID: EA2BF379CD2CDBD0
5 changed files with 9 additions and 6 deletions

6
.gitmodules vendored
View File

@ -1,10 +1,10 @@
[submodule "repos/StevenBlack-hosts"]
[submodule "StevenBlack-hosts"]
path = repos/StevenBlack-hosts
url = https://github.com/StevenBlack/hosts.git
branch = master
shallow = true
[submodule "repos/AdroitAdorKhan-EnergizedProtection"]
path = repos/AdroitAdorKhan-EnergizedProtection
[submodule "AdroitAdorKhan-EnergizedProtection"]
path = repos-noupdates/AdroitAdorKhan-EnergizedProtection
url = https://github.com/AdroitAdorKhan/EnergizedProtection.git
branch = master
shallow = true

View File

@ -1 +1 @@
../repos/AdroitAdorKhan-EnergizedProtection/core/hosts
../repos-noupdates/AdroitAdorKhan-EnergizedProtection/core/hosts

@ -0,0 +1 @@
Subproject commit d34e794936f3bcd23b5df198c13b57f088041f9c

@ -1 +0,0 @@
Subproject commit 112ded65a22583512bb814abaf9292122d713965

View File

@ -64,7 +64,10 @@ replace_with() {
fi
}
(cd "$WORKDIR" && git submodule update --init --remote)
(cd "$WORKDIR" &&
git submodule update --init 'repos-noupdates/*' &&
git submodule update --init --remote 'repos/*'
)
for (( I = 0 ; I < ${#OUT[@]} ; ++I )); do
MY_URL=${URL[$I]}