diff options
author | Stéphane Desneux <stephane.desneux@iot.bzh> | 2018-12-06 20:51:04 +0100 |
---|---|---|
committer | Stéphane Desneux <stephane.desneux@iot.bzh> | 2018-12-06 22:20:09 +0100 |
commit | 8e206b17f8cf27738a83caf2721b4ad6cc6a3bce (patch) | |
tree | f2773ba4eea4995e2c5d52383723f089d40d98ff | |
parent | 85d015213b015ec82d102ccfcbae0c6c4669978e (diff) |
conf/AppDefaults: switch AGL_GITHUB_BRANCH to master-next
"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 <stephane.desneux@iot.bzh>
-rw-r--r-- | conf/AppDefaults.js | 1 |
1 files changed, 1 insertions, 0 deletions
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 }; |