You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Dennis Lundberg (JIRA)" <ji...@codehaus.org> on 2010/11/16 21:28:03 UTC

[jira] Created: (MRELEASE-613) Add a parameter that tells the plugin to wait for X seconds before tagging

Add a parameter that tells the plugin to wait for X seconds before tagging
--------------------------------------------------------------------------

                 Key: MRELEASE-613
                 URL: http://jira.codehaus.org/browse/MRELEASE-613
             Project: Maven 2.x Release Plugin
          Issue Type: New Feature
          Components: prepare
    Affects Versions: 2.1
            Reporter: Dennis Lundberg
         Attachments: waitBeforeTagging.patch

Doing releases at the ASF using the Release Plugin is a pain in you are in Europe, because of the svn-sync and geo-ip mapping that is used.

The attached patch adds a new parameter waitBeforeTagging that takes the number of seconds to wait before tagging. I'd appreciate some more eyes on the patch, in particular whether my approach is thread-safe.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MRELEASE-613) Add a parameter that tells the plugin to wait for X seconds before tagging

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MRELEASE-613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=243337#action_243337 ] 

Brett Porter commented on MRELEASE-613:
---------------------------------------

The patch looks fine to me.

I haven't followed that issue recently - was there no other alternative, like not remote tagging? Is this option relevant if it is not remote tagging?

> Add a parameter that tells the plugin to wait for X seconds before tagging
> --------------------------------------------------------------------------
>
>                 Key: MRELEASE-613
>                 URL: http://jira.codehaus.org/browse/MRELEASE-613
>             Project: Maven 2.x Release Plugin
>          Issue Type: New Feature
>          Components: prepare
>    Affects Versions: 2.1
>            Reporter: Dennis Lundberg
>         Attachments: waitBeforeTagging.patch
>
>
> Doing releases at the ASF using the Release Plugin is a pain in you are in Europe, because of the svn-sync and geo-ip mapping that is used.
> The attached patch adds a new parameter waitBeforeTagging that takes the number of seconds to wait before tagging. I'd appreciate some more eyes on the patch, in particular whether my approach is thread-safe.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (MRELEASE-613) Add a parameter that tells the plugin to wait for X seconds before tagging

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MRELEASE-613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg closed MRELEASE-613.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2
         Assignee: Dennis Lundberg

Fixed in [r1036568|http://svn.apache.org/viewvc?view=revision&revision=1036568].

> Add a parameter that tells the plugin to wait for X seconds before tagging
> --------------------------------------------------------------------------
>
>                 Key: MRELEASE-613
>                 URL: http://jira.codehaus.org/browse/MRELEASE-613
>             Project: Maven 2.x Release Plugin
>          Issue Type: New Feature
>          Components: prepare
>    Affects Versions: 2.1
>            Reporter: Dennis Lundberg
>            Assignee: Dennis Lundberg
>             Fix For: 2.2
>
>         Attachments: waitBeforeTagging.patch
>
>
> Doing releases at the ASF using the Release Plugin is a pain in you are in Europe, because of the svn-sync and geo-ip mapping that is used.
> The attached patch adds a new parameter waitBeforeTagging that takes the number of seconds to wait before tagging. I'd appreciate some more eyes on the patch, in particular whether my approach is thread-safe.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MRELEASE-613) Add a parameter that tells the plugin to wait for X seconds before tagging

Posted by "Mark Struberg (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MRELEASE-613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=243341#action_243341 ] 

Mark Struberg commented on MRELEASE-613:
----------------------------------------

The 'wait 10 seconds' trick is ok. The problem is that we have a svn-mirror in the EU. Thus any commit or tag will be reflected only a few seconds later. So if you commit the pom and then check it out/tag it/whatever without waiting, you will almost always fail (because of the svn-mirroring delay to eu.svn.apache.org or any other mirrored server). 

> Add a parameter that tells the plugin to wait for X seconds before tagging
> --------------------------------------------------------------------------
>
>                 Key: MRELEASE-613
>                 URL: http://jira.codehaus.org/browse/MRELEASE-613
>             Project: Maven 2.x Release Plugin
>          Issue Type: New Feature
>          Components: prepare
>    Affects Versions: 2.1
>            Reporter: Dennis Lundberg
>         Attachments: waitBeforeTagging.patch
>
>
> Doing releases at the ASF using the Release Plugin is a pain in you are in Europe, because of the svn-sync and geo-ip mapping that is used.
> The attached patch adds a new parameter waitBeforeTagging that takes the number of seconds to wait before tagging. I'd appreciate some more eyes on the patch, in particular whether my approach is thread-safe.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MRELEASE-613) Add a parameter that tells the plugin to wait for X seconds before tagging

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MRELEASE-613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=243347#action_243347 ] 

Olivier Lamy commented on MRELEASE-613:
---------------------------------------

nice here too.

> Add a parameter that tells the plugin to wait for X seconds before tagging
> --------------------------------------------------------------------------
>
>                 Key: MRELEASE-613
>                 URL: http://jira.codehaus.org/browse/MRELEASE-613
>             Project: Maven 2.x Release Plugin
>          Issue Type: New Feature
>          Components: prepare
>    Affects Versions: 2.1
>            Reporter: Dennis Lundberg
>         Attachments: waitBeforeTagging.patch
>
>
> Doing releases at the ASF using the Release Plugin is a pain in you are in Europe, because of the svn-sync and geo-ip mapping that is used.
> The attached patch adds a new parameter waitBeforeTagging that takes the number of seconds to wait before tagging. I'd appreciate some more eyes on the patch, in particular whether my approach is thread-safe.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira