Justin Sherrill

Results 7 comments of Justin Sherrill

One reason to not do this is that the repository sets api actually supports returning custom content and partha has been working to use this api more for listing repo...

we're actually not using mirror_mode. here's the completed output of the task, and you can see no publication was created: ``` { "pulp_href": "/pulp/75d8fd70/api/v3/tasks/018bce17-9831-7cb1-adc8-3566f00666b0/", "pulp_created": "2023-11-14T13:48:54.707083Z", "state": "completed", "name": "pulp_rpm.app.tasks.synchronizing.synchronize",...

the following patch to the pulp api spec seems to help, but it may not be a full fix: ``` --- pulp_api.json 2024-07-23 09:25:12.179493116 -0400 +++ patched_pulp.json 2024-07-23 09:59:30.669329005 -0400...

oh and I realized we can use 'fields' to workaround this, so its not high priority for us right now

@pedro-psb yes, trying for the first time. I'm not sure it ever worked. > Can you elaborate? What fields exactly? The list packages api: https://pulpproject.org/pulp_rpm/restapi/#tag/Content:-Packages/operation/content_rpm_packages_list provides a fields and exclude_fields...

@cdrage i sorta hacked something together to see if `bootc switch` would work after i got it booted and i got an error: ``` ERROR Switching: Initializing storage: Acquiring sysroot:...

Reproducer: Simply drop this in `openapi2conv/issues1016_test.go` ```go package openapi2conv import ( "encoding/json" "testing" "github.com/getkin/kin-openapi/openapi2" "github.com/stretchr/testify/require" ) func TestIssue1016(t *testing.T) { v2 := []byte(` { "basePath": "/v2", "host": "test.example.com", "info": {...