Pulp open floor, every Tuesday at 10:30 ET (either EST or EDT) (That is 16:30 CET) in pulp-meeting on Matrix.
See https://pulpproject.org/help/community/get-involved/ for more info about this meeting.
[Duck - April 9] Quack folks, we're trying to phase out the old web_builder method we use to build the site.
nothing urgent but I'd like to see if we could suggest something else based on OpenShift that would be more modern/practical.
[Duck - April 17] If we modified .github/workflows/all-docs.yml to publish an image with the generated content
in /srv/website (that's our API), no need to care about the webserver installation, then we
could get this published on OpenShift.
And we can deprecated the current system when it's all tested. We would need to add a
webhook to notify OpenShift of changes too.
Does that seem ok?
package_href = f"{settings.V3_API_ROOT}content/deb/packages/{package.pulp_id}/"
remove_content_units
parameter. We need to do some querrying and then add extra hrefs to the list supplied by the user: https://github.com/pulp/pulp_deb/pull/1185
from pulpcore.plugin.util import extract_pk, get_url
pulp deb content --type release_component create --distribution test --component empty --repository my_repo
does not create a task, even though it does create a new repo version.created_resources
.dosas: broken build for pulp-openapi-generator
dosas: pulp-oci-image tags are always overwritten.
I would expect the latest tag to change regularly but not the other ones?
from gettext import gettext as _
instead of just from gettext import gettext
?
_, second_element = function_returning_a_tuple()
when one needs only one of the elements returned by function_returning_a_tuple()
that is not compatible with our gettext habits.LOGGING = {
"dynaconf_merge": True,
"handlers": {
"file": {
"level": "INFO",
"class": "logging.FileHandler",
"filename": "/var/lib/pulp/pulp_deb_migration_0025.log",
},
},
"loggers": {
"pulp_deb.app.migrations.0025_merge_colliding_structure_content": {
"handlers": ["file"],
"level": "INFO",
"propagate": True,
},
},
}
pytest -v -r sx --color=yes --suppress-no-test-exit-code --pyargs pulp_deb.tests.functional -m parallel -n 8
pytest -v -r sx --color=yes --pyargs pulp_deb.tests.functional -m 'not parallel'
Minutes