Repository: bigtop Updated Branches: refs/heads/master 13e696846 -> 15df7049b
BIGTOP-1405. Gradle 2.0 installation from toolchain is broken Signed-off-by: [email protected] <jayunit100> Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/15df7049 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/15df7049 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/15df7049 Branch: refs/heads/master Commit: 15df7049b2393f9e2c5c44eccf277b8247f7fdde Parents: 13e6968 Author: Konstantin Boudnik <[email protected]> Authored: Mon Aug 18 12:35:05 2014 -0700 Committer: [email protected] <jayunit100> Committed: Mon Aug 18 16:31:49 2014 -0400 ---------------------------------------------------------------------- bigtop_toolchain/manifests/deps.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/15df7049/bigtop_toolchain/manifests/deps.pp ---------------------------------------------------------------------- diff --git a/bigtop_toolchain/manifests/deps.pp b/bigtop_toolchain/manifests/deps.pp index 689ca19..a7d3777 100644 --- a/bigtop_toolchain/manifests/deps.pp +++ b/bigtop_toolchain/manifests/deps.pp @@ -46,7 +46,7 @@ class bigtop_toolchain::deps { unless => "/usr/bin/test -f /usr/src/apache-maven-3.0.5-bin.tar.gz", } - exec {"https://services.gradle.org/distributions/gradle-2.0-bin.zip": + exec {"/usr/bin/wget http://services.gradle.org/distributions/gradle-2.0-bin.zip": cwd => "/usr/src", require => Package[$packages::pkgs], unless => "/usr/bin/test -f /usr/src/gradle-2.0-bin.zip",
