[
https://issues.apache.org/jira/browse/HBASE-18940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16193610#comment-16193610
]
Hudson commented on HBASE-18940:
--------------------------------
SUCCESS: Integrated in Jenkins build HBase-1.5 #85 (See
[https://builds.apache.org/job/HBase-1.5/85/])
HBASE-18940 include project pylint configs in source artifact. (busbey: rev
719f5465c48de142c5065f51af729e479d573327)
* (edit) hbase-assembly/src/main/assembly/src.xml
> branch-2 (and probably others) fail check of generated source artifact
> ----------------------------------------------------------------------
>
> Key: HBASE-18940
> URL: https://issues.apache.org/jira/browse/HBASE-18940
> Project: HBase
> Issue Type: Bug
> Components: build
> Affects Versions: 3.0.0, 2.0.0-alpha-4
> Reporter: Sean Busbey
> Assignee: Sean Busbey
> Priority: Critical
> Labels: beginner
> Fix For: 3.0.0, 1.4.0, 1.3.2, 1.5.0, 1.2.7, 1.1.13, 2.0.0-alpha-4
>
> Attachments: HBASE-18940.0.patch
>
>
> This shows up in branch-2 nightly:
> https://builds.apache.org/job/HBase%20Nightly/job/branch-2/62/console
> Pulling out the failure:
> {code}
> 00:06:59 Diff against source tree
> [Pipeline] }
> [Pipeline] // dir
> [Pipeline] sh
> 00:07:00
> [HBase_Nightly_branch-2-MO2I3RYUAQ2OT52Z2B54XSO6W34ZHP3JU2DA5UQYCAVNS747RZWQ]
> Running shell script
> 00:07:01 Checking against things we don't expect to include in the source
> tarball (git related, hbase-native-client, etc.)
> 00:07:01 Any output here are unexpected differences between the source
> artifact we'd make for an RC and the current branch.
> 00:07:01 The expected differences are on the < side and the current
> differences are on the > side.
> 00:07:01 In a given set of differences, '.' refers to the branch in the repo
> and 'unpacked_src_tarball' refers to what we pulled out of the tarball.
> 00:07:01 3a4
> 00:07:01 > Only in ./hbase-backup: .DS_Store
> 00:07:01 4a6
> 00:07:01 > Only in .: .pylintrc
> [Pipeline] }
> {code}
> Looks like this says the source checkout has two files we don't see in the
> source tarball. {{.DS_Store}} looks like a bad commit from someone on a Mac
> and {{.plyintrc}} is an old oversight, should probably be included in the
> source artifact.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)