[
https://issues.apache.org/jira/browse/SOLR-4377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565916#comment-13565916
]
Steve Rowe commented on SOLR-4377:
----------------------------------
bq. They are not in the src-tarball, because the ANT <fileset/> used by the
<tar/> task excludes those file types:
http://ant.apache.org/manual/dirtasks.html#defaultexcludes - This is intended,
otherwise it would also contain .svn/ and similar files.
I checked in {{build/solr/svn-export/}}, where the source is put before
packaging, and the .gitignore and .hgignore files are there, so you must be
right Uwe. But since this is an svn *export*, and not a *checkout*, there are
no {{.svn/}} directories. So we should add {{defaultexcludes="no"}} to include
those two file. I looked at all of the patterns in the Ant docs, and none of
them are applicable, since this is always a fresh export, there will be no
backup/temporary/VC files that we'll want to exclude.
> 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
> Fix For: 4.2, 5.0
>
> 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: [email protected]
For additional commands, e-mail: [email protected]