Unverified Commit 2fbeafa8 authored by Matthew Brett's avatar Matthew Brett Committed by GitHub
Browse files

Merge pull request #152 from cancan101/patch-2

Run rsync in non verbose mode

Closes: #149
You can see the shorter log: https://travis-ci.org/cancan101/pyFFTW-wheels/jobs/350601191
parents cba6a422 bbdbac6d
...@@ -153,7 +153,7 @@ function fetch_unpack { ...@@ -153,7 +153,7 @@ function fetch_unpack {
# Unpack archive, refreshing contents # Unpack archive, refreshing contents
rm_mkdir arch_tmp rm_mkdir arch_tmp
install_rsync install_rsync
(cd arch_tmp && untar ../$out_archive && rsync --delete -avh * ..) (cd arch_tmp && untar ../$out_archive && rsync --delete -ah * ..)
} }
function clean_code { function clean_code {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment