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

Roman Shaposhnik commented on SOLR-4377:
----------------------------------------

Here's an example from the 4.1.0 release (diff is attached):
{noformat}
$ cd /tmp
$ tar xzvf solr-4.1.0-src.tgz
$ svn co http://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_4_1_0
$ find . -name .svn -type d -exec rm -rf {} \;
$ diff -ruN solr-4.1.0 lucene_solr_4_1_0 | grep '^diff' | wc
    71     284   12019
$ diff -ruN solr-4.1.0 lucene_solr_4_1_0  > diff.txt
{noformat}

So as you can see the diff is actually quite large (71 files total). My cursory 
glance shows that most of the deltas are trivial enough to be taken care of 
during the release process. What's more important (and what I'm asking for) is 
to have
 a release policy where a diff like I've mentioned would be part of the release 
check list.
                
> making release tarballs identical to the release tags
> -----------------------------------------------------
>
>                 Key: SOLR-4377
>                 URL: https://issues.apache.org/jira/browse/SOLR-4377
>             Project: Solr
>          Issue Type: Improvement
>          Components: scripts and tools
>    Affects Versions: 4.0, 4.1
>            Reporter: Roman Shaposhnik
>         Attachments: diff.txt
>
>
> Now that we're integrating Solr with Hadoop via the Apache Bigtop project it 
> is a bit of a nuisance to our build system that the release tarballs don't 
> quite match the SVN tags. This is also something that is not quite ASF kosher 
> strictly speaking. 
> Would it be ok with a Solr community to add a comparison check between 
> release tarballs and SVN tags as part of the release process checklist?
> If you guys have a Wiki outlining how-to-release perhaps it needs to be 
> captured over there or just added to the process. Either way would be fine.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to