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

store: use track/risk for "channel" name when parsing store details #7255

Merged

Commits on Aug 14, 2019

  1. Use track/risk for "channel" name when parsing store details as store…

    … doesn't return "latest/" for channel names.
    
    With this change the output of v2/find call to snapd API returns channel chunk as follows:
    
    "latest/stable" : {
      "channel" : "latest/stable",
      "version" : "3.16",
      ...
    }
    
    instead of:
    
    "latest/stable" : {
      "channel" : "stable",
      "version" : "3.16",
     ...
    }
    
    This change is not reflected in the snap info output (yet).
    stolowski committed Aug 14, 2019
    Copy the full SHA
    52277af View commit details
    Browse the repository at this point in the history