You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Antoine Toulme (JIRA)" <ji...@apache.org> on 2010/04/06 21:47:33 UTC

[jira] Created: (BUILDR-414) Provide tag_name method on GitRelease as part of API

Provide tag_name method on GitRelease as part of API
----------------------------------------------------

                 Key: BUILDR-414
                 URL: https://issues.apache.org/jira/browse/BUILDR-414
             Project: Buildr
          Issue Type: Improvement
            Reporter: Antoine Toulme


The tag_name method used to be provided on the Release task. It is now directly placed on the Release class.

The fix consists on adding the same method as on svn for git so that people have a deprecation warning, but at least their build doesn't break.

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


[jira] Resolved: (BUILDR-414) Provide tag_name method on GitRelease as part of API

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

Antoine Toulme resolved BUILDR-414.
-----------------------------------

    Resolution: Fixed

Fixed with this commit:
12:46:56~/w/buildr>svn ci CHANGELOG lib/buildr/core/build.rb -m "fix for BUILDR-414 Provide tag_name method on GitRelease as part of API"
Sending        CHANGELOG
Sending        lib/buildr/core/build.rb
Transmitting file data ..
Committed revision 931295.

> Provide tag_name method on GitRelease as part of API
> ----------------------------------------------------
>
>                 Key: BUILDR-414
>                 URL: https://issues.apache.org/jira/browse/BUILDR-414
>             Project: Buildr
>          Issue Type: Improvement
>    Affects Versions: 1.4
>            Reporter: Antoine Toulme
>            Assignee: Antoine Toulme
>             Fix For: 1.4
>
>
> The tag_name method used to be provided on the Release task. It is now directly placed on the Release class.
> The fix consists on adding the same method as on svn for git so that people have a deprecation warning, but at least their build doesn't break.

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


[jira] Updated: (BUILDR-414) Provide tag_name method on GitRelease as part of API

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

Antoine Toulme updated BUILDR-414:
----------------------------------

    Affects Version/s: 1.4
        Fix Version/s: 1.4
             Assignee: Antoine Toulme

> Provide tag_name method on GitRelease as part of API
> ----------------------------------------------------
>
>                 Key: BUILDR-414
>                 URL: https://issues.apache.org/jira/browse/BUILDR-414
>             Project: Buildr
>          Issue Type: Improvement
>    Affects Versions: 1.4
>            Reporter: Antoine Toulme
>            Assignee: Antoine Toulme
>             Fix For: 1.4
>
>
> The tag_name method used to be provided on the Release task. It is now directly placed on the Release class.
> The fix consists on adding the same method as on svn for git so that people have a deprecation warning, but at least their build doesn't break.

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