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

feat(client): write .last-upload.results also after non-legacy uploads #4229

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 1, 2024

  1. feat(client): write .last-upload.results also after non-legacy uploads

    While that file is deprecated and it is good that it is not written
    after non-legacy uploads, in practice it is actually used by tooling
    that uses insights-client.
    
    To avoid breaking functionalities in other software when switching to
    non-legacy, write /etc/insights-client/.last-upload.results also after
    non-legacy uploads. While those softwares are fixed to not rely on that
    file, at least this is one small step ahead in switching the default
    away to non-legacy without regressions elsewhere.
    
    Implements CCT-710
    
    Signed-off-by: Pino Toscano <ptoscano@redhat.com>
    ptoscano committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    512fbe9 View commit details
    Browse the repository at this point in the history