Repository: incubator-atlas Updated Branches: refs/heads/master ce7d83c19 -> 89175edcf
ATLAS-934 Exclude temp files in source package (shwethags) Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/89175edc Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/89175edc Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/89175edc Branch: refs/heads/master Commit: 89175edcf8f19f3d1ac4b57a8e7d992996034d24 Parents: ce7d83c Author: Shwetha GS <[email protected]> Authored: Wed Jun 22 12:36:47 2016 +0530 Committer: Shwetha GS <[email protected]> Committed: Wed Jun 22 12:36:47 2016 +0530 ---------------------------------------------------------------------- distro/src/main/assemblies/src-package.xml | 4 ++++ release-log.txt | 1 + 2 files changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/89175edc/distro/src/main/assemblies/src-package.xml ---------------------------------------------------------------------- diff --git a/distro/src/main/assemblies/src-package.xml b/distro/src/main/assemblies/src-package.xml index 9952fcb..929fea6 100755 --- a/distro/src/main/assemblies/src-package.xml +++ b/distro/src/main/assemblies/src-package.xml @@ -42,6 +42,10 @@ <exclude>dashboard/node*/**</exclude> <!-- temp libs --> <exclude>dashboard/dist/**</exclude> <!-- package --> <exclude>dashboard/*.min.js*</exclude> <!-- minified JS --> + <exclude>distro/hbase/**</exclude> + <exclude>distro/solr/**</exclude> + <exclude>**/${sys:atlas.data}/**</exclude> + <exclude>**/atlas.data/**</exclude> </excludes> </fileSet> </fileSets> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/89175edc/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index e0f09fa..d66a7d6 100644 --- a/release-log.txt +++ b/release-log.txt @@ -40,6 +40,7 @@ ATLAS-409 Atlas will not import avro tables with schema read from a file (dosset ATLAS-379 Create sqoop and falcon metadata addons (venkatnrangan,bvellanki,sowmyaramesh via shwethags) ALL CHANGES: +ATLAS-934 Exclude temp files in source package (shwethags) ATLAS-933 Test failure: HiveHookIT.testInsertIntoTable (shwethags) ATLAS-856 Lazy-load type cache provider (dkantor via shwethags) ATLAS-931 Delete entities fails when hard delete is configured (dkantor via sumasai)
