You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've taken a look, and no such file exists in the repo history at any point, or on the server filesystem. Also, I must admit that I've been maintaining this repo for long enough now that I forget the exact details of how this might have been implemented.
I do have a directory of useful scripts which lives in this repo, but I've always kept this .gitignored because I've never checked these for how system-specific they might be…
My suspicion is that the list-repo-updates.sh script likely morphed over time into my current (but not shared right now) repodiff.sh script which tries to automate as much as possible when it comes to integrating upstream changes into this repo (which, thankfully, I no longer have to do by hand… a process which doesn't scale to more than the odd ebuild or two!). A little manual guidance is required when new versions are added with changes, which I try to do on a schedule every ten days.
I also suspect that portage enhancements over time have largely removed the need for such a script: the /etc/portage/repos.conf/metadata/layout.confmasters setting allows overlay repos to specify which repos they override, and then emerge appears to favour ebuilds from an overlay once initially installed.
Having said this, if you've got a specific need then feel free to reply back with details and I may well be about to find time to knock something up!
(… and I will update the README.md when I push today's updates to remove this source of confusion - thanks for letting me know ☺️)
I deal with a lot of (private corp) overlays myself and was just curious from an educational standpoint (e.g. new/updated techniques) for working with the Gentoo portage ecosystem.
I would be curious though to see you Gist up your repodiff.sh 🧐
I've looked through this repo, and https://github.com/srcshelton/docker-gentoo-build and could not find the README referenced script
list-repo-updates.h
Was it an oversight that it was not included or has it been deprecated and removed?
TIA!
The text was updated successfully, but these errors were encountered: