Skip to content

Commit 5116c01

Browse files
authored
Merge pull request #7909 from mjsir911/msirabella/shallow_setup
Update shallow tag update
2 parents 34f565d + 863042d commit 5116c01

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,3 +345,7 @@ fetch-submodules:
345345
remove-submodules:
346346
git submodule deinit -f --all
347347
rm -rf .git/modules/*
348+
349+
.PHONY: fetch-tags
350+
fetch-tags:
351+
git fetch --tags --recurse-submodules=no --shallow-since="2023-02-01" https://github.com/adafruit/circuitpython HEAD

py/makeversionhdr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def cannot_determine_version():
6666
CircuitPython must be built from a git clone with tags.
6767
If you cloned from a fork, fetch the tags from adafruit/circuitpython as follows:
6868
69-
git fetch --tags --recurse-submodules=no --shallow-since="2021-07-01" https://github.com/adafruit/circuitpython HEAD"""
69+
make fetch-tags"""
7070
)
7171

7272

0 commit comments

Comments
 (0)