From 8e206b17f8cf27738a83caf2721b4ad6cc6a3bce Mon Sep 17 00:00:00 2001 From: Stéphane Desneux Date: Thu, 6 Dec 2018 20:51:04 +0100 Subject: conf/AppDefaults: switch AGL_GITHUB_BRANCH to master-next MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "AGL_GITHUB_BRANCH" is the identifier used in fetched_files.yml to indicate the branch to use on docs-sources Change-Id: I04ec0cd5ea389069872e8e3554afe1ef18c82188 Signed-off-by: Stéphane Desneux --- 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 6a9e213..03f0896 100644 --- a/conf/AppDefaults.js +++ b/conf/AppDefaults.js @@ -38,6 +38,7 @@ config = { // alternate url using cgit GERRIT_FETCH: "https://git.automotivelinux.org/%repo%/plain/%source%?h=%commit%", AGL_GERRIT_BRANCH : "master", + AGL_GITHUB_BRANCH : "master-next", LAST: undefined }; -- cgit