Slicer/slicer_download

Add support for selecting architecture

Opened this issue · 0 comments

jcfr commented

Similarly to stability and os, the download_Server should be updated to accept a parameter named arch.

Accepted values are: amd64, arm64 and i386

Tasks

  • Add matchArchitecture function
  • Update getRecordField to accept arch key.
  • Update getBestMatching to use matchArchitecture
  • Update recordMatching and recordsMatchingAllOSAndStability (rename it to recordsMatching)
  • Slicer/slicer_download_stats#6