script/packagecloud: add Ubuntu release disco

Now that Ubuntu 19.04 (disco) has been released, add it to the list of
release that we can upload for.
This commit is contained in:
brian m. carlson 2019-04-23 17:59:27 +00:00
parent 2b38e87e92
commit 4f98099e9f
No known key found for this signature in database
GPG Key ID: 2D0C9BC12F82B3A1

@ -84,8 +84,8 @@ $distro_name_map = {
"ubuntu/zesty", # EOL January 13, 2018
"ubuntu/artful", # EOL July 19 2018
"ubuntu/bionic", # ESM April 2028
"ubuntu/cosmic" # EOL July 2019
#"ubuntu/disco" # BOL ~April
"ubuntu/cosmic", # EOL July 2019
"ubuntu/disco", # EOL April 2020
],
}