Compare commits

...

2 Commits

Author SHA1 Message Date
Dan Church 9b4ee564d6
Fix AdroitAdorKhan-EnergizedProtection
Lock the repo to a commit right before things started breaking.
2022-12-08 14:25:01 -06:00
Dan Church ef7f08b396
Remove unused submodule entry
Added by mistake. Never affected any clones, though, as the submodule
path wasn't committed.
2022-12-08 14:13:53 -06:00
5 changed files with 9 additions and 11 deletions

11
.gitmodules vendored
View File

@ -1,15 +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/EnergizedProtection-block"]
path = repos/EnergizedProtection-block
url = https://github.com/EnergizedProtection/block.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]}