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

ignore this pr pls #3398

Closed
wants to merge 2 commits into from
Closed

ignore this pr pls #3398

wants to merge 2 commits into from

Conversation

nikromen
Copy link
Member

@nikromen nikromen commented Sep 3, 2024

No description provided.

@@ -157,6 +157,28 @@
https://docs.pulpproject.org/pulp_rpm/restapi.html#tag/Content:-Packages/operation/content_rpm_packages_create
"""
url = self.url("api/v3/content/rpm/packages/")
data = {
"repository": repository,
"artifact": artifact,

Check warning

Code scanning / vcs-diff-lint

PulpClient.create_content: Undefined variable 'artifact' Warning

PulpClient.create_content: Undefined variable 'artifact'
data = {
"repository": repository,
"artifact": artifact,
"relative_path": relative_path,

Check warning

Code scanning / vcs-diff-lint

PulpClient.create_content: Undefined variable 'relative_path' Warning

PulpClient.create_content: Undefined variable 'relative_path'

artifact = response.json()["pulp_href"]
artifacts.append(artifact)
relative_path = os.path.join(

Check warning

Code scanning / vcs-diff-lint

PulpStorage.upload_build_results: Unused variable 'relative_path' Warning

PulpStorage.upload_build_results: Unused variable 'relative_path'
@nikromen nikromen closed this Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants