openlawlibrary / taf

The Archive Framework
GNU Affero General Public License v3.0
10 stars 10 forks source link

Always load latest mirrors.json #441

Closed renatav closed 5 months ago

renatav commented 5 months ago

Description (e.g. "Related to ...", etc.)

Always load the latest version of mirrors.json. It does not ever make sense to attempt to download a repository from a URL which updated. This also ensures that the update can succeed if we there are commits where repositories.json existed, but mirrors was added later

Also removed a function that is no longer used

Code review checklist (for code reviewer to complete)