From: Victor Laza Date: Wed, 15 Apr 2015 09:55:22 +0000 (+0300) Subject: Fixed errors in conversion script for octopus project X-Git-Tag: arno.2015.1.0~119 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=fb3f14fe6ff5ff200aeb416ccbf25727297048ef;p=releng.git Fixed errors in conversion script for octopus project JIRA: OCTO-40 - Removed trailing "v"s from the build-docu.sh script Change-Id: I10df9dfa7486666221092027d3673dd82becae05 Signed-off-by: Victor Laza --- diff --git a/jjb/octopus/build-docu.sh b/jjb/octopus/build-docu.sh index 558451dbb..5978653d0 100644 --- a/jjb/octopus/build-docu.sh +++ b/jjb/octopus/build-docu.sh @@ -7,6 +7,3 @@ for file in $(find . -type f -iname '*.rst'); do rst2html $file > $html_file rst2pdf $file -o $pdf_file done -v -v -