Repository: bigtop Updated Branches: refs/heads/master 431b89516 -> 2877a2076
BIGTOP-1993. Bump groovy to 2.4.4 in the development toolchain Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/cadef017 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/cadef017 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/cadef017 Branch: refs/heads/master Commit: cadef017a7c7b18e96bbbe71c073dcf781d51bb0 Parents: 431b895 Author: Konstantin Boudnik <[email protected]> Authored: Fri Aug 28 14:16:56 2015 -0700 Committer: Konstantin Boudnik <[email protected]> Committed: Mon Aug 31 19:04:10 2015 -0700 ---------------------------------------------------------------------- bigtop_toolchain/manifests/groovy.pp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/cadef017/bigtop_toolchain/manifests/groovy.pp ---------------------------------------------------------------------- diff --git a/bigtop_toolchain/manifests/groovy.pp b/bigtop_toolchain/manifests/groovy.pp index eb32d75..2d6eb7c 100644 --- a/bigtop_toolchain/manifests/groovy.pp +++ b/bigtop_toolchain/manifests/groovy.pp @@ -17,22 +17,22 @@ class bigtop_toolchain::groovy { include bigtop_toolchain::packages - exec {"/usr/bin/wget http://dl.bintray.com/groovy/maven/groovy-binary-2.4.0.zip": + exec {"/usr/bin/wget http://dl.bintray.com/groovy/maven/apache-groovy-binary-2.4.4.zip": cwd => "/usr/src", require => Package[$packages::pkgs], - unless => "/usr/bin/test -f /usr/src/groovy-binary-2.4.0.zip", + unless => "/usr/bin/test -f /usr/src/apache-groovy-binary-2.4.4.zip", } - exec {'/usr/bin/unzip -x -o /usr/src/groovy-binary-2.4.0.zip': + exec {'/usr/bin/unzip -x -o /usr/src/apache-groovy-binary-2.4.4.zip': cwd => '/usr/local', refreshonly => true, - subscribe => Exec["/usr/bin/wget http://dl.bintray.com/groovy/maven/groovy-binary-2.4.0.zip"], - require => Exec["/usr/bin/wget http://dl.bintray.com/groovy/maven/groovy-binary-2.4.0.zip"], + subscribe => Exec["/usr/bin/wget http://dl.bintray.com/groovy/maven/apache-groovy-binary-2.4.4.zip"], + require => Exec["/usr/bin/wget http://dl.bintray.com/groovy/maven/apache-groovy-binary-2.4.4.zip"], } file {'/usr/local/groovy': ensure => link, - target => '/usr/local/groovy-2.4.0', - require => Exec['/usr/bin/unzip -x -o /usr/src/groovy-binary-2.4.0.zip'], + target => '/usr/local/groovy-2.4.4', + require => Exec['/usr/bin/unzip -x -o /usr/src/apache-groovy-binary-2.4.4.zip'], } }
