Skip to content

Commit

Permalink
Builder|Ubuntu: Updated Ubuntu target releases for source packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Aug 20, 2017
1 parent 3793290 commit fcfec29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distrib/autobuild.py
Expand Up @@ -210,7 +210,7 @@ def build_source_package():
# Check distribution.
system_command("lsb_release -a | perl -n -e 'm/Codename:\s(.+)/ && print $1' > /tmp/distroname")
hostDistro = file('/tmp/distroname', 'rt').read()
distros = ['xenial', 'yakkety']
distros = ['xenial', 'yakkety', 'zesty']

for distro in distros:
os.chdir(os.path.join(builder.config.DISTRIB_DIR))
Expand Down

0 comments on commit fcfec29

Please sign in to comment.