You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by se...@apache.org on 2015/03/04 13:00:13 UTC

git commit: updated refs/heads/master to ccb38c8

Repository: cloudstack
Updated Branches:
  refs/heads/master 1b05de04b -> ccb38c8d5


Fix RAT issues due to new Dockerfile


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

Branch: refs/heads/master
Commit: ccb38c8d5e539a922994eaae0fddfe0cd28ef431
Parents: 1b05de0
Author: Sebastien Goasguen <ru...@gmail.com>
Authored: Wed Mar 4 13:00:08 2015 +0100
Committer: Sebastien Goasguen <ru...@gmail.com>
Committed: Wed Mar 4 13:00:08 2015 +0100

----------------------------------------------------------------------
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ccb38c8d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 66fe7f7..652c1d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -716,6 +716,8 @@
               <exclude>CHANGES.md</exclude>
               <exclude>README.md</exclude>
               <exclude>INSTALL.md</exclude>
+              <exclude>Dockerfile</exclude>
+              <exclude>supervisord.conf</exclude>
               <exclude>.idea/</exclude>
               <exclude>**/*.log</exclude>
               <exclude>**/*.patch</exclude>