aboutsummaryrefslogtreecommitdiffstats
path: root/.download_from_Kalray.sh
diff options
context:
space:
mode:
authorDavid Monniaux <David.Monniaux@univ-grenoble-alpes.fr>2021-09-30 14:12:36 +0200
committerDavid Monniaux <David.Monniaux@univ-grenoble-alpes.fr>2021-09-30 14:12:36 +0200
commitac313f65cd88704ec3229e70fcf91846f34253e8 (patch)
tree4db83b1c3b3e4447fca7fb6c7c4594483f755337 /.download_from_Kalray.sh
parent1b87b2abead3751eb0564ac36030501a9cec748c (diff)
downloadcompcert-kvx-ac313f65cd88704ec3229e70fcf91846f34253e8.tar.gz
compcert-kvx-ac313f65cd88704ec3229e70fcf91846f34253e8.zip
be verbose!
Diffstat (limited to '.download_from_Kalray.sh')
-rwxr-xr-x.download_from_Kalray.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.download_from_Kalray.sh b/.download_from_Kalray.sh
index f35c654a..ad971c56 100755
--- a/.download_from_Kalray.sh
+++ b/.download_from_Kalray.sh
@@ -9,7 +9,7 @@ cd download
VERSION=ACE4.6.0
FILE=$VERSION.tgz
DEBPATH=$VERSION/ACE-acceleration/ubuntu1804/tools/DEB
-sshpass "-p$KALRAY_SFTP_PASSWORD" rsync -e 'ssh -o "StrictHostKeyChecking=no"' --progress -a certicompil@pressembois.imag.fr:Kalray/ACE4.6.0.tgz .
+sshpass "-p$KALRAY_SFTP_PASSWORD" rsync -e 'ssh -vvv -o "StrictHostKeyChecking=no"' --progress -a certicompil@pressembois.imag.fr:Kalray/ACE4.6.0.tgz .
tar xvfz $FILE $DEBPATH/
mv $DEBPATH/*.deb .
rm -rf $VERSION