GitHub user dnwe opened a pull request:

    https://github.com/apache/qpid-proton/pull/14

    NO-JIRA: export.sh creates pax-based tar

    Having switched to using git-archive, we end up creating a tar that uses
    the PAX-based scheme for supporting long pathnames. This causes issues
    for a number of extraction tools (ant, 7-zip, etc.) which only support
    the GNU tar format. We should stick with GNU tar, as used for previous
    qpid-proton releases.
    
    Also update the script to revert to using a suffix of .tar.gz (rather
    than .tgz) for the source distribution.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dnwe/qpid-proton fix-export-tar-creation

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/qpid-proton/pull/14.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #14
    
----
commit ac05f1969efb796d8e7f5ac33d4e5e5bdea501cd
Author: Dominic Evans <dominic.ev...@uk.ibm.com>
Date:   2015-03-30T11:44:16Z

    NO-JIRA: export.sh creates pax-based tar
    
    Having switched to using git-archive, we end up creating a tar that uses
    the PAX-based scheme for supporting long pathnames. This causes issues
    for a number of extraction tools (ant, 7-zip, etc.) which only support
    the GNU tar format. We should stick with GNU tar, as used for previous
    qpid-proton releases.
    
    Also update the script to revert to using a suffix of .tar.gz (rather
    than .tgz) for the source distribution.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to