You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by co...@apache.org on 2016/02/09 08:19:31 UTC

bigtop git commit: BIGTOP-2318. Release assembly needs to be updated

Repository: bigtop
Updated Branches:
  refs/heads/master e7e32d889 -> ea72a6466


BIGTOP-2318. Release assembly needs to be updated


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/ea72a646
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/ea72a646
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/ea72a646

Branch: refs/heads/master
Commit: ea72a6466b18da1cdfa75b4184afebef6661cd21
Parents: e7e32d8
Author: Konstantin Boudnik <co...@apache.org>
Authored: Mon Feb 8 01:00:45 2016 -0800
Committer: Konstantin Boudnik <co...@apache.org>
Committed: Mon Feb 8 23:13:27 2016 -0800

----------------------------------------------------------------------
 src/assembly/release-assembly.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/ea72a646/src/assembly/release-assembly.xml
----------------------------------------------------------------------
diff --git a/src/assembly/release-assembly.xml b/src/assembly/release-assembly.xml
index 3ca7452..20d90db 100644
--- a/src/assembly/release-assembly.xml
+++ b/src/assembly/release-assembly.xml
@@ -48,6 +48,7 @@
         <include>NOTICE</include>
         <include>README*</include>
         <include>*.gradle</include>
+        <include>.dockerignore</include>
         <include>pom.xml</include>
       </includes>
       <excludes>
@@ -56,6 +57,7 @@
         <exclude>**/.gradle/**</exclude>
         <exclude>**/*.iml</exclude>
         <exclude>.gradle</exclude>
+        <exclude>gradle.properties</exclude>
         <exclude>output/**</exclude>
         <exclude>buildSrc/build/**</exclude>
         <exclude>**/.idea/**</exclude>
@@ -65,4 +67,4 @@
       </excludes>
     </fileSet>
   </fileSets>
-</assembly>
\ No newline at end of file
+</assembly>