mirror of
https://codeberg.org/h3xx/you-dont-need-pihole.git
synced 2024-08-14 20:27:01 +00:00
Fix AdroitAdorKhan-EnergizedProtection
Lock the repo to a commit right before things started breaking.
This commit is contained in:
parent
ef7f08b396
commit
9b4ee564d6
5 changed files with 9 additions and 6 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
|
@ -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]}
|
||||
|
|
Loading…
Reference in a new issue