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

Alexander Shorin commented on COUCHDB-2007:
-------------------------------------------

May be make it a bit more Pythonic by replacing
> _info['LOCAL_VERSION_STAGE'].find('jenkins') > 0
with
> 'jenkins' in _info['LOCAL_VERSION_STAGE']
but either looks good for me. Nice found!

> Building docs under CI fails
> ----------------------------
>
>                 Key: COUCHDB-2007
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-2007
>             Project: CouchDB
>          Issue Type: Bug
>          Components: Build System, Documentation
>            Reporter: Jan Lehnardt
>
> Building the PDF version of the docs fails under CI due to release name:
> The CouchDB.tex file that gets generated includes a line that looks like this:
> \release{1.6.0+build.jenkins-ERLANG_VERSION=R14B04,label=Mac-OS-10-8-2-832-76-g2996574}
> It isn’t clear whether this is plain to long or whether there are invalid 
> characters in there.
> I don’t quite understand how docs inherit the release name, so I need to ask 
> for help here.
> The release name otherwise is valid, as it encodes the different build matrix 
> settings.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

Reply via email to