From ec2f1a25ee419b75aa45fc5632038afd66397827 Mon Sep 17 00:00:00 2001 From: Yolanda Robla Date: Fri, 18 Dec 2015 10:08:46 +0100 Subject: [PATCH] Add documentation about how to reload Gerrit HTML Change-Id: Ib626289ac0340cfa0e4f7c8376254ef2adcccd3e --- doc/source/gerrit.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/source/gerrit.rst b/doc/source/gerrit.rst index c8c21db60c..9d53028037 100644 --- a/doc/source/gerrit.rst +++ b/doc/source/gerrit.rst @@ -646,3 +646,11 @@ update queries for account_patch_reviews and starred_changes with: The other update queries can be ignored, since deleting them in many cases would result in loss of legitimate review history. + +Refreshing HTML and CSS configuration +------------------------------------- + +When there is a change in HTML headers, or CSS, this can be applied +without the need of restarting Gerrit. To do that, ssh in the Gerrit +instance, and touch GerritSiteHeader.html and/or GerritSite.css, +under /home/gerrit2/review_site/etc directory.