From 79fe6fc022817b0fab9d491d9351ea388b67e2a8 Mon Sep 17 00:00:00 2001 From: Khai Do Date: Mon, 8 Aug 2016 10:47:05 -0700 Subject: [PATCH] Upgrade gerrit on review-dev.o.o This upgrade does not require a reindex. It will pull in the following changes: 277538 Append submitted info to the change REST endpoint. 267927 Remove required access permission to list account emails 340157 Update Google gson library to 2.3.1 345540 Add rel=nofollow parameter to links in comments 311903 Use maven repos for bouncy castle resources 260324 Add syntax highlighting support for puppet Change-Id: I81553738f4cbbcdc3db9bd02325f0e254d9f4289 --- 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 82bab3cfba..17324ab7b0 100644 --- a/modules/openstack_project/manifests/review_dev.pp +++ b/modules/openstack_project/manifests/review_dev.pp @@ -60,7 +60,7 @@ class openstack_project::review_dev ( ssh_replication_rsa_pubkey_contents => $ssh_replication_rsa_pubkey_contents, email => 'review-dev@openstack.org', war => - 'http://tarballs.openstack.org/ci/gerrit/gerrit-v2.11.4.11.a14450f.war', + 'http://tarballs.openstack.org/ci/gerrit/gerrit-v2.11.4.22.e0c0f29.war', contactstore => $contactstore, contactstore_appsec => $contactstore_appsec, contactstore_pubkey => $contactstore_pubkey,