summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2016-07-11 09:55:42 +0100
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2016-07-11 09:56:44 +0100
commit3c4c66fb389da442a131c3b9af1f8e5ecf7fa519 (patch)
tree534ae0a2bc1231b8c6d1f2b1ae2774c822319094
parentb2dd0a7c18b1ec014790f59c1824f26db49b0144 (diff)
downloadinfrastructure-3c4c66fb389da442a131c3b9af1f8e5ecf7fa519.tar.gz
Upgrade gerrit to 2.12.3
This new version brings bugs and security fixes, see release notes for more info: https://gerrit.googlesource.com/gerrit/+/HEAD/ReleaseNotes/ReleaseNotes-2.12.3.txt Change-Id: I8848c50339994263513362096e2f0126989d5bd4
-rw-r--r--baserock_gerrit/instance-config.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/baserock_gerrit/instance-config.yml b/baserock_gerrit/instance-config.yml
index c4c6030f..767f435e 100644
--- a/baserock_gerrit/instance-config.yml
+++ b/baserock_gerrit/instance-config.yml
@@ -9,7 +9,7 @@
- hosts: gerrit
gather_facts: False
vars:
- GERRIT_VERSION: 2.12.2
+ GERRIT_VERSION: 2.12.3
# Download from http://www.oracle.com/technetwork/java/javase/downloads/server-jre8-downloads-2133154.html
JRE_FILE: server-jre-8u40-linux-x64.tar.gz
@@ -99,8 +99,8 @@
# Bouncy Castle Crypto APIs for Java. The interactive `gerrit init`
# command recommends installing these libraries, and who am I to argue?
- - http://www.bouncycastle.org/download/bcpkix-jdk15on-152.jar
- - http://www.bouncycastle.org/download/bcprov-jdk15on-152.jar
+ - http://repo2.maven.org/maven2/org/bouncycastle/bcpkix-jdk15on/1.52/bcpkix-jdk15on-1.52.jar
+ - http://repo2.maven.org/maven2/org/bouncycastle/bcprov-jdk15on/1.52/bcprov-jdk15on-1.52.jar
- name: install gerrit.config
template: src=gerrit.config dest=/srv/gerrit/etc/gerrit.config