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

RFE: allow empty Ship date for a release #150

Open
pbabinca opened this issue Feb 21, 2019 · 1 comment
Open

RFE: allow empty Ship date for a release #150

pbabinca opened this issue Feb 21, 2019 · 1 comment

Comments

@pbabinca
Copy link

Curently I'm not able to set Ship date for a release:

usage: errata-tool release create [-h] --name NAME --product PRODUCT
                                  --product_version PRODUCT_VERSION --type
                                  TYPE --program_manager PROGRAM_MANAGER
                                  --blocker_flags BLOCKER_FLAGS
                                  --default_brew_tag DEFAULT_BREW_TAG

optional arguments:
  -h, --help            show this help message and exit
  --name NAME           eg. "rhceph-2.4"
  --product PRODUCT     eg. "RHCEPH"
  --product_version PRODUCT_VERSION
                        eg. "RHEL-7-CEPH-3"
  --type TYPE           eg. "QuarterlyUpdate"
  --program_manager PROGRAM_MANAGER
                        eg. "anharris"
  --blocker_flags BLOCKER_FLAGS
                        eg. "ceph-2.y"
  --default_brew_tag DEFAULT_BREW_TAG
                        eg. "ceph-3.0-rhel-7-candidate"

I see the code sets current date if not set: https://github.com/red-hat-storage/errata-tool/blob/master/errata_tool/release.py#L123

Errata Tool accepts releases with empty Ship date. In that case advisories are created with Ship date: ASAP. I'm wondering if it would be possible to set this with CLI as well.

@pbabinca
Copy link
Author

I'm wondering if you would like to keep current functionality to set ship date to today?

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

No branches or pull requests

1 participant