-
Notifications
You must be signed in to change notification settings - Fork 42
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
Added --directory to rpm content -t package upload
.
#1003
Conversation
This is a modification of the approach in #1000 that does not rely on creating a tmp-repository. |
Sample output:
|
List of REST API calls made in response to using this PR to upload a directory containing one RPM:
|
Uploads api's are only employed when the file is bigger than the specified chunk size. |
adds the following to the above-listed REST calls:
|
80d36ee
to
ad652c8
Compare
This now combines the behavior of #1000 and #1003 - you can get a single repo-version by specifying Example output:
|
ad652c8
to
fb4ac80
Compare
NOTE: at some point, we may want to modify to allow multiple --directory --file to be specified. In the moment, decided it was better to answer the immediate known-requirement, and leave that as a Future Enhancement. |
fb4ac80
to
9e2f387
Compare
This finds all *.rpm in the specified directory and arranges for them to be added to the specified --repository, and then publishes the final resulting repository-version. closes pulp#994.
9e2f387
to
fb31ed9
Compare
This finds all *.rpm in the specified directory and arranges for them to be added to the specified --repository, and then publishes the final resulting repository-version.
closes #994.