blob: c97894d94ee229b1f3133b0d29d99f0fa82eaa5e [file] [log] [blame]
#!/usr/bin/env bash
git config -f "$GERRIT_SITE/etc/gerrit.config" \
operator-alias.change.independson "in_depends-on"
echo "Initializing Gerrit site ..."
java -jar "$GERRIT_SITE/bin/gerrit.war" init -d "$GERRIT_SITE" --batch
echo "Running Gerrit ..."
exec "$GERRIT_SITE"/bin/gerrit.sh run