Merge branch 'adafruit:main' into main
This commit is contained in:
commit
c24a616df3
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…
Reference in New Issue
Block a user