From 10ee010b4355e85aa3d24db7958787a4d8ea786c Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Wed, 10 Aug 2016 18:15:43 -0500 Subject: [PATCH] Don't show progress during doc upload --- doc/upload-docs.sh | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/doc/upload-docs.sh b/doc/upload-docs.sh index a95f9a68d..a4691aecd 100755 --- a/doc/upload-docs.sh +++ b/doc/upload-docs.sh @@ -1,12 +1,3 @@ #! /bin/bash -cat > _build/html/.htaccess <<EOF -AuthUserFile /home/andreas/htpasswd -AuthGroupFile /dev/null -AuthName "Pre-Release Documentation" -AuthType Basic - -require user iliketoast -EOF - -rsync --progress --verbose --archive --delete _build/html/{.*,*} doc-upload:doc/loopy +rsync --verbose --archive --delete _build/html/{.*,*} doc-upload:doc/loopy -- GitLab