As a side note: I started following the README in stx-tools to try out the download utility, to hopefully glean a little more info about the LST files on my own. I setup a fresh repo yesterday afternoon, then setup and launched the docker image this morning. The download fails:
done!! finish 1st round of RPM downloading successfully! ERROR: -------RPMs missing 4 in yumdownloader with L1 match ---------------
The failed RPMs are recorded: $ cat centos_rpms_missing_L1.txt epel-rpm-macros-7-18.noarch.rpm python2-rpm-macros-3-18.el7.noarch.rpm python-rpm-macros-3-18.el7.noarch.rpm python-srpm-macros-3-18.el7.noarch.rpm
Memo has created a node script to download those dependencies and it perfectly worked For me today to gather the specific versions. I am wondering if we can take out to help with our missing Packages for now, here are the steps using that tool: # cat output/3rd-centos_rpms_missing_L1.txt output/3rd_rpms_missing_L1.txt \ output/3rd_srpms_missing_L1.txt output/centos_rpms_missing_L1.txt output/centos_srpms_missing_L1.txt epel-rpm-macros-7-18.noarch.rpm python2-rpm-macros-3-18.el7.noarch.rpm python-rpm-macros-3-18.el7.noarch.rpm python-srpm-macros-3-18.el7.noarch.rpm $ node index.js -p epel-rpm-macros-7-18.noarch.rpm $ node index.js -p python2-rpm-macros-3-18.el7.noarch.rpm $ node index.js -p python-rpm-macros-3-18.el7.noarch.rpm $ node index.js -p python-srpm-macros-3-18.el7.noarch.rpm All Key ID for these packages ok $ rpm -vK /import/mirrors/CentOS/stx-r1/CentOS/pike/Binary/noarch/epel-rpm-macros-7-18.noarch.rpm $ rpm -vK /import/mirrors/CentOS/stx-r1/CentOS/pike/Binary/noarch/python2-rpm-macros-3-18.el7.noarch.rpm $ rpm -vK /import/mirrors/CentOS/stx-r1/CentOS/pike/Binary/noarch/python-rpm-macros-3-18.el7.noarch.rpm $ rpm -vK /import/mirrors/CentOS/stx-r1/CentOS/pike/Binary/noarch/python-srpm-macros-3-18.el7.noarch.rpm