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

Add a log statement to masher when reusing cached updateinfo, and change generating statement to info #956

Closed
bowlofeggs opened this issue Sep 21, 2016 · 0 comments · Fixed by #958
Assignees
Labels
Composer Issues related to the composer

Comments

@bowlofeggs
Copy link
Contributor

Basically, in https://github.com/fedora-infra/bodhi/blob/2.2.0/bodhi/server/metadata.py#L79-L81 change

    self._load_cached_updateinfo()
else:
    log.debug("Generating new updateinfo.xml")

to

    log.info('Restoring cached updateinfo.xml')
    self._load_cached_updateinfo()
else:
    log.info("Generating new updateinfo.xml")
@bowlofeggs bowlofeggs added EasyFix These are good issues to get started with if you are new to the project Composer Issues related to the composer labels Sep 21, 2016
@bowlofeggs bowlofeggs self-assigned this Sep 21, 2016
@bowlofeggs bowlofeggs removed the EasyFix These are good issues to get started with if you are new to the project label Sep 21, 2016
bowlofeggs added a commit to bowlofeggs/bodhi that referenced this issue Sep 22, 2016
bowlofeggs added a commit to bowlofeggs/bodhi that referenced this issue Sep 22, 2016
amolkahat pushed a commit to amolkahat/bodhi that referenced this issue Feb 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Composer Issues related to the composer
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant