Build: cleanup VCS support to remove unused methods #8940
Labels
Accepted
Accepted issue on our roadmap
Improvement
Minor improvement to code
Sprintable
Small enough to sprint on
Since the deploy that implements the Celery Handlers, we are always starting the build from a fresh and cleaned environment. No cache is used at all.
So, we should be able to delete all the code related to update the repository by calling
git fetch
and similar. Take a look atreadthedocs.org/readthedocs/vcs_support/backends/git.py
Lines 154 to 176 in b5a05f2
The text was updated successfully, but these errors were encountered: