You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Today in order to create a source package in pulp_deb, you first have to upload the source tarballs as artifacts. This is unlike other content types which allow you to call a single endpoint to create the package, etc.
Describe the solution you'd like
Ideally, we'd like a way to create source packages without calling the artifact api. It sounds like Pulp is moving away from supporting the artifact API with possibly removing the API in Pulp 4.
There are some different solutions we discussed like using a multipart request to submit multiple files to POST /pulp/api/v3/content/deb/source_packages/. Or possibly using the upload API (/pulp/api/v3/uploads/) to upload the necessary artifacts.
Is your feature request related to a problem? Please describe.
Today in order to create a source package in pulp_deb, you first have to upload the source tarballs as artifacts. This is unlike other content types which allow you to call a single endpoint to create the package, etc.
Describe the solution you'd like
Ideally, we'd like a way to create source packages without calling the artifact api. It sounds like Pulp is moving away from supporting the artifact API with possibly removing the API in Pulp 4.
There are some different solutions we discussed like using a multipart request to submit multiple files to
POST /pulp/api/v3/content/deb/source_packages/
. Or possibly using the upload API (/pulp/api/v3/uploads/
) to upload the necessary artifacts.Additional context
Info about source packages: https://wiki.debian.org/Packaging/SourcePackage
The text was updated successfully, but these errors were encountered: