Closed oliversalzburg closed 2 years ago
Thanks for letting me know !
Would you like to provide a PR yourself?
If not, I'd be happy to pick it up next time I work on some open source projects.
Sadly, I have very little Python experience and am still trying to find my way around all the tooling and get a development environment set up. If this goes anywhere soon, I might also try to work on this.
When I built my site in our GitLabi CI setup, I got the following output multiple times:
I understand the reason for this and have already made my adjustments. But the note regarding BitBucket is wrong, as I'm not on BitBucket. Maybe the different cases could be separated by switch-case or elseif statements to show only a single one.
Also, the
README
of this project says to useGIT_DEPTH = 0
. The warning saysGIT_DEPTH = 1000
. This can be confusing to new users. IMHOGIT_DEPTH = 0
is the safe default.