Use bazel to set the correct source dir
Change-Id: Ie0aa065b8531ea257eac3199fce4867494aa6df5
This commit is contained in:
@@ -89,7 +89,7 @@ directly from the sources in `polygerrit_ui/app/` instead of from the war:
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
$(bazel info output_base)/external/local_jdk/bin/java \
|
$(bazel info output_base)/external/local_jdk/bin/java \
|
||||||
-DsourceRoot=/path/to/my/checkout \
|
-DsourceRoot=$(bazel info workspace) \
|
||||||
-jar bazel-bin/gerrit.war daemon \
|
-jar bazel-bin/gerrit.war daemon \
|
||||||
-d $GERRIT_SITE \
|
-d $GERRIT_SITE \
|
||||||
--console-log \
|
--console-log \
|
||||||
|
Reference in New Issue
Block a user