MiSTer-devel / Distribution_MiSTer

This repository contains all the files that you'll want in your MiSTer
GNU General Public License v3.0
93 stars 20 forks source link

New core got picked up, then disappeared again #47

Closed eriks5 closed 1 year ago

eriks5 commented 1 year ago

This morning I released the C128 core. Added it to the Wiki so this repo would pick it up.

It took a few hours, but eventually the core was included in the distribution. But now it's gone again and looking at the output of the actions, the download_distribution.py script doesn't see it anymore.

Here's the output the action that did see the new core: https://github.com/MiSTer-devel/Distribution_MiSTer/actions/runs/4263488131/jobs/7420287698

but later ones do not see it anymore. If I run download_distribution.py locally, the core is seen and processed.

I suspect there is some caching of the wiki page happening. Maybe on the builders, or maybe within GitHub's infrastructure.

eriks5 commented 1 year ago

Created a pull request (#48) that adds no-cache headers and a cache-buster query parameter to the url. If it's a caching issue, that should fix it

theypsilon commented 1 year ago

Hey @eriks5 , thanks a lot for your contributions. I just merged your PR, hopefully this prevents that issue. Please, let me know if that's not the case.