From fd5f3db501dd4fcc054ff182c4336c3e073a11d6 Mon Sep 17 00:00:00 2001 From: Ronan Date: Wed, 4 Jan 2017 10:02:36 +0100 Subject: add local fetch to easily test local modification * add "make localFetch" command * a local local fetch can't be push, you must clean and do a regular fetch to push upstream * AGL_GITHUB_FETCH,AGL_GITHUB_EDIT is use to specify the AGL source * AGL_GITHUB_BRANCH is use to choose the AGL doc branch * AGL_SRC is use to specify the AGL github user * AGL_GERRIT_BRANCH is use to choose the AGL gerrit doc branch * Usage: - make fetch: fetch the site if necessary - make localFetch: fetch the site if necessary but use local file. So just use "make localFetch" instead on "make fetch" to do a local fetch Signed-off-by: Ronan --- conf/AppDefaults.js | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/AppDefaults.js') diff --git a/conf/AppDefaults.js b/conf/AppDefaults.js index 3c34166..5fbc9a8 100644 --- a/conf/AppDefaults.js +++ b/conf/AppDefaults.js @@ -34,6 +34,7 @@ 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%", + AGL_GERRIT_BRANCH : "master", LAST: undefined }; -- cgit