aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@iot.bzh>2017-12-02 18:52:36 +0100
committerStephane Desneux <stephane.desneux@iot.bzh>2017-12-02 18:52:36 +0100
commit6a9f6ab83df1bf0fc454bf2762a24629a338491f (patch)
treeba713f7076d7309920a993cfb0ea4ef0ba2e019f /conf
parenteadac17856220d243411fd2efc1824ec905601d3 (diff)
webdocs-agl: fix gerrit url template and use cgit
Bug-AGL: SPEC-1155 Change-Id: I710f5f6c78cf93a6741d219391cc9504553d5702 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'conf')
-rw-r--r--conf/AppDefaults.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/AppDefaults.js b/conf/AppDefaults.js
index 5fbc9a8..43e15b2 100644
--- a/conf/AppDefaults.js
+++ b/conf/AppDefaults.js
@@ -33,7 +33,10 @@ config = {
//GEM_FILE : "Absolute Path to GemFile when not within DOCS_TOOLS directory"
- GERRIT_FETCH: "https://gerrit.automotivelinux.org/gerrit/gitweb?p=%repo%.git;a=blob_plain;f=%source%;hb=%commit%",
+ // content not accessible through gerrit (see SPEC-1155)
+ //GERRIT_FETCH: "https://gerrit.automotivelinux.org/gerrit/gitweb?p=%repo%.git;a=blob_plain;f=%source%;hb=%commit%",
+ // alternate url using cgit
+ GERRIT_FETCH: "https://git.automotivelinux.org/%repo%/plain/%source%?h=%commit%",
AGL_GERRIT_BRANCH : "master",
LAST: undefined