** Description changed:

  In order to support step upgrades, snaps need to be able to specify
  upgrade paths. The method decided upon to specify said upgrade paths is
  an optional "epoch" property. Valid values consist of positive integers
  and an asterisk (e.g. 1 is epoch 1, 1* is the upgrade path from 1 to 2,
  and 2 is epoch 2). If the epoch is not specified, it should implicitly
  be 0.
  
+ Example YAML:
+ 
+     name: foo
+     version: 1
+     description: foo
+     summary: foo
+     epoch: 1*
+ 
  Note that the API for providing this to the store does not yet exist, so
  this bug only covers the parsing of this information from the
  `snap.yaml`.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1583298

Title:
  Add support for epoch property

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1583298/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to