autobuild: Update variable name to make more sense
authorTim Beale <timbeale@catalyst.net.nz>
Tue, 12 Feb 2019 23:41:34 +0000 (12:41 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 15 Feb 2019 03:35:22 +0000 (04:35 +0100)
commit6ba99c367275764f336dc3201c38ba907818d838
tree29ea07d606e282acc94690f4a0040d0f389531e2
parent5f3beb6e4109ce0d1a648e80dbf3024040d3c54e
autobuild: Update variable name to make more sense

When we switched from python2 being the default to python3, we didn't
update this variable name. It's now handling the python2 case, but it's
a boolean flag named 'py3', which is rather confusing.

Signed-off-by: Tim Beale <timbeale@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
script/autobuild.py