This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 2213170 Remove `quiet` parameter to display progress when origin is slow 2213170 is described below commit 2213170ed85689b950c581c853756821394704f6 Author: Gregor Zurowski <gre...@zurowski.org> AuthorDate: Sat Nov 10 11:20:19 2018 +0100 Remove `quiet` parameter to display progress when origin is slow --- etc/scripts/release-website.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/scripts/release-website.sh b/etc/scripts/release-website.sh index c536fa7..481eb37 100755 --- a/etc/scripts/release-website.sh +++ b/etc/scripts/release-website.sh @@ -62,7 +62,7 @@ echo echo "################################################################################" echo " CHECKOUT SCHEMAS WEBSITE " echo "################################################################################" -cd "${SITE_DIR}/${VERSION}" && svn co --quiet --non-interactive "${WEBSITE_URL}/schema/" +cd "${SITE_DIR}/${VERSION}" && svn co --non-interactive "${WEBSITE_URL}/schema/" echo "################################################################################" echo " PUBLISH CAMEL SCHEMAS " @@ -86,7 +86,7 @@ wget -e robots=off --wait 3 --no-check-certificate \ echo "################################################################################" echo " CHECKOUT MANUAL WEBSITE " echo "################################################################################" -cd "${SITE_DIR}/${VERSION}" && svn co --quiet --non-interactive "${WEBSITE_URL}/manual/" +cd "${SITE_DIR}/${VERSION}" && svn co --non-interactive "${WEBSITE_URL}/manual/" echo "################################################################################" echo " PUBLISH CAMEL MANUAL "