Explorar o código

Remove unknown option to rsync (changed -vuzhh to
-vuz).



[SVN r48643]

K. Noel Belcourt %!s(int64=17) %!d(string=hai) anos
pai
achega
3fb0051e2d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tools/regression/xsl_reports/build_results.sh

+ 1 - 1
tools/regression/xsl_reports/build_results.sh

@@ -136,7 +136,7 @@ upload_results()
     7za a -tzip -mx=9 ../../${1}.zip * '-x!*.xml'
     cd "${cwd}"
     mv ${1}.zip ${1}.zip.uploading
-    rsync -vuzhh --rsh=ssh --stats \
+    rsync -vuz --rsh=ssh --stats \
       ${1}.zip.uploading grafik@beta.boost.org:/${upload_dir}/incoming/
     ssh grafik@beta.boost.org \
       cp ${upload_dir}/incoming/${1}.zip.uploading ${upload_dir}/live/${1}.zip

粤ICP备19079148号