mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-12-25 08:30:05 -07:00
kiss: don't automatically pull down submodules when using git sources
This should be done in the build file on an opt-in basis.
This commit is contained in:
parent
5df9fbb6b1
commit
4e34ad6a6a
1
kiss
1
kiss
@ -258,7 +258,6 @@ pkg_extract() {
|
|||||||
git remote add origin "${url%[#@]*}"
|
git remote add origin "${url%[#@]*}"
|
||||||
git fetch --depth=1 origin "$com" || git fetch
|
git fetch --depth=1 origin "$com" || git fetch
|
||||||
git checkout "${com:-FETCH_HEAD}"
|
git checkout "${com:-FETCH_HEAD}"
|
||||||
git submodule update --init --recursive
|
|
||||||
} || die "$1" "Failed to clone $src"
|
} || die "$1" "Failed to clone $src"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user