Added Utopic Unicorn to the list of supported Ubuntu dists
This commit is contained in:
parent
854a253d9f
commit
943a6570d8
|
@ -166,7 +166,7 @@ def package_debian_distribution(edition, distribution):
|
|||
|
||||
def package_debian(edition):
|
||||
print("Packaging for Ubuntu")
|
||||
for distribution in ['trusty']:
|
||||
for distribution in ['trusty', 'utopic']:
|
||||
package_debian_distribution(edition, distribution)
|
||||
|
||||
def package_arch(edition):
|
||||
|
|
Loading…
Reference in New Issue