[ 
https://issues.apache.org/jira/browse/HBASE-9660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13778320#comment-13778320
 ] 

Jonathan Hsieh commented on HBASE-9660:
---------------------------------------

Executed this:

{code}
jon@swoop:~/proj/hbase-trunk$ mvn clean install -DskipTests assembly:single 
-Dassembly.file=hbase-assembly/src/main/assembly/src.xml -Prelease
{code}

Before patch:

{code}
jon@swoop:~/proj/hbase-trunk$ tar tvfz 
hbase-assembly/target/hbase-0.97.0-SNAPSHOT-src.tar.gz | grep dev
-rw-r--r-- jon/jon       87659 2013-09-19 17:57 
hbase-0.97.0-SNAPSHOT/src/main/docbkx/developer.xml
jon@swoop:~/proj/hbase-trunk$ 
{code}

after patch:

{code}
jon@swoop:~/proj/hbase-trunk$ tar tvfz 
hbase-assembly/target/hbase-0.97.0-SNAPSHOT-src.tar.gz | grep dev
.....
-rw-r--r-- jon/jon       31715 2013-01-24 16:45 
hbase-0.97.0-SNAPSHOT/dev-support/hbase_eclipse_formatter.xml
-rw-r--r-- jon/jon       34733 2013-08-08 13:33 
hbase-0.97.0-SNAPSHOT/dev-support/test-patch.sh
-rw-r--r-- jon/jon        1220 2013-01-24 16:45 
hbase-0.97.0-SNAPSHOT/dev-support/build-proto.sh
-rw-r--r-- jon/jon       10431 2013-09-18 16:21 
hbase-0.97.0-SNAPSHOT/dev-support/jdiffHBasePublicAPI.sh
-rw-r--r-- jon/jon        2500 2012-12-10 10:40 
hbase-0.97.0-SNAPSHOT/dev-support/smart-apply-patch.sh
-rw-r--r-- jon/jon        5526 2012-12-10 10:40 
hbase-0.97.0-SNAPSHOT/dev-support/HBase Code Template.xml
-rw-r--r-- jon/jon        4886 2012-12-10 10:40 
hbase-0.97.0-SNAPSHOT/dev-support/test-util.sh
-rw-r--r-- jon/jon       87659 2013-09-19 17:57 
hbase-0.97.0-SNAPSHOT/src/main/docbkx/developer.xml
jon@swoop:~/proj/hbase-trunk$ 
{code}
                
> Release source tarball should contain ./dev-support contents.
> -------------------------------------------------------------
>
>                 Key: HBASE-9660
>                 URL: https://issues.apache.org/jira/browse/HBASE-9660
>             Project: HBase
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.96.0
>            Reporter: Jonathan Hsieh
>            Assignee: Jonathan Hsieh
>            Priority: Critical
>             Fix For: 0.96.0
>
>         Attachments: hbase-9660.patch
>
>
> I noticed that the release tarball for 0.95.2 doesn't contain the 
> ./dev-support dir.  In future releases, that directory (and any other 
> supplemental dirs with useful tools) should be contained in the release src 
> tarball.

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

Reply via email to