Files
gerrit/polygerrit-ui/server.go
Viktar Donich 70222ad0b6 Add CLI flag to run-server.go for local plugins
Allows to map URL requests to local folder structure.
For example, to run against local gerrit-testsite:

/polygerrit-ui/run-server.sh \
  --host=localhost:8080 \
  --scheme=http \
  --plugins=$HOME/gerrit-testsite/plugins/

Change-Id: I20510eb1c2cff93d253aa9f7f38bc42f59f557e9
2017-02-09 09:09:27 -08:00

3.9 KiB