Files
kata-containers/cmd/kata-pkgsync/vendor/github.com/mlafeldt/pkgcloud/distros.go
Marco Vedovati 2fc2565117 kata-pkgsync: vendor: update pkgcloud to add Fedora 30
Update pkgcloud pacakge to add Fedora 30 to the list of distros
supported by to Packagecloud.

Shortlog since last vendoring of github.com/mlafeldt/pkgcloud:
    926cf4b Update list of distros (Add Fedora 30)

Fixes: #546
Signed-off-by: Marco Vedovati <mvedovati@suse.com>
2019-05-28 18:12:59 +02:00

109 lines
2.2 KiB
Go

// Generated with ./gendistros.py
package pkgcloud
var supportedDistros = map[string]int{
"ubuntu/warty": 1,
"ubuntu/hoary": 2,
"ubuntu/breezy": 3,
"ubuntu/dapper": 4,
"ubuntu/edgy": 5,
"ubuntu/feisty": 6,
"ubuntu/gutsy": 7,
"ubuntu/hardy": 8,
"ubuntu/intrepid": 9,
"ubuntu/jaunty": 10,
"ubuntu/karmic": 11,
"ubuntu/lucid": 12,
"ubuntu/maverick": 13,
"ubuntu/natty": 14,
"ubuntu/oneiric": 15,
"ubuntu/precise": 16,
"ubuntu/quantal": 17,
"ubuntu/raring": 18,
"ubuntu/saucy": 19,
"ubuntu/trusty": 20,
"debian/etch": 21,
"debian/lenny": 22,
"debian/squeeze": 23,
"debian/wheezy": 24,
"debian/jessie": 25,
"el/5": 26,
"el/6": 27,
"fedora/14": 28,
"fedora/15": 29,
"fedora/16": 30,
"fedora/17": 31,
"fedora/18": 32,
"fedora/19": 33,
"fedora/20": 34,
"any/any": 35,
"scientific/5": 138,
"scientific/6": 139,
"el/7": 140,
"scientific/7": 141,
"ubuntu/utopic": 142,
"fedora/21": 143,
"ol/5": 144,
"ol/6": 145,
"ol/7": 146,
"fedora/22": 147,
"ubuntu/vivid": 148,
"debian/stretch": 149,
"debian/buster": 150,
"fedora/23": 151,
"ubuntu/wily": 152,
"raspbian/wheezy": 153,
"raspbian/jessie": 154,
"raspbian/stretch": 155,
"raspbian/buster": 156,
"linuxmint/petra": 157,
"linuxmint/qiana": 158,
"linuxmint/rebecca": 159,
"linuxmint/rafaela": 160,
"linuxmint/rosa": 161,
"elementaryos/jupiter": 162,
"elementaryos/luna": 163,
"elementaryos/freya": 164,
"ubuntu/xenial": 165,
"python": 166,
"java/maven2": 167,
"ubuntu/yakkety": 168,
"fedora/24": 169,
"linuxmint/sarah": 170,
"poky/jethro": 171,
"poky/krogoth": 172,
"opensuse/13.1": 173,
"opensuse/13.2": 174,
"opensuse/42.1": 175,
"sles/11.4": 176,
"sles/12.0": 177,
"sles/12.1": 178,
"fedora/25": 179,
"linuxmint/serena": 180,
"opensuse/42.2": 181,
"sles/12.2": 182,
"ubuntu/zesty": 183,
"fedora/26": 184,
"linuxmint/sonya": 185,
"opensuse/42.3": 186,
"ubuntu/artful": 187,
"fedora/27": 188,
"linuxmint/sylvia": 189,
"ubuntu/bionic": 190,
"node/1": 191,
"sles/12.3": 192,
"elementaryos/loki": 193,
"fedora/28": 194,
"linuxmint/tara": 195,
"opensuse/15.0": 196,
"opensuse/15.1": 197,
"sles/15.0": 198,
"ubuntu/cosmic": 199,
"elementaryos/juno": 200,
"fedora/29": 201,
"linuxmint/tessa": 202,
"ubuntu/disco": 203,
"fedora/30": 204,
}