mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
only update git submodules in project/trees
do not update them in project/repos - despite what the previous commit message says, this behaviour is error prone and should be avoided. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -10,8 +10,6 @@ git_reset_rev()
|
||||
cd "${sdir}" || "${_fail}" "cannot cd to ${sdir}"
|
||||
git reset --hard ${_rev} || \
|
||||
"${_fail}" "cannot git reset ${sdir} <- ${rev}"
|
||||
git submodule update --init --checkout || \
|
||||
"${_fail}" "cannot update git modules <- ${sdir}"
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user