Updated Upload and Manage Content Workflow Documentation#277
Merged
dralley merged 1 commit intopulp:masterfrom May 29, 2020
Merged
Updated Upload and Manage Content Workflow Documentation#277dralley merged 1 commit intopulp:masterfrom
dralley merged 1 commit intopulp:masterfrom
Conversation
dralley
reviewed
May 28, 2020
| @@ -1,55 +1,121 @@ | |||
| Upload and Manage Content | |||
| ========================= | |||
| Content can be added to a repository not only by synchronizing from a remote source but also by uploading. | |||
Contributor
There was a problem hiding this comment.
How about extending this to
but also by uploading the files directly into Pulp.
dralley
reviewed
May 28, 2020
| curl -O https://repos.fedorapeople.org/pulp/pulp/fixtures/python-pypi/packages/shelf-reader-0.1.tar.gz | ||
| export PKG="shelf-reader-0.1.tar.gz" | ||
|
|
||
| #Upload it as an Artifact |
Contributor
There was a problem hiding this comment.
Would prefer that there's a space after the # consistently
Fixed the workflow commands to correctly create an artifact, make a package content from that artifact, and then add that content to a repository. Also added some additional details to the instructions for clarity. fixes #6854 https://pulp.plan.io/issues/6854
dralley
approved these changes
May 29, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixed the workflow commands to correctly create an artifact, make a package content from that artifact, and then add that content to a repository. Also added some additional details to the instructions for clarity.
fixes #6854
https://pulp.plan.io/issues/6854