don't run sshpass install through run
(cherry picked from commit 86e63fda85
)
This commit is contained in:
parent
835f7d7dad
commit
126dd7ed1f
|
@ -24,7 +24,7 @@ with ci_lib.Fold('job_setup'):
|
||||||
# NOTE: sshpass v1.06 causes errors so pegging to 1.05 -> "msg": "Error when changing password","out": "passwd: DS error: eDSAuthFailed\n",
|
# NOTE: sshpass v1.06 causes errors so pegging to 1.05 -> "msg": "Error when changing password","out": "passwd: DS error: eDSAuthFailed\n",
|
||||||
# there's a checksum error with "brew install http://git.io/sshpass.rb" though, so installing manually
|
# there's a checksum error with "brew install http://git.io/sshpass.rb" though, so installing manually
|
||||||
if not ci_lib.exists_in_path('sshpass'):
|
if not ci_lib.exists_in_path('sshpass'):
|
||||||
run("curl -O -L https://sourceforge.net/projects/sshpass/files/sshpass/1.05/sshpass-1.05.tar.gz && \
|
os.system("curl -O -L https://sourceforge.net/projects/sshpass/files/sshpass/1.05/sshpass-1.05.tar.gz && \
|
||||||
tar xvf sshpass-1.05.tar.gz && \
|
tar xvf sshpass-1.05.tar.gz && \
|
||||||
cd sshpass-1.05 && \
|
cd sshpass-1.05 && \
|
||||||
./configure && \
|
./configure && \
|
||||||
|
|
Loading…
Reference in New Issue