mirror of
https://github.com/FDOS/kernel.git
synced 2025-04-08 17:15:17 +02:00
ensure cloning submodules
This commit is contained in:
parent
44dd357f86
commit
6f5a136a60
@ -7,7 +7,7 @@ git tag -a -m "Tag kernel release %1" ke%1 HEAD
|
||||
ECHO get a clean tree
|
||||
if EXIST ..\SOURCE RMDIR /S /Q ..\SOURCE > NUL
|
||||
::git clone -v --local --branch ke%1 . ..\SOURCE\ke%1\
|
||||
git clone -v --local . ..\SOURCE\ke%1\
|
||||
git clone -v --recurse-submodules --local . ..\SOURCE\ke%1\
|
||||
|
||||
REM delete files to exclude
|
||||
RD /S /Q ..\SOURCE\ke%1\.git > NUL
|
||||
|
Loading…
x
Reference in New Issue
Block a user