Skip to content

Commit

Permalink
Added recursive tag fetching for git submodules.
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikDeak committed Jul 20, 2021
1 parent f5f4515 commit ad87827
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def configureSubmodules():
print( statusBefore )

utility.runCommand( "git submodule update --init --remote --recursive" )
utility.runCommand( "git submodule foreach --recursive 'git fetch --tags'" )

if config.productCheckout:
os.chdir( config.productRepoPath )
Expand Down Expand Up @@ -64,6 +65,6 @@ def buildProducts():

configureSubmodules()

configureEnvironment()
# configureEnvironment()

buildProducts()
# buildProducts()

0 comments on commit ad87827

Please sign in to comment.