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 2017/03/23 01:41:52 UTC

[1/2] bigtop git commit: BIGTOP-2714. Update Groovy in the toolchain to 2.4.10

Repository: bigtop
Updated Branches:
  refs/heads/master 2a5a62e30 -> 0f2436b01


BIGTOP-2714. Update Groovy in the toolchain to 2.4.10


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

Branch: refs/heads/master
Commit: cfe158694900a7be9076da69b1e02ab789b1f309
Parents: 2a5a62e
Author: Konstantin Boudnik <ko...@epam.com>
Authored: Wed Mar 22 18:07:45 2017 -0700
Committer: Konstantin Boudnik <ko...@epam.com>
Committed: Wed Mar 22 18:07:45 2017 -0700

----------------------------------------------------------------------
 bigtop_toolchain/manifests/groovy.pp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/cfe15869/bigtop_toolchain/manifests/groovy.pp
----------------------------------------------------------------------
diff --git a/bigtop_toolchain/manifests/groovy.pp b/bigtop_toolchain/manifests/groovy.pp
index f50886a..dd55d47 100644
--- a/bigtop_toolchain/manifests/groovy.pp
+++ b/bigtop_toolchain/manifests/groovy.pp
@@ -15,7 +15,7 @@
 
 class bigtop_toolchain::groovy {
 
-  $groovy_version = '2.4.4'
+  $groovy_version = '2.4.10'
   $groovy = "apache-groovy-binary-${groovy_version}"
 
   include bigtop_toolchain::packages


[2/2] bigtop git commit: BIGTOP-2715. Tiny typo in the README.md

Posted by co...@apache.org.
BIGTOP-2715. Tiny typo in the README.md


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

Branch: refs/heads/master
Commit: 0f2436b0113744b2449b195d0c93921bed0f3b21
Parents: cfe1586
Author: Konstantin Boudnik <ko...@epam.com>
Authored: Wed Mar 22 18:41:34 2017 -0700
Committer: Konstantin Boudnik <ko...@epam.com>
Committed: Wed Mar 22 18:41:34 2017 -0700

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/0f2436b0/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 2024f10..ca5671e 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ Contributing
 
 There are lots of ways to contribute.  People with different expertise can help with various subprojects:
     
-* __puppet__ : Much of the Apache Bigtop deploy and pacakging tools use puppet to bootstrap and set up a cluster. But recipes for other tools are also welcome (ie. Chef, Ansible, etc.)
+* __puppet__ : Much of the Apache Bigtop deploy and packaging tools use puppet to bootstrap and set up a cluster. But recipes for other tools are also welcome (ie. Chef, Ansible, etc.)
 * __groovy__ : Primary language used to write the Apache Bigtop smokes and itest framework. 
 * __maven__ : Used to build Apache Bigtop smokes and also to define the high level Apache Bigtop project. 
 * __RPM/DEB__ : Used to package Apache Hadoop ecosystem related projects into GNU/Linux installable packages for most popular GNU/Linux distributions. So one could add a new project or improve existing packages.