Code Review
/
releng.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
3143fe0
)
Fixed errors in conversion script for octopus project
22/322/1
author
Victor Laza
<vlaza@cloudbasesolutions.com>
Wed, 15 Apr 2015 09:55:22 +0000
(12:55 +0300)
committer
Victor Laza
<vlaza@cloudbasesolutions.com>
Wed, 15 Apr 2015 09:55:55 +0000
(12:55 +0300)
JIRA: OCTO-40 - Removed trailing "v"s from the build-docu.sh script
Change-Id: I10df9dfa7486666221092027d3673dd82becae05
Signed-off-by: Victor Laza <vlaza@cloudbasesolutions.com>
jjb/octopus/build-docu.sh
patch
|
blob
|
history
diff --git
a/jjb/octopus/build-docu.sh
b/jjb/octopus/build-docu.sh
index
558451d
..
5978653
100644
(file)
--- 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
-