-
Notifications
You must be signed in to change notification settings - Fork 15
Automatically download missing packages from repo.magento.com every day #215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Wow, this is a great idea @fballiano! |
Vinai
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Al long as we check the packages in the PRs the first few times with extra care this LGTM!
|
I'll wait for your approval, too, before merging @rhoerr |
rhoerr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've not personally tested to verify, but the code and concept seem good to me in principle. Let's try it.
Great idea, thank you Fabrizio. This will make mirror management a bunch easier.
|
Workflow fails with an error in "Run mirror script": https://github.com/mage-os/generate-mirror-repo-js/actions/runs/15265699566/job/42930858142 |
This PR adds:
bin/download-all-missing-packages-from-repo-magento-com.phpthat looks for the lastest patch release for every mirrored release and download the missing packages from repo.magento.comThe downloader script has been tested and it works correctly, the workflow (as it is) it's really hard to test