diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-11-09 19:04:34 +0100 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-11-10 14:53:01 +0100 |
commit | 282c03752e70b001ea7fc6e6d41d8f27b26e224b (patch) | |
tree | 41d72333153468cde7961ec4c2db4abb9879aa23 /conf | |
parent | f6fc6e5c28255a60c7d2628c0d814e4f12185b16 (diff) |
webdocs: fix clean
Change-Id: I6b1b6d6b81b91e26848a93d84a72a91f936389e2
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/AppDefaults.js | 3 |
1 files changed, 3 insertions, 0 deletions
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 }; |