Store not updating metadata

Today a nice user we have complained that snapcraft has boilerplate text in the metadata returned from running snap info:

# $ snap info
name:      snapcraft
summary:   "Single-line elevator pitch for your amazing snap"
publisher: canonical
contact:   snappy-canonical-storeaccount@canonical.com
description: |
  This is my-snap's description. You have a paragraph or two to tell the
  most important story about your snap. Keep it under 100 words though,
  we live in tweetspace and your description wants to look good in the snap
  store.
  
commands:
  - snapcraft
tracking:  edge
installed: 2.28 (8) 54MB classic
refreshed: 2017-04-06 05:00:44 -0300 -03
channels:            
  edge:    2.28 (16) 54MB classic

While snap.yaml clearly does not have that in its metadata:

# $ cat /snap/snapcraft/current/meta/snap.yaml 
apps:
  snapcraft:
    command: command-snapcraft.wrapper
architectures:
- amd64
confinement: classic
description: |
  Snapcraft aims to make upstream developers' lives easier and as such is not
  a single toolset, but instead is a collection of tools that enable the
  natural workflow of an upstream to be extended with a simple release step
  into Snappy.
grade: devel
name: snapcraft
summary: easily create snaps
version: '2.28'
2 Likes