[
https://issues.apache.org/jira/browse/AIRFLOW-1938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16301334#comment-16301334
]
ASF subversion and git services commented on AIRFLOW-1938:
----------------------------------------------------------
Commit a5ca8cdce9ca0e8d8818af437d609d6fb9b5e627 in incubator-airflow's branch
refs/heads/master from [~wrp]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=a5ca8cd ]
[AIRFLOW-1938] Clean up unused exception
There is no longer the possibility of a
GitCommandError (since cc4404b5f75)
Closes #2898 from wrp/setup
> Remove tag version check in setup.py
> ------------------------------------
>
> Key: AIRFLOW-1938
> URL: https://issues.apache.org/jira/browse/AIRFLOW-1938
> Project: Apache Airflow
> Issue Type: Bug
> Reporter: Chris Riccomini
> Assignee: Chris Riccomini
> Fix For: 1.10.0
>
>
> This version check in setup.py is causing problems with releases:
> {noformat}
> tag = repo.git.describe(
> match='[0-9]*', exact_match=True,
> tags=True, dirty=True)
> assert tag == version, (tag, version)
> {noformat}
> The issue is that we need to tag a release as an RC, but we need to have the
> version of the RC be the final version. For example, tag=1.9.0rc1 and
> version=1.9.0. This assertion fails when we make an artifact like this.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)