Merge pull request #67 from Quentin-M/master
updater: Add support for Ubuntu Vivid Core and ignore Vivid PhoneOverlay
This commit is contained in:
commit
6aa501f18e
@ -40,5 +40,6 @@ var UbuntuReleasesMapping = map[string]string{
|
||||
"trusty": "14.04",
|
||||
"utopic": "14.10",
|
||||
"vivid": "15.04",
|
||||
"vivid/ubuntu-core": "15.04-core",
|
||||
"wily": "15.10",
|
||||
}
|
||||
|
@ -59,6 +59,8 @@ var (
|
||||
"oneiric": struct{}{},
|
||||
"saucy": struct{}{},
|
||||
|
||||
"vivid/stable-phone-overlay": struct{}{},
|
||||
|
||||
// Syntax error
|
||||
"Patches": struct{}{},
|
||||
// Product
|
||||
|
Loading…
Reference in New Issue
Block a user