-
Notifications
You must be signed in to change notification settings - Fork 80
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
yoctoproject.org mirror no longer works #693
Comments
I've updated the mirror scripts to point at https://github.com/Linaro/meta-qcom.git. In order to keep the repo updates fulyl current we'll need to set up a private webhook on the repo. What's the best way to communicate private information to the admins of https://github.com/Linaro/meta-qcom.git ? |
I think the best way is @fboudra , I'm not an admin of the project. |
@halstead note, we plan to change the setup and move the repo under Qualcomm organization. I'm not sure if it's worth fixing it at this point if the setup is going to change in the next few weeks. |
Okay. As long as everyone is fine with the current update timing this can
wait until after the move to Qualcomm.
…On Thu, Dec 12, 2024 at 8:50 PM Dmitry Baryshkov ***@***.***> wrote:
@halstead <https://github.com/halstead> note, we plan to change the setup
and move the repo under Qualcomm organization. I'm not sure if it's worth
fixing it at this point if the setup is going to change in the next few
weeks.
—
Reply to this email directly, view it on GitHub
<#693 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABDAGAG4ZYTRJPW43NP4FT2FJRQ3AVCNFSM6AAAAABTJOQFCCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNBQGU2DMNJVG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@halstead we've moved meta-qcom in a new Github org at https://github.com/qualcomm-linux/meta-qcom. Can you please describe how the mirroring between git.yoctoproject.org would work for meta-qcom? e.g. explain what configuration we need to set on this repo for it to work? thanks |
I've updated the mirror script to point at https://github.com/qualcomm-linux/meta-qcom. In order to keep the mirror up to date with each push someone with privileges to https://github.com/qualcomm-linux/meta-qcom/settings/hooks needs to add the webhook. Can @fboudra or another admin email me at [email protected] to finish setup? |
Asking a hand from @mynameistechno here. |
@halstead I'll reach out. |
The webhook was already defined and recent deliveries appeared to be successful but I updated the secret per what @halstead sent, just in case he updated it. Let us know if it doesn't mirror on the next push. |
Thanks. everything looks to be working fine again. |
meta-qcom is mirrored on git.yoctoproject.org (https://git.yoctoproject.org/meta-qcom/). It's actually a mirror set up and maintained by the Yocto people. When the mirror was set up, meta-qcom was located on github.com/ndechesne/meta-qcom, so the mirror was setup to work with this repo.
When we migrated meta-qcom to github.com/linaro/meta-qcom, we did not update the yocto mirroring. However because github automagically redirects repo after migration, it kind of continued to work.
However I recently started to contribute to meta-qcom again, and I made a fork of linaro/meta-qcom in my github, so ndechesne/meta-qcom was live again, and it broke the automagic redirection that github was doing. As a consequence Yocto started to mirror from ndechesne/meta-qcom instead of linaro/meta-qcom.
I talked to @halstead and he can fix the mirror, but he needs help from an admin of meta-qcom to configure the webhook in the project settings.
The text was updated successfully, but these errors were encountered: