Skip to content

Allow setting retain_repo_versions to null#1412

Open
alexjfisher wants to merge 1 commit into
pulp:mainfrom
alexjfisher:fix_retain_repo_versions
Open

Allow setting retain_repo_versions to null#1412
alexjfisher wants to merge 1 commit into
pulp:mainfrom
alexjfisher:fix_retain_repo_versions

Conversation

@alexjfisher
Copy link
Copy Markdown

Setting is already NULLABLE in
pulp-glue/src/pulp_glue/common/context.py line 1586

NULLABLES = {"description", "remote", "retain_repo_versions"}

but cli didn't allow an empty string to be used.

Setting is already `NULLABLE` in
`pulp-glue/src/pulp_glue/common/context.py` line 1586

```
NULLABLES = {"description", "remote", "retain_repo_versions"}
```

but cli didn't allow an empty string to be used.
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.

1 participant