Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
Odoo scripts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
XCG
Odoo scripts
Commits
93f38ec588fb
Commit
93f38ec588fb
authored
5 years ago
by
Vincent Hatakeyama
Browse files
Options
Downloads
Patches
Plain Diff
change create_documentation missing documentation level to make detecting other errors easier
parent
edf702435fdc
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
create_documentation
+2
-2
2 additions, 2 deletions
create_documentation
with
2 additions
and
2 deletions
create_documentation
+
2
−
2
View file @
93f38ec5
...
...
@@ -73,7 +73,7 @@
# TODO read value from Makefile
builddir
=
_build
dest_dir
=
$out_dir
/
$module
/
$language
/
$branch
echo
${
YELLOW
}
INFO
${
RESET
}
- Documentation generation
done for
$dir
/
$module_path
/
$doc_dir
, copy to
$dest_dir
echo
${
GREEN
}
INFO
${
RESET
}
- Documentation generation
done for
$dir
/
$module_path
/
$doc_dir
, copy to
$dest_dir
mkdir
-p
$dest_dir
cp
-r
$builddir
/
$format
/.
$dest_dir
else
...
...
@@ -88,7 +88,7 @@
fi
done
if
[[
-z
"
$has_doc
"
]]
;
then
echo
${
RED
}
ERROR
${
RESET
}
- Missing documentation
for
$dir
/
$module_path
echo
${
RED
}
WARN
${
RESET
}
- Missing documentation
for
$dir
/
$module_path
fi
popd
fi
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment