Skip to content

Commit

Permalink
For some submodules, use --unshallow
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Sep 3, 2024
1 parent 712d568 commit d2a8698
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,17 @@ help:
submodules:
git submodule init
git submodule update --depth=20
cd packages/py-shiny && git fetch --tags --unshallow
cd packages/plotnine && git fetch --tags --unshallow

## Pull latest changes in git submodules
submodules-pull:
git submodule update --recursive --remote
cd packages/py-shiny && git fetch --tags
cd packages/plotnine && git fetch --tags
submodules-pull-shiny:
git submodule update --remote packages/py-shiny
cd packages/py-shiny && git fetch --tags
submodules-pull-htmltools:
git submodule update --remote packages/py-htmltools

Expand Down

0 comments on commit d2a8698

Please sign in to comment.