Files
gerrit/gerrit-launcher
Han-Wen Nienhuys 9f76663fcb Set the workspace root through a JVM property sourceRoot
Before, the workspace root was compiled into the binary. Since our
tests depend on the GerritLauncher, this killed any kind of cross-user
test caching.

For Polygerrit development, run gerrit as

    java -DsourceRoot=/path/to/my/checkout -jar gerrit.war

Change-Id: I3321f26dafeb68bfa924c53b686d066a921803d0
2019-05-17 11:21:53 +02:00
..