Skip to content

Commit

Permalink
Ubuntu|Builder: Build source package for artful instead of zesty (obs…
Browse files Browse the repository at this point in the history
…olete)
  • Loading branch information
skyjake committed Feb 16, 2018
1 parent 7e6da03 commit 382c2e1
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', 'zesty']
distros = ['xenial', 'artful']

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

0 comments on commit 382c2e1

Please sign in to comment.