Repository: bigtop Updated Branches: refs/heads/master 59d192b9f -> 5e140da0f
BIGTOP-1300. need to bump ant version to 1.9.4 in bigtop_toolchain Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/9ff5abc9 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/9ff5abc9 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/9ff5abc9 Branch: refs/heads/master Commit: 9ff5abc94b1bcb9e22594c6182e1405b4bf8d53f Parents: 59d192b Author: Konstantin Boudnik <[email protected]> Authored: Wed May 7 17:49:35 2014 -0700 Committer: Konstantin Boudnik <[email protected]> Committed: Wed May 7 17:49:35 2014 -0700 ---------------------------------------------------------------------- bigtop_toolchain/manifests/deps.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/9ff5abc9/bigtop_toolchain/manifests/deps.pp ---------------------------------------------------------------------- diff --git a/bigtop_toolchain/manifests/deps.pp b/bigtop_toolchain/manifests/deps.pp index dc9315f..8b3a7f3 100644 --- a/bigtop_toolchain/manifests/deps.pp +++ b/bigtop_toolchain/manifests/deps.pp @@ -28,10 +28,10 @@ class bigtop_toolchain::deps { unless => "/usr/bin/test -f /usr/src/$scala_file", } - exec {"/usr/bin/wget http://mirrors.ibiblio.org/apache//ant/binaries/apache-ant-1.9.2-bin.tar.gz": + exec {"/usr/bin/wget http://mirrors.ibiblio.org/apache//ant/binaries/apache-ant-1.9.4-bin.tar.gz": cwd => "/usr/src", require => Package[$packages::pkgs], - unless => "/usr/bin/test -f /usr/src/apache-ant-1.9.2-bin.tar.gz", + unless => "/usr/bin/test -f /usr/src/apache-ant-1.9.4-bin.tar.gz", } exec {"/usr/bin/wget http://archive.apache.org/dist/forrest/0.9/apache-forrest-0.9.tar.gz":
