Automate supported versions in yum download scripts
commit4697ceb00734bddccd498f0e3cb3e8fa10fbe368
authorMagnus Hagander <magnus@hagander.net>
Mon, 9 Oct 2017 10:50:28 +0000 (9 12:50 +0200)
committerMagnus Hagander <magnus@hagander.net>
Mon, 9 Oct 2017 10:51:33 +0000 (9 12:51 +0200)
treeeaa879671980b44062ac3e55a9cf5c72890b0a14
parentbb9359e36f67780e318b2189bf273fea68ac0c41
Automate supported versions in yum download scripts

We do this by always spidering every repo rpm available (since the ftp
server doesn't know about supported versions), and then filtering which
versions are shown in the dropdown instead. Given the small number of
versions of either kind, this doesn't make a material difference in the
size of the files anyway.
pgweb/downloads/views.py
templates/downloads/js/yum.js
tools/ftp/spider_yum.py