Browse Source

TOTP: Remove wolfssl submodule

Willy-JL 2 years ago
parent
commit
bc7f0cbdd4
2 changed files with 0 additions and 6 deletions
  1. 0 4
      .gitmodules
  2. 0 2
      .utils/subdir-helper.sh

+ 0 - 4
.gitmodules

@@ -1,4 +0,0 @@
-[submodule "totp/lib/wolfssl"]
-	path = totp/lib/wolfssl
-	url = https://github.com/wolfSSL/wolfssl.git
-	branch = master

+ 0 - 2
.utils/subdir-helper.sh

@@ -16,9 +16,7 @@ temp=$(echo ${repo%/} | rev | cut -d/ -f1,2 | rev | tr / -)-${branch}
 fetch=_fetch-${temp}
 fetch=_fetch-${temp}
 split=_split-${temp}-$(echo ${subdir} | tr / -)
 split=_split-${temp}-$(echo ${subdir} | tr / -)
 git fetch --no-tags ${repo} ${branch}:${fetch}
 git fetch --no-tags ${repo} ${branch}:${fetch}
-git submodule deinit --all -f
 git checkout ${fetch}
 git checkout ${fetch}
 git subtree split -P ${subdir} -b ${split}
 git subtree split -P ${subdir} -b ${split}
 git checkout ${prev}
 git checkout ${prev}
 git subtree ${action} -P ${path} ${split} -m "${action^} ${path} from ${repo}"
 git subtree ${action} -P ${path} ${split} -m "${action^} ${path} from ${repo}"
-git submodule update --init