You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Carl Steinbach (JIRA)" <ji...@apache.org> on 2010/12/14 04:16:01 UTC

[jira] Resolved: (HIVE-800) Exclude .git directory from src/ directory in release tarball

     [ https://issues.apache.org/jira/browse/HIVE-800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carl Steinbach resolved HIVE-800.
---------------------------------

       Resolution: Duplicate
    Fix Version/s: 0.6.0

Looks like HIVE-1725 added the necessary paths to the vcs.excludes Ant property:

{noformat}
  <property name="vcs.excludes" value="**/.svn,**/.svn/**,**/.git,**/.git/**"/>
{noformat}


> Exclude .git directory from src/ directory in release tarball
> -------------------------------------------------------------
>
>                 Key: HIVE-800
>                 URL: https://issues.apache.org/jira/browse/HIVE-800
>             Project: Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>            Reporter: Todd Lipcon
>            Priority: Minor
>             Fix For: 0.6.0
>
>         Attachments: hive-800-1.patch, hive-800.txt
>
>
> When creating the dist tarball, we should exclude .git from the src/ directory. We may also need to exclude some SVN directory?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.