mirror of
https://github.com/FDOS/kernel.git
synced 2025-07-24 22:34:29 +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
|
ECHO get a clean tree
|
||||||
if EXIST ..\SOURCE RMDIR /S /Q ..\SOURCE > NUL
|
if EXIST ..\SOURCE RMDIR /S /Q ..\SOURCE > NUL
|
||||||
::git clone -v --local --branch ke%1 . ..\SOURCE\ke%1\
|
::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
|
REM delete files to exclude
|
||||||
RD /S /Q ..\SOURCE\ke%1\.git > NUL
|
RD /S /Q ..\SOURCE\ke%1\.git > NUL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user