Merge pull request #7909 from mjsir911/msirabella/shallow_setup
Update shallow tag update
This commit is contained in:
commit
5116c01735
4
Makefile
4
Makefile
@ -345,3 +345,7 @@ fetch-submodules:
|
|||||||
remove-submodules:
|
remove-submodules:
|
||||||
git submodule deinit -f --all
|
git submodule deinit -f --all
|
||||||
rm -rf .git/modules/*
|
rm -rf .git/modules/*
|
||||||
|
|
||||||
|
.PHONY: fetch-tags
|
||||||
|
fetch-tags:
|
||||||
|
git fetch --tags --recurse-submodules=no --shallow-since="2023-02-01" https://github.com/adafruit/circuitpython HEAD
|
||||||
|
@ -66,7 +66,7 @@ def cannot_determine_version():
|
|||||||
CircuitPython must be built from a git clone with tags.
|
CircuitPython must be built from a git clone with tags.
|
||||||
If you cloned from a fork, fetch the tags from adafruit/circuitpython as follows:
|
If you cloned from a fork, fetch the tags from adafruit/circuitpython as follows:
|
||||||
|
|
||||||
git fetch --tags --recurse-submodules=no --shallow-since="2021-07-01" https://github.com/adafruit/circuitpython HEAD"""
|
make fetch-tags"""
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user