HBASE-12232 Suppress dots during svn commit in publish_hbase_website.sh

This commit is contained in:
Misty Stanley-Jones 2014-10-13 15:58:33 +10:00
parent 3ccfb2baad
commit ed3be21e7f
1 changed files with 1 additions and 1 deletions

View File

@ -234,6 +234,6 @@ else
changed the size of the website by $SVN_SIZE_DIFF MB and the number of files \
by $SVN_NUM_DIFF files." |tee /tmp/commit.txt
cat /tmp/out.txt >> /tmp/commit.txt
svn commit -F /tmp/commit.txt
svn commit -q -F /tmp/commit.txt
fi