You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mnemonic.apache.org by ga...@apache.org on 2016/07/22 20:04:16 UTC

[1/2] incubator-mnemonic git commit: MNEMONIC-83: Exclude log files from Apache Rat check

Repository: incubator-mnemonic
Updated Branches:
  refs/heads/master 5546e3bc3 -> abf2bad17


MNEMONIC-83: Exclude log files from Apache Rat check


Project: http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/commit/4195bc19
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/tree/4195bc19
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/diff/4195bc19

Branch: refs/heads/master
Commit: 4195bc19624ab9625d04983bafdb09d07b004890
Parents: 1ef0989
Author: Wang, Gang(Gary) <ga...@intel.com>
Authored: Thu Jul 21 13:55:40 2016 -0700
Committer: Wang, Gang(Gary) <ga...@intel.com>
Committed: Thu Jul 21 13:55:40 2016 -0700

----------------------------------------------------------------------
 README.md | 2 +-
 pom.xml   | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/4195bc19/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 759f0f3..8d8fc7a 100644
--- a/README.md
+++ b/README.md
@@ -246,7 +246,7 @@ To run several test cases:
   $ # a testcase for module "mnemonic-core" that requires 'pmalloc' memory service to pass
   $ mvn -Dtest=DurablePersonNGTest test -pl mnemonic-core -DskipTests=false
   
-  $# a testcase for module "mnemonic-core" that requires 'pmalloc' memory service to pass
+  $ # a testcase for module "mnemonic-core" that requires 'pmalloc' memory service to pass
   $ mvn -Dtest=NonVolatileMemAllocatorNGTest test -pl mnemonic-core -DskipTests=false
   
   $ # a testcase for module "mnemonic-core" that requires 'vmem' memory service to pass

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/4195bc19/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 898dd88..02b89e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -272,6 +272,7 @@
               <exclude>target/**/*</exclude>
               <exclude>**/README*</exclude>
               <exclude>**/LICENSE*</exclude>
+              <exclude>**/*.log</exclude>
               <exclude>**/*.dat</exclude>
               <exclude>**/dependency-reduced-pom.xml</exclude>
               <exclude>**/META-INF/**/*</exclude>


[2/2] incubator-mnemonic git commit: Merge branch 'durable-computing'

Posted by ga...@apache.org.
Merge branch 'durable-computing'


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

Branch: refs/heads/master
Commit: abf2bad17ce4a15b37983133339d08ce3060f355
Parents: 5546e3b 4195bc1
Author: Wang, Gang(Gary) <ga...@intel.com>
Authored: Fri Jul 22 13:03:32 2016 -0700
Committer: Wang, Gang(Gary) <ga...@intel.com>
Committed: Fri Jul 22 13:03:32 2016 -0700

----------------------------------------------------------------------
 README.md | 2 +-
 pom.xml   | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/abf2bad1/pom.xml
----------------------------------------------------------------------