Skip to content

Commit

Permalink
OAK-3483 - progress indicator for check_staged_release script
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1707058 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
davidegiannella committed Oct 6, 2015
1 parent fb57871 commit bd4456d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_staged_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ then
echo " DOWNLOAD STAGED REPOSITORY "
echo "################################################################################"

wget -e "robots=off" --wait 1 -nv -r -np "--reject=html,txt" "--follow-tags=" \
wget --progress=bar -e "robots=off" --wait 1 -r -np "--reject=html,txt" "--follow-tags=" \
-P "${DOWNLOAD}/${STAGING}" -nH "--cut-dirs=3" \
"${STAGING_REPO}"

Expand Down

0 comments on commit bd4456d

Please sign in to comment.