You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@yetus.apache.org by "Kengo Seki (JIRA)" <ji...@apache.org> on 2019/01/16 09:43:00 UTC

[jira] [Created] (YETUS-773) Minor inconsistency between source distribution and source code checked out from the release branch

Kengo Seki created YETUS-773:
--------------------------------

             Summary: Minor inconsistency between source distribution and source code checked out from the release branch
                 Key: YETUS-773
                 URL: https://issues.apache.org/jira/browse/YETUS-773
             Project: Yetus
          Issue Type: Bug
            Reporter: Kengo Seki


I ran diff command to check 0.9.0-RC1 source distribution and got the following result:

{code}
$ diff -r apache-yetus-0.9.0-RC1-tag apache-yetus-0.9.0-src_unpack/yetus-project-0.9.0
Only in apache-yetus-0.9.0-RC1-tag: .git
Only in apache-yetus-0.9.0-RC1-tag: .gitattributes
Only in apache-yetus-0.9.0-RC1-tag: .gitignore
Only in apache-yetus-0.9.0-src_unpack/yetus-project-0.9.0: DEPENDENCIES
Only in apache-yetus-0.9.0-RC1-tag/asf-site-src/source/documentation/in-progress: precommit-apidocs
$ cat apache-yetus-0.9.0-src_unpack/yetus-project-0.9.0/DEPENDENCIES 
// ------------------------------------------------------------------
// Transitive dependencies of this project determined from the
// maven pom organized by organization.
// ------------------------------------------------------------------

Apache Yetus Project





$ test -L apache-yetus-0.9.0-RC1-tag/asf-site-src/source/documentation/in-progress/precommit-apidocs
$ echo $?
0
{code}

As you can see, they are dotfiles, an almost-empty file, and a symbolic link.
So I think this difference doesn't block the release, but we have to investigate why it occurred later.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)