[Starlingx-discuss] download_mirrors.sh issues
Bailey, Henry Albert (Al)
Al.Bailey at windriver.com
Thu Jul 26 18:27:55 UTC 2018
After wiping the output folder and running the download_mirror.sh command with the updated repo, there were still 24 rpms missing.
Some of those (like docker-ce) did not make any sense, so I looked into it.
1) StarlingX_3rd.repo is only copied to /etc/yum.repos.d/ when the docker image is created. It is removed by the download_mirror.sh script.
If you run that script a second time to try to update your mirror, all the 3rd party repos are missing and it will not be able to find them.
Re-copying StarlingX_3rd.repo to /etc/yum.repos.d/ at the beginning of download_mirror.sh resolves this.
I think the StarlingX.repo should also get re-copied, in case that file is altered by a commit, and you wish to re-run the script to re-update the mirror.
2) 3 of the missing entries are macros. My update for https://review.openstack.org/#/c/585861/ did not fix them. yum seems to be able to find version 21, so I will update to that version.
Al
-----Original Message-----
From: Bailey, Henry Albert (Al)
Sent: Thursday, July 26, 2018 10:24 AM
To: starlingx-discuss at lists.starlingx.io
Subject: RE: download_mirrors.sh issues
Hi Abraham,
The patch is available here. https://review.openstack.org/#/c/586230/
This seems to fix almost all the missing rpms.
There are less than 20 missing now, some of which may be related to the blizoo repo .
I am recreating a fresh mirror now, and I will try to track down the remaining missing rpms.
Al
-----Original Message-----
From: Arce Moreno, Abraham [mailto:abraham.arce.moreno at intel.com]
Sent: Wednesday, July 25, 2018 5:00 PM
To: Arce Moreno, Abraham; Bailey, Henry Albert (Al); starlingx-discuss at lists.starlingx.io
Subject: RE: download_mirrors.sh issues
> > I will re-run the complete download routine and see if this fixes all
> > the remaining (non src) issues.
>
> Is it possible you submit a patch if it works for you?
>
> Adopting the over communication approach, I am logging all the steps and
> output in this url [0]. Not using etherpad to have a faster edit / easy
> formatting.
>
> [0] https://github.com/xe1gyq/starlingx/blob/master/DeveloperGuide.md
Afternoon update on StarlingX Compilation Master Branch started today morning.
stx-tools branch master
$ git log --pretty=oneline -2
f31f99ab91435c32c24a86efd2e697177074f4b7 Merge "policycoreutils-newrole was missing"
c3000c2936f56ad0257142d5c5bad3afc08c46cc Merge "upgrade linux-firmware RPM version"
Taking StarlingX Developer Guide [0] as an input and a temporal Github page [1] as an output.
[1] https://wiki.openstack.org/wiki/StarlingX/Developer_Guide
[0] https://github.com/xe1gyq/starlingx/blob/master/DeveloperGuide.md
More information about the Starlingx-discuss
mailing list