[
https://issues.apache.org/jira/browse/TS-4783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15436351#comment-15436351
]
wanrui commented on TS-4783:
----------------------------
@@ -71,7 +71,8 @@
# Process records.comfig documentation.
# eg. .. ts:cv:: CONFIG proxy.config.proxy_binary STRING traffic_server
-with open("%s/doc/reference/configuration/records.config.en.rst" % src_dir) as
fh:
+#with open("%s/doc/reference/configuration/records.config.en.rst" % src_dir)
as fh:
+with open("%s/doc/admin-guide/files/records.config.en.rst" % src_dir) as fh:
doc_re = re.compile(r'ts:cv:: CONFIG (\S+)\s+(\S+)\s+(\S+)')
for line in fh:
m = doc_re.search(line)
> /contrib/python/compare_RecordsConfigcc.py records.config.en.rst path error.
> -----------------------------------------------------------------------------
>
> Key: TS-4783
> URL: https://issues.apache.org/jira/browse/TS-4783
> Project: Traffic Server
> Issue Type: Bug
> Components: Tools
> Reporter: wanrui
>
> contrib/python/compare_RecordsConfigcc.py
> line: 74
> error path :
> open("%s/doc/reference/configuration/records.config.en.rst" %
> records.config.en.rst path should like :
> open("%s/doc/admin-guide/files/records.config.en.rst" %
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)