From 282c03752e70b001ea7fc6e6d41d8f27b26e224b Mon Sep 17 00:00:00 2001 From: Stephane Desneux Date: Wed, 9 Nov 2016 19:04:34 +0100 Subject: webdocs: fix clean Change-Id: I6b1b6d6b81b91e26848a93d84a72a91f936389e2 Signed-off-by: Stephane Desneux --- conf/AppDefaults.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf') diff --git a/conf/AppDefaults.js b/conf/AppDefaults.js index 38cd2ad..a87cdf7 100644 --- a/conf/AppDefaults.js +++ b/conf/AppDefaults.js @@ -30,6 +30,9 @@ config = { LANGUAGES: ['en','fr'], //GEM_FILE : "Absolute Path to GemFile when not within DOCS_TOOLS directory" + + GERRIT_FETCH: "https://gerrit.automotivelinux.org/gerrit/gitweb?p=%repo%;a=blob_plain;f=%source%;hb=%commit%", + LAST: undefined }; -- cgit