Read external gitblit.properties from $GERRIT_SITE/etc

Allows GitBlit plugin to read an external configuration
file to override the one internally stored in the jar.
Simplifies the management of Gerrit+GitBlit setup
by using an external file without having to extract,
modify and then repackage the GitBlit plguin.

gitblit.properties documentation can be found
at the GitBlit project URL http://gitblit.com/properties.html
and should be stored under $GERRIT_SITE/etc.

Without external gitblit.properties configuration
the existing one stored in the GitBlit plugin will
be used as default.

Change-Id: I974c491487eeb6ef8d4b10c3201a575d5b3598d0
2 files changed
tree: c0a688adf8ddb42b07f527609a7ccb74af3d72c3
  1. src/
  2. .gitignore
  3. LICENSE
  4. pom.xml
  5. README