David Moreau Simard
David Moreau Simard
> How about: I like this but it won't pick up 2.13 yet because it's a pre-release. I've gone ahead and committed the suggestion anyway (2.13 releases next week) but...
I've set an ARA_API_USERNAME and ARA_API_PASSWORD secret, let's find out if it works.
Hmm, I couldn't understand why it didn't work so I went ahead and tried to reproduce it in a test repository I created for this purpose: https://github.com/dmsimard/test-gh-ara/pull/1 and it worked:...
It's not something I am actively working on but I've talked to @anweshadas about it a while back. The idea would be to have an ara server somewhere to send...
To be clear, I meant to demonstrate that logging jobs in ara was just to include an installation of ara and set up some environment variables so it could be...
I don't have a solution for this (yet) but I do want to point out we are also wondering about this in fedora packaging land: https://src.fedoraproject.org/rpms/ansible/pull-request/19#comment-90841
I have bits of code that might be helpful: - Getting a list of git repositories for collections included in the Ansible package: https://gist.github.com/dmsimard/01ca6a34b4bd8741baec94a23311a266 - Cloning repositories from their default...
> > We should validate: > > ``` > > * That FILES.json sha256sum matches what is in MANIFEST.json > > > > * That each file in FILES.json indeed...
I created an issue about the misleading help text for ansible-galaxy collection verify: https://github.com/ansible/ansible/issues/76087
I thought it would be worth mentioning that there's an interesting tangential improvement [planned in ansible-core 2.13](https://github.com/ansible/ansible/pull/75843): ``ansible-galaxy CLI collection verification, source, and trust``. From asking around, my understanding is...