Daniel Alley
Daniel Alley
A workaround that will work in most cases: Instead of using a mirror sync mode, use `additive` sync in combination with the `retain_package_versions` option. Example: with `retain_package_versions=3` A document on...
I believe this is down to default django-import-export behavior that changed in a newer version. https://django-import-export.readthedocs.io/en/latest/release_notes.html#export-format Hopefully updating django-import-export fixes these issues.
Or not. I got that backwards, they didn't change the behavior. Either way though this is apparently "intended" django-import-export behavior for some reason.
We realistically cannot touch the version of django-import-export until a breaking change release. And we have to be very careful about changing any core behavior also. We need to do...
> So, after using this a bit in our Pulp instance, I've figured out what was happening. It turns out that it won't download and sign again if and only...
Yet another reason to hate modules 🙃 Yeah, I mean, seems like there's not a great solution short of being super conservative and just disabling the feature entirely for source...
>RHEL is not free. Neither the derivations can provide enough security updates for free. RHEL Universal Base Image is free (and redistributable), fwiw. https://catalog.redhat.com/software/base-images I believe many of the downsides...
@carlwgeorge ^ can you speak to those concerns
You're welcome to transfer the issue across repositories if it makes sense there. Or I can refile it.
It's literally possible to construct such an event, however there's no way to get the attributes from it unless you parse them yourself. `BytesEnd` doesn't provide any mechanism for this....