bump dstools to 0.3.0

This includes a fix that ensures that setlc works correctly if the
local.conf file doesn't have a [[local|localrc]] section at all. That
was tripping up some existing 3rd party CI systems.

Change-Id: I8f855ec627c2a28db755c52ab590fccb8ef55b5d
This commit is contained in:
Sean Dague 2017-02-27 10:44:09 -05:00
parent 4eade8fab8
commit 24a6ed073b
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ GIT_BRANCH=${GIT_BRANCH:-master}
# possible that new ansible releases can break us. As such we should
# be very deliberate about which ansible we use.
ANSIBLE_VERSION=${ANSIBLE_VERSION:-2.2.0.0}
export DSTOOLS_VERSION=${DSTOOLS_VERSION:-0.2.1}
export DSTOOLS_VERSION=${DSTOOLS_VERSION:-0.3.0}
# sshd may have been compiled with a default path excluding */sbin
export PATH=$PATH:/usr/local/sbin:/usr/sbin