From: Victor Laza Date: Fri, 10 Apr 2015 08:18:30 +0000 (+0300) Subject: Added verbosity for the script that builds documentation X-Git-Tag: arno.2015.1.0~124 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=40f590c54a6057b030949446a06a63b2e2e04dee;p=releng.git Added verbosity for the script that builds documentation JIRA: DOCS-XXX - Added verbosity for the build-docu.sh script that builds documentation so details would be seen in "Console Output" when Jenkins build the job Change-Id: Iba927ede60694f7558c2bf51d58672fde55e2bca Signed-off-by: Victor Laza --- diff --git a/jjb/functest/build-docu.sh b/jjb/functest/build-docu.sh index 797056456..ca9ecd0d3 100644 --- a/jjb/functest/build-docu.sh +++ b/jjb/functest/build-docu.sh @@ -1,4 +1,5 @@ #!/bin/bash +set -xv for file in $(find . -type f -iname '*.rst'); do file_cut="${{file%.*}}" html_file=$file_cut".html" diff --git a/jjb/genesis/build-docu.sh b/jjb/genesis/build-docu.sh index 797056456..ca9ecd0d3 100644 --- a/jjb/genesis/build-docu.sh +++ b/jjb/genesis/build-docu.sh @@ -1,4 +1,5 @@ #!/bin/bash +set -xv for file in $(find . -type f -iname '*.rst'); do file_cut="${{file%.*}}" html_file=$file_cut".html" diff --git a/jjb/opnfvdocs/build-docu.sh b/jjb/opnfvdocs/build-docu.sh index 5718b07c8..e0df36437 100644 --- a/jjb/opnfvdocs/build-docu.sh +++ b/jjb/opnfvdocs/build-docu.sh @@ -1,4 +1,5 @@ #!/bin/bash +set -xv for file in $(find . -type f -iname '*.rst'); do file_cut="${{file%.*}}" html_file=$file_cut".html" diff --git a/jjb/pharos/build-docu.sh b/jjb/pharos/build-docu.sh index 797056456..ca9ecd0d3 100644 --- a/jjb/pharos/build-docu.sh +++ b/jjb/pharos/build-docu.sh @@ -1,4 +1,5 @@ #!/bin/bash +set -xv for file in $(find . -type f -iname '*.rst'); do file_cut="${{file%.*}}" html_file=$file_cut".html"