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.
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