From c56cd2c40976f60f364f508fa41c50117f211711 Mon Sep 17 00:00:00 2001 From: Khai Do Date: Tue, 6 Sep 2016 14:21:42 -0700 Subject: [PATCH] upgrade Gerrit's javamelody plugin on review-dev.o.o upgrade Gerrit's javamelody plugin[1] on review-dev.o.o This brings in an upstream change[2] to update javamelody to version 1.60.0 NOTE: Approving this change will kill Gerrit due to a bug, the change to fix[3] this bug is uncommited atm. The way to avoid the bug is to stop Gerrit, approve this change, allow puppet to propogate the update then start Gerrit. [1] http://tarballs.openstack.org/ci/gerrit/plugins/javamelody/javamelody-1de5d37.jar [2] https://gerrit.googlesource.com/plugins/javamelody/+/1de5d373afb1b1edf0647c804a92dc1ce8e96ec2 [3] https://review.openstack.org/#/c/268689/ Change-Id: I33102ce76521c5ffc25f83d3d2022f87f9732f18 --- modules/openstack_project/manifests/review_dev.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/manifests/review_dev.pp b/modules/openstack_project/manifests/review_dev.pp index eb3b282191..48caad6e5b 100644 --- a/modules/openstack_project/manifests/review_dev.pp +++ b/modules/openstack_project/manifests/review_dev.pp @@ -187,7 +187,7 @@ class openstack_project::review_dev ( require => $::project_config::config_dir, } - gerrit::plugin { 'javamelody': version => '3fefa35' } + gerrit::plugin { 'javamelody': version => '1de5d37' } gerrit::plugin { 'delete-project': version => '4b7410c' } gerrit::plugin { 'its-storyboard': version => 'a9cb131' }