You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "ryan rawson (JIRA)" <ji...@apache.org> on 2010/03/24 00:50:27 UTC

[jira] Created: (HBASE-2370) saveVersion.sh doesnt properly grab the git revision

saveVersion.sh doesnt properly grab the git revision
----------------------------------------------------

                 Key: HBASE-2370
                 URL: https://issues.apache.org/jira/browse/HBASE-2370
             Project: Hadoop HBase
          Issue Type: Bug
            Reporter: ryan rawson
             Fix For: 0.21.0


saveVersion.sh runs in $BASE/core which does not have a .git directory which is what it is testing for.  Needs to test for ../.git i think

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HBASE-2370) saveVersion.sh doesnt properly grab the git revision

Posted by "ryan rawson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-2370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ryan rawson resolved HBASE-2370.
--------------------------------

    Resolution: Fixed

committed to trunk - small patch to check ../.git not .git

> saveVersion.sh doesnt properly grab the git revision
> ----------------------------------------------------
>
>                 Key: HBASE-2370
>                 URL: https://issues.apache.org/jira/browse/HBASE-2370
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: ryan rawson
>             Fix For: 0.21.0
>
>
> saveVersion.sh runs in $BASE/core which does not have a .git directory which is what it is testing for.  Needs to test for ../.git i think

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.