-
Notifications
You must be signed in to change notification settings - Fork 1
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
Set up integration with Packit #54
Comments
@siteshwar If I remember correctly, there was a request by PackIt team on the last two quarterly meetings to make |
@kdudka It is tracked through openscanhub/openscanhub#248. |
I discussed this issue with @lachmanfrantisek and we agreed to do a prototype with PackIt command line client:
|
I discussed this issue with @lachmanfrantisek today and we agreed to introduce a
We managed to hack together a basic prototype of the CLI command. But it needs to be polished before a pull request can be opened against upstream. |
Thank you for working on this! My proposal is to give the subcommand a more self-explaining name, such as |
@kdudka @lachmanfrantisek Do you think we can introduce a |
Hmm, we don't have any other scanning integration planned now. Since it actually performs a build during the OSH scan, I would probably leave it as is for now... We can definitely change this or make an alias if we realise this was a bad idea. But with Packit, the CLI is not too important compared to the service. |
My proposal was not to replace |
I agree |
Add a `scan-in-osh` subcommand ... to perform a scan through OpenScanHub. TODO: Write new tests or update the old ones to cover new functionality. Update doc-strings where appropriate. Update or write new documentation in packit/packit.dev. Kerberos login would require dns_canonicalize_hostname = false in /etc/krb5.conf. Related link: https://fedoraproject.org/wiki/Infrastructure/Kerberos#Extra_info_for_Infrastructure_people Instructions to install osh-cli are given in https://fedoraproject.org/wiki/OpenScanHub. Command to perform a full build: packit scan-in-osh Command to perform a differential build: packit scan-in-osh --base-srpm=<path_to_old_srpm Fixes Related to openscanhub/fedora-infra#54 There is a review request to add osh-cli to the official Fedora repositories. Merge before/after RELEASE NOTES BEGIN Add a scan-in-osh subcommand in the CLI to perform a scan through OpenScanHub. By default, it performs a full scan of the packages and a differential scan can be performed through --base-srpm option. RELEASE NOTES END EDIT: Add a reference to change in /etc/krb5.conf. Reviewed-by: Laura Barcziová Reviewed-by: František Lachman <[email protected]> Reviewed-by: Siteshwar Vashisht
This issue should be followed up by the Packit team through packit/packit-service#2107 and packit/packit-service#2454. I am closing it, as there is nothing to be done from OSH side. |
This issue tracks integration with the PackIt service. Possible blocker has been discussed earlier.
@lachmanfrantisek @lbarcziova Please leave your comments, if I missed anything.
EDIT: Related issue in PackIt upstream.
The text was updated successfully, but these errors were encountered: