You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/03/31 06:45:53 UTC

[jira] [Commented] (LUCENE-6380) Fix addVersion.py to import methods from scriptutil correctly

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

ASF subversion and git services commented on LUCENE-6380:
---------------------------------------------------------

Commit 1670251 from [~anshumg] in branch 'dev/trunk'
[ https://svn.apache.org/r1670251 ]

LUCENE-6380: Fix imports in addVersion.py for the release process

> Fix addVersion.py to import methods from scriptutil correctly
> -------------------------------------------------------------
>
>                 Key: LUCENE-6380
>                 URL: https://issues.apache.org/jira/browse/LUCENE-6380
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Anshum Gupta
>            Assignee: Anshum Gupta
>             Fix For: Trunk, 5.1
>
>         Attachments: LUCENE-6380.patch
>
>
> Running addVersion.py during the release process leads to the following error:
> ~/solr/release/branch_5x > python3 -u dev-tools/scripts/addVersion.py 5.2.0
> Traceback (most recent call last):
>   File "dev-tools/scripts/addVersion.py", line 214, in <module>
>     main()
>   File "dev-tools/scripts/addVersion.py", line 185, in main
>     c = read_config() 
>   File "dev-tools/scripts/addVersion.py", line 168, in read_config
>     c.branch_type = scriptutil.find_branch_type()
> NameError: global name 'scriptutil' is not defined



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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org