pulp / pulp/pulpcore

Allow content to be uploaded into multiple repos

Open
#6,766 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Feature
Dominant language
Python
Stars
598
Forks
168
Avg merge
1d 4h
Merged PRs (30d)
86

Description

Is your feature request related to a problem? Please describe.
Currently, pulp_rpm signs a package when it's uploaded. This means if you want to upload a package and add it to multiple repos, you have to upload it multiple times. This is not great for large rpms--we have ones as large as 2GB.

Describe the solution you'd like
Perhaps the repository field on upload could accept a single repo id or a list of repo ids?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading the upload API handling and the repository field described in the issue. Determine how uploads are signed and associated with repositories, then define the behavior for accepting one repository ID or multiple IDs and verify that a large package is uploaded and signed only once.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
api, backend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.