stable

Clone or download

Read-only

Add support for gerrit 2.16 in dev

It's a fresh 2.16 install, I didn't bother doing an upgrade of gerrit in place with migration and all. If you already have gerrit data, you should trash the volume and start over: `docker volume rm tuleap_gerrit-data` How to test: - make start-gerrit Should be self explanatory. You should register a new gerrit server in your interface Part of story #12784 use gerrit 2.16 with tuleap Change-Id: Id92f1dca036b86e645280a7b809967a147b5ed43

Modified Files

Name
M Makefile +9 −6 Go to diff View file
M docker-compose.yml +8 −7 Go to diff View file
A tools/docker/gerrit/Dockerfile +5 −0 Go to diff View file
A tools/docker/gerrit/gerrit.config +33 −0 Go to diff View file
A tools/docker/gerrit/replication.config +5 −0 Go to diff View file
A tools/docker/gerrit/run.sh +29 −0 Go to diff View file
A tools/docker/gerrit/secure.config +2 −0 Go to diff View file
A tools/utils/TuleapDev/GerritSetupCommand.php +285 −0 Go to diff View file
A tools/utils/TuleapDev/RegisterIPCommand.php +58 −0 Go to diff View file
M tools/utils/gerrit_setup/Readme.md +20 −41 Go to diff View file
D tools/utils/gerrit_setup/project.config.tuleap +0 −63 Go to diff View file
D tools/utils/gerrit_setup/setup_gerrit.sh +0 −64 Go to diff View file
A tools/utils/tuleap-dev.php +35 −0 Go to diff View file