You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@crunch.apache.org by "Josh Wills (JIRA)" <ji...@apache.org> on 2012/09/18 02:51:07 UTC

[jira] [Created] (CRUNCH-66) Add tar.gz format for source releases

Josh Wills created CRUNCH-66:
--------------------------------

             Summary: Add tar.gz format for source releases
                 Key: CRUNCH-66
                 URL: https://issues.apache.org/jira/browse/CRUNCH-66
             Project: Crunch
          Issue Type: Task
            Reporter: Josh Wills


The Bigtop folks assume tar.gz-based source files for all of their packaging tools, so we should add tar.gz as a format for our release assembly in order to play nicely with the other projects.

--
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] (CRUNCH-66) Add tar.gz format for source releases

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

Josh Wills updated CRUNCH-66:
-----------------------------

    Attachment: CRUNCH-66.patch

I think this is all that's required, but posting so Matthias can take a look.
                
> Add tar.gz format for source releases
> -------------------------------------
>
>                 Key: CRUNCH-66
>                 URL: https://issues.apache.org/jira/browse/CRUNCH-66
>             Project: Crunch
>          Issue Type: Task
>            Reporter: Josh Wills
>         Attachments: CRUNCH-66.patch
>
>
> The Bigtop folks assume tar.gz-based source files for all of their packaging tools, so we should add tar.gz as a format for our release assembly in order to play nicely with the other projects.

--
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] (CRUNCH-66) Add tar.gz format for source releases

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

Matthias Friedrich resolved CRUNCH-66.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.4.0
         Assignee: Josh Wills

Committed.
                
> Add tar.gz format for source releases
> -------------------------------------
>
>                 Key: CRUNCH-66
>                 URL: https://issues.apache.org/jira/browse/CRUNCH-66
>             Project: Crunch
>          Issue Type: Task
>            Reporter: Josh Wills
>            Assignee: Josh Wills
>             Fix For: 0.4.0
>
>         Attachments: CRUNCH-66.patch, CRUNCH-66-v2.patch
>
>
> The Bigtop folks assume tar.gz-based source files for all of their packaging tools, so we should add tar.gz as a format for our release assembly in order to play nicely with the other projects.

--
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] (CRUNCH-66) Add tar.gz format for source releases

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

Matthias Friedrich updated CRUNCH-66:
-------------------------------------

    Attachment: CRUNCH-66-v2.patch

Figured out the reason for the warnings. The config setting is "tarLongFileMode", not "tarLongFileFormat" (this is probably older, it's set in the ASF POM like this, too). Changing the setting gets rid of the warnings.
                
> Add tar.gz format for source releases
> -------------------------------------
>
>                 Key: CRUNCH-66
>                 URL: https://issues.apache.org/jira/browse/CRUNCH-66
>             Project: Crunch
>          Issue Type: Task
>            Reporter: Josh Wills
>         Attachments: CRUNCH-66.patch, CRUNCH-66-v2.patch
>
>
> The Bigtop folks assume tar.gz-based source files for all of their packaging tools, so we should add tar.gz as a format for our release assembly in order to play nicely with the other projects.

--
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] (CRUNCH-66) Add tar.gz format for source releases

Posted by "Matthias Friedrich (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CRUNCH-66?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13457635#comment-13457635 ] 

Matthias Friedrich commented on CRUNCH-66:
------------------------------------------

Yep, it creates a tar file identical to the ZIP, and even the permissions for the scrunch script are correct. The reason why I chose ZIP originally was that our file names are longer than 100 characters which is beyond what the original tar format supports. Some tar implementations can read it, others can't (GNU tar probably can). The assembly plugin warns about this, you can set tarLongFileMode but I have no idea what the consequences are for non-GNU tars if you set it to "gnu".

Anyway, we definitely want to be part of Bigtop, so +1 :)
                
> Add tar.gz format for source releases
> -------------------------------------
>
>                 Key: CRUNCH-66
>                 URL: https://issues.apache.org/jira/browse/CRUNCH-66
>             Project: Crunch
>          Issue Type: Task
>            Reporter: Josh Wills
>         Attachments: CRUNCH-66.patch
>
>
> The Bigtop folks assume tar.gz-based source files for all of their packaging tools, so we should add tar.gz as a format for our release assembly in order to play nicely with the other projects.

--
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] (CRUNCH-66) Add tar.gz format for source releases

Posted by "Josh Wills (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CRUNCH-66?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13458053#comment-13458053 ] 

Josh Wills commented on CRUNCH-66:
----------------------------------

+1, very cool. Commit away.
                
> Add tar.gz format for source releases
> -------------------------------------
>
>                 Key: CRUNCH-66
>                 URL: https://issues.apache.org/jira/browse/CRUNCH-66
>             Project: Crunch
>          Issue Type: Task
>            Reporter: Josh Wills
>         Attachments: CRUNCH-66.patch, CRUNCH-66-v2.patch
>
>
> The Bigtop folks assume tar.gz-based source files for all of their packaging tools, so we should add tar.gz as a format for our release assembly in order to play nicely with the other projects.

--
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