You are viewing a plain text version of this content. The canonical link for it is here.
Posted to proton@qpid.apache.org by "Darryl L. Pierce (JIRA)" <ji...@apache.org> on 2012/10/02 20:49:08 UTC

[jira] [Created] (PROTON-47) Script to generate release tarballs

Darryl L. Pierce created PROTON-47:
--------------------------------------

             Summary: Script to generate release tarballs
                 Key: PROTON-47
                 URL: https://issues.apache.org/jira/browse/PROTON-47
             Project: Qpid Proton
          Issue Type: Improvement
          Components: proton-c
            Reporter: Darryl L. Pierce


The script takes as input a version, and option subversion repository and branch. It then generates a tarball for use in packaging and distribution.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (PROTON-47) Script to generate release tarballs

Posted by "Hiram Chirino (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PROTON-47?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13480821#comment-13480821 ] 

Hiram Chirino commented on PROTON-47:
-------------------------------------

Your also going to want to update the maven poms with the release version.  Something like the following should do the trick:

mvn org.codehaus.mojo:versions-maven-plugin:1.2:set org.codehaus.mojo:versions-maven-plugin:1.2:commit -DnewVersion="${VERSION}" -f ${WORKDIR}/${rootname}/proton-j/pom.xml
                
> Script to generate release tarballs
> -----------------------------------
>
>                 Key: PROTON-47
>                 URL: https://issues.apache.org/jira/browse/PROTON-47
>             Project: Qpid Proton
>          Issue Type: Improvement
>          Components: proton-c, proton-j
>            Reporter: Darryl L. Pierce
>            Assignee: Rafael H. Schloming
>            Priority: Blocker
>             Fix For: 0.1
>
>         Attachments: 0001-Provides-a-script-for-generated-source-tarballs.patch
>
>
> The script takes as input a version, and option subversion repository and branch. It then generates a tarball for use in packaging and distribution.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (PROTON-47) Script to generate release tarballs

Posted by "Darryl L. Pierce (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PROTON-47?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Darryl L. Pierce updated PROTON-47:
-----------------------------------

    Attachment: 0001-Provides-a-script-for-generated-source-tarballs.patch
    
> Script to generate release tarballs
> -----------------------------------
>
>                 Key: PROTON-47
>                 URL: https://issues.apache.org/jira/browse/PROTON-47
>             Project: Qpid Proton
>          Issue Type: Improvement
>          Components: proton-c
>            Reporter: Darryl L. Pierce
>         Attachments: 0001-Provides-a-script-for-generated-source-tarballs.patch
>
>
> The script takes as input a version, and option subversion repository and branch. It then generates a tarball for use in packaging and distribution.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (PROTON-47) Script to generate release tarballs

Posted by "Darryl L. Pierce (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PROTON-47?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Darryl L. Pierce updated PROTON-47:
-----------------------------------

    Attachment:     (was: 0001-Provides-a-script-for-generated-source-tarballs.patch)
    
> Script to generate release tarballs
> -----------------------------------
>
>                 Key: PROTON-47
>                 URL: https://issues.apache.org/jira/browse/PROTON-47
>             Project: Qpid Proton
>          Issue Type: Improvement
>          Components: proton-c
>            Reporter: Darryl L. Pierce
>
> The script takes as input a version, and option subversion repository and branch. It then generates a tarball for use in packaging and distribution.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (PROTON-47) Script to generate release tarballs

Posted by "Rafael H. Schloming (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PROTON-47?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13477225#comment-13477225 ] 

Rafael H. Schloming commented on PROTON-47:
-------------------------------------------

We should codify the official release process in a script somehow.
                
> Script to generate release tarballs
> -----------------------------------
>
>                 Key: PROTON-47
>                 URL: https://issues.apache.org/jira/browse/PROTON-47
>             Project: Qpid Proton
>          Issue Type: Improvement
>          Components: proton-c, proton-j
>            Reporter: Darryl L. Pierce
>         Attachments: 0001-Provides-a-script-for-generated-source-tarballs.patch
>
>
> The script takes as input a version, and option subversion repository and branch. It then generates a tarball for use in packaging and distribution.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (PROTON-47) Script to generate release tarballs

Posted by "Rafael H. Schloming (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PROTON-47?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rafael H. Schloming updated PROTON-47:
--------------------------------------

    Component/s: proton-j
    
> Script to generate release tarballs
> -----------------------------------
>
>                 Key: PROTON-47
>                 URL: https://issues.apache.org/jira/browse/PROTON-47
>             Project: Qpid Proton
>          Issue Type: Improvement
>          Components: proton-c, proton-j
>            Reporter: Darryl L. Pierce
>         Attachments: 0001-Provides-a-script-for-generated-source-tarballs.patch
>
>
> The script takes as input a version, and option subversion repository and branch. It then generates a tarball for use in packaging and distribution.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (PROTON-47) Script to generate release tarballs

Posted by "Darryl L. Pierce (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PROTON-47?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Darryl L. Pierce updated PROTON-47:
-----------------------------------

    Attachment: 0001-Provides-a-script-for-generated-source-tarballs.patch
    
> Script to generate release tarballs
> -----------------------------------
>
>                 Key: PROTON-47
>                 URL: https://issues.apache.org/jira/browse/PROTON-47
>             Project: Qpid Proton
>          Issue Type: Improvement
>          Components: proton-c
>            Reporter: Darryl L. Pierce
>         Attachments: 0001-Provides-a-script-for-generated-source-tarballs.patch
>
>
> The script takes as input a version, and option subversion repository and branch. It then generates a tarball for use in packaging and distribution.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (PROTON-47) Script to generate release tarballs

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

Ted Ross resolved PROTON-47.
----------------------------

       Resolution: Fixed
    Fix Version/s: 0.1
    
> Script to generate release tarballs
> -----------------------------------
>
>                 Key: PROTON-47
>                 URL: https://issues.apache.org/jira/browse/PROTON-47
>             Project: Qpid Proton
>          Issue Type: Improvement
>          Components: proton-c, proton-j
>            Reporter: Darryl L. Pierce
>            Assignee: Rafael H. Schloming
>            Priority: Blocker
>             Fix For: 0.1
>
>         Attachments: 0001-Provides-a-script-for-generated-source-tarballs.patch
>
>
> The script takes as input a version, and option subversion repository and branch. It then generates a tarball for use in packaging and distribution.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (PROTON-47) Script to generate release tarballs

Posted by "Rafael H. Schloming (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PROTON-47?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rafael H. Schloming updated PROTON-47:
--------------------------------------

    Priority: Blocker  (was: Major)
    
> Script to generate release tarballs
> -----------------------------------
>
>                 Key: PROTON-47
>                 URL: https://issues.apache.org/jira/browse/PROTON-47
>             Project: Qpid Proton
>          Issue Type: Improvement
>          Components: proton-c, proton-j
>            Reporter: Darryl L. Pierce
>            Priority: Blocker
>         Attachments: 0001-Provides-a-script-for-generated-source-tarballs.patch
>
>
> The script takes as input a version, and option subversion repository and branch. It then generates a tarball for use in packaging and distribution.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (PROTON-47) Script to generate release tarballs

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

Ted Ross updated PROTON-47:
---------------------------

    Assignee: Rafael H. Schloming
    
> Script to generate release tarballs
> -----------------------------------
>
>                 Key: PROTON-47
>                 URL: https://issues.apache.org/jira/browse/PROTON-47
>             Project: Qpid Proton
>          Issue Type: Improvement
>          Components: proton-c, proton-j
>            Reporter: Darryl L. Pierce
>            Assignee: Rafael H. Schloming
>            Priority: Blocker
>         Attachments: 0001-Provides-a-script-for-generated-source-tarballs.patch
>
>
> The script takes as input a version, and option subversion repository and branch. It then generates a tarball for use in packaging and distribution.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira