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] 1de5d373af
[3] https://review.openstack.org/#/c/268689/

Change-Id: I33102ce76521c5ffc25f83d3d2022f87f9732f18
This commit is contained in:
Khai Do 2016-09-06 14:21:42 -07:00
parent 26d2f1aea0
commit c56cd2c409

View File

@ -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' }