Split long line, add more information in asserts
[build-farm.git] / install_python.fns
index c018d43b05eac22293c85f8a92e15e75f555ffb0..d44b999c4aeeff50637fe272cdc77627deccfa1d 100644 (file)
@@ -9,7 +9,7 @@ VERSION="Python-2.6.5"
 do_install_python() {
    ( 
        mkdir -p python_install || exit 1
-       rsync -av samba.org::ftp/tridge/python/$VERSION.tar python_install || exit 1
+       rsync -avz samba.org::ftp/tridge/python/$VERSION.tar python_install || exit 1
        cd python_install || exit 1;
        rm -rf $VERSION || exit 1
        tar -xf $VERSION.tar || exit 1