[ 
https://issues.apache.org/jira/browse/YETUS-433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15390807#comment-15390807
 ] 

Ajay Yadava edited comment on YETUS-433 at 7/23/16 6:26 PM:
------------------------------------------------------------

The issue was that the version directories created (0.9, 0.10) didn't match the 
existing glob pattern {{[0-9]\*.[0-9]*.[0-9]\*}}. Correct pattern should be 
{{[0-9]\*.[0-9]\*}}. Tested it to match patterns like 0.9/ 1.0.1 / 0.9alpha.


was (Author: ajayyadava):
The issue was that the version directories created (0.9, 0.10) didn't match the 
existing glob pattern {{[0-9]*.[0-9]*.[0-9]*}}. Correct pattern should be 
{{[0-9]*.[0-9]*}}. Tested it to match patterns like 0.9/ 1.0.1 / 0.9alpha.

> releasedocmaker generates empty index and readme
> ------------------------------------------------
>
>                 Key: YETUS-433
>                 URL: https://issues.apache.org/jira/browse/YETUS-433
>             Project: Yetus
>          Issue Type: Bug
>          Components: Release Doc Maker
>            Reporter: Ajay Yadava
>            Assignee: Ajay Yadava
>         Attachments: YETUS-433.00.patch
>
>
> h3. Steps to reproduce
> Following command will create empty index and readme
> {code}
> python release-doc-maker/releasedocmaker.py -i --project=falcon 
> --projecttitle="Apache Falcon" -u --version 0.9 --version 0.10 -r -O 
> /tmp/falcon-docs  --retries=5  --sortorder=desc --sorttype=issueid
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to