aboutsummaryrefslogtreecommitdiffstats
path: root/gerrit
AgeCommit message (Collapse)AuthorFilesLines
2020-05-04gerrit: Update to 2.16.18Harald Welte1-1/+1
Change-Id: I2979d892b38c6a7729fe2b39ad240e0a66323284
2020-02-16update gerrit to 2.16.16Harald Welte1-1/+1
We want to stay on the 2.16.x branch so we cannot use 'lastest' Change-Id: I20d81678a2d759bb3ac2a31945e684bf4065a8ff
2018-12-11cosmetic: gerrit: use variables for the files to patchOliver Smith1-4/+9
Make the code more readable, and make it easier to update the paths if they should change again. Change-Id: I285f7908de64f2d92fa99ae9d74fb2e29ec72771
2018-12-11gerrit: fix libopenid pathOliver Smith1-4/+4
Update the path to libopenid.jar, to fix the following error and make the container build again. This change is necessary, because we are patching a file inside "gerrit.war", and the path to that file has been changed upstream. Step 4/8 : RUN unzip /var/gerrit/bin/gerrit.war WEB-INF/lib/gerrit-openid-libopenid.jar ... ---> Running in 815585d87fdd Archive: /var/gerrit/bin/gerrit.war caution: filename not matched: WEB-INF/lib/gerrit-openid-libopenid.jar Change-Id: Iaed2429a776ae587043dc2651293bb354fceeb72
2018-06-03Makefile support for our production infrastructure containersHarald Welte2-0/+4
Change-Id: I901e340d2c5c1e002ecc7efa4570d58ccb7b9229
2018-04-24Add Dockerfile for gerrit and monkey patchHolger Hans Peter Freyther2-0/+29
The openid support doesn't allow to add custom providers but we like the convenience of a single click. Take the official docker image and patch the HTML template. It seems to have changed little over the time, and it might continue like that... I have filed https://bugs.chromium.org/p/gerrit/issues/detail?id=8828 so that we can drop this hack in the future... Change-Id: I713948fbb93355c2e33e3b92969e2389cb88c938