install-guides tox build error on Mac OS X
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
openstack-manuals |
Fix Released
|
Undecided
|
Ian Y. Choi |
Bug Description
When I do my work using my laptop, I sometimes build docs to test in my local laptop environment.
It worked well. However, today I have found an error (more details: http://
===
Warning, treated as error:
/Users/
1 argument(s) required, 0 supplied.
.. title::
+ mv -f doc/install-
ERROR: InvocationError: '/Users/
_______
ERROR: install-guides: commands failed
===
Thanks to kind help from Andreas, it seemed that some operation behavior (e.g., sed) of build-install-
After the further investigation, I have found that a small behavior on 'grep' command worked differently:
[my Mac OS X laptop]
===
$ grep -m 1 -A 5 '^.. only:: obs' doc/install-
.. only:: obs
===
[my local Ubuntu 14.04]
===
$ grep -m 1 -A 5 '^.. only:: obs' doc/install-
.. only:: obs
====
OpenStack Installation Tutorial for openSUSE and SUSE Linux Enterprise
====
===
I have identified that "-m 1" option in BSD grep generates only 1-line output although "-A 5" option was applied.
Changed in openstack-manuals: | |
assignee: | nobody → tamil vanan (tamilhce) |
assignee: | tamil vanan (tamilhce) → nobody |
Fix proposed to branch: master /review. openstack. org/364404
Review: https:/