Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support creating a source package without using the artifacts API #1180

Open
daviddavis opened this issue Nov 5, 2024 · 0 comments
Open

Comments

@daviddavis
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant