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

Add structure options to upload command #145

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

quba42
Copy link
Collaborator

@quba42 quba42 commented Nov 20, 2024

No description provided.

@quba42
Copy link
Collaborator Author

quba42 commented Jan 22, 2025

Once this is released we can update the docs here: https://pulpproject.org/pulp_deb/docs/user/guides/upload/

@quba42 quba42 force-pushed the add_structured_upload_options branch from 9977703 to 96e775f Compare February 24, 2025 13:26
@quba42 quba42 force-pushed the add_structured_upload_options branch from 96e775f to 8dff104 Compare February 24, 2025 13:54
@quba42 quba42 force-pushed the add_structured_upload_options branch from 8dff104 to d471101 Compare February 24, 2025 13:59
VERSION_HREF=$(pulp deb repository version show --repository "${REPO1_NAME}" | jq -r .pulp_href)
expect_succ pulp deb content --type release_component list --repository-version "${VERSION_HREF}"
test "$(echo "${OUTPUT}" | jq -r '.[0].distribution')" -eq "my-dist"
test "$(echo "${OUTPUT}" | jq -r '.[0].component')" -eq "my-comp2"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I designed this test to fail, but the tests turned green... Are the tests running these scripts at all?!

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

Successfully merging this pull request may close these issues.

Allow for structured package upload to arbitrary releases and components
1 participant