You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by ev...@apache.org on 2015/01/07 09:50:36 UTC

bigtop git commit: BIGTOP-1583. update the default yum repo in puppet site.pp

Repository: bigtop
Updated Branches:
  refs/heads/master da29ef01c -> 6234d4838


BIGTOP-1583. update the default yum repo in puppet site.pp


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

Branch: refs/heads/master
Commit: 6234d48380832e56ba0bc3979b2b1c1eae379edd
Parents: da29ef0
Author: evans_ye <in...@gmail.com>
Authored: Sun Dec 28 09:15:43 2014 +0000
Committer: evans_ye <in...@gmail.com>
Committed: Wed Jan 7 08:49:12 2015 +0000

----------------------------------------------------------------------
 bigtop-deploy/puppet/manifests/site.pp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/6234d483/bigtop-deploy/puppet/manifests/site.pp
----------------------------------------------------------------------
diff --git a/bigtop-deploy/puppet/manifests/site.pp b/bigtop-deploy/puppet/manifests/site.pp
index 94cda7b..805dbef 100644
--- a/bigtop-deploy/puppet/manifests/site.pp
+++ b/bigtop-deploy/puppet/manifests/site.pp
@@ -15,7 +15,7 @@
 
 require bigtop_util
 $puppet_confdir = get_setting("confdir")
-$default_yumrepo = "http://bigtop01.cloudera.org:8080/view/Hadoop%200.23/job/Bigtop-23-matrix/label=centos5/lastSuccessfulBuild/artifact/output/"
+$default_yumrepo = "http://bigtop01.cloudera.org:8080/view/Releases/job/Bigtop-0.8.0/label=centos6/6/artifact/output/"
 $extlookup_datadir="$puppet_confdir/config"
 $extlookup_precedence = ["site", "default"]
 $jdk_package_name = extlookup("jdk_package_name", "jdk")