From 85d015213b015ec82d102ccfcbae0c6c4669978e Mon Sep 17 00:00:00 2001 From: Stéphane Desneux Date: Thu, 6 Dec 2018 19:51:01 +0100 Subject: tocs: forward port from master branch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit ports the adjustments recently made on master branch to the master-next branch, while keeping changes related to doc reorganization. Change-Id: I3d222bba1151bf0dd9136bed95a88bb2de9bdc24 Signed-off-by: Stéphane Desneux --- content/tocs/architecture/fetched_files.yml | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'content/tocs/architecture') diff --git a/content/tocs/architecture/fetched_files.yml b/content/tocs/architecture/fetched_files.yml index 5903a18..b57d5d2 100644 --- a/content/tocs/architecture/fetched_files.yml +++ b/content/tocs/architecture/fetched_files.yml @@ -5,8 +5,8 @@ # # REPOSITORY ENTRY: # - -# url_fetch : gitweb fetch URL (format string with token %repo% %commit% %source%, defined in configuration) -# url_edit : gitweb edut URL (format string with token %repo% %commit% %source%, defined in configuration) +# url_fetch: gitweb fetch URL (format string with token %repo% %commit% %source%, defined in configuration) +# url_edit: gitweb edut URL (format string with token %repo% %commit% %source%, defined in configuration) # git_name: repository name (%repo%) # git_commit: git reference: revision, SHA1, branch... (%commit%) # src_prefix: prefix prepended to %source% @@ -37,11 +37,11 @@ # ------------------------------------ ############################################################################################################## -url_fetch : "AGL_GITHUB_FETCH" -url_edit : "AGL_GITHUB_EDIT" -git_commit : "AGL_GITHUB_BRANCH" -#git_commit : # default defined in _tocs/xxxx/latest.yml -#dst_prefix : # destination_path = destination_prefix + (document.destination || document.source) +#git_commit: # default defined in _tocs/xxxx/latest.yml +#dst_prefix: # destination_path = destination_prefix + (document.destination || document.source) + +url_fetch: GERRIT_FETCH +git_commit: AGL_GERRIT_BRANCH repositories: - @@ -51,9 +51,11 @@ repositories: - source: agl_spec_v1.0_final.pdf - - git_name : "automotive-grade-linux/docs-sources" - git_commit: master-next - src_prefix : docs/security-blueprint + url_fetch: AGL_GITHUB_FETCH + url_edit: AGL_GITHUB_EDIT + git_name: automotive-grade-linux/docs-sources + git_commit: AGL_GITHUB_BRANCH + src_prefix: docs/security-blueprint dst_prefix: security documents: - source: README.md -- cgit From e08631ee7612e164474257485617361eddee3ed4 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Fri, 21 Dec 2018 09:22:30 +0100 Subject: Add new section_master yaml files. Change-Id: I8e53a3cb7ca4d1b5b7749b0bf2fe8715a3f240b2 Signed-off-by: Sebastien Douheret --- content/tocs/architecture/section_master.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 content/tocs/architecture/section_master.yml (limited to 'content/tocs/architecture') diff --git a/content/tocs/architecture/section_master.yml b/content/tocs/architecture/section_master.yml new file mode 100644 index 0000000..0ddfe15 --- /dev/null +++ b/content/tocs/architecture/section_master.yml @@ -0,0 +1,21 @@ +url_fetch : "GERRIT_FETCH" +# FIXME: restore line below to switch back on master: +#git_commit : "AGL_GERRIT_BRANCH" +git_commit : "sandbox/benierc/newdocs" + +name: Developer Guides +template: generated_index.html +books: +# FIXME: fix support of pdf source +# - +# id: agl_specifications +# url_fetch: AGL_GITHUB_FETCH +# git_name: automotive-grade-linux/docs-sources +# dst_prefix: AGL_Specifications +# path: docs/agl-specs-book.yml +- + id: security_blueprint + url_fetch: AGL_GITHUB_FETCH + git_name: automotive-grade-linux/docs-sources + dst_prefix: security + path: docs/security-blueprint-book.yml -- cgit From 783a8763bdf440818d4ba61d4b1b511d317cb90f Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Sat, 22 Dec 2018 21:24:36 +0100 Subject: Add missing url_edit and dst_prefix fields Change-Id: I98e44f3b7abe9403d0a1f2eeaa1cec1ef1ff30e1 Signed-off-by: Sebastien Douheret --- content/tocs/architecture/section_master.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'content/tocs/architecture') diff --git a/content/tocs/architecture/section_master.yml b/content/tocs/architecture/section_master.yml index 0ddfe15..7764a1c 100644 --- a/content/tocs/architecture/section_master.yml +++ b/content/tocs/architecture/section_master.yml @@ -16,6 +16,7 @@ books: - id: security_blueprint url_fetch: AGL_GITHUB_FETCH + url_edit: AGL_GITHUB_EDIT git_name: automotive-grade-linux/docs-sources dst_prefix: security path: docs/security-blueprint-book.yml -- cgit From c62f3d3b8a7d996bec5ce181a5b245d792796cc2 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Sat, 22 Dec 2018 21:26:36 +0100 Subject: Remove fetched and toc yaml files (old method) Change-Id: I515d45f197a815bb2b169ba0380ef0e8b7fbc4f8 Signed-off-by: Sebastien Douheret --- content/tocs/architecture/fetched_files.yml | 140 ---------------------------- content/tocs/architecture/toc_dev_en.yml | 106 --------------------- 2 files changed, 246 deletions(-) delete mode 100644 content/tocs/architecture/fetched_files.yml delete mode 100644 content/tocs/architecture/toc_dev_en.yml (limited to 'content/tocs/architecture') diff --git a/content/tocs/architecture/fetched_files.yml b/content/tocs/architecture/fetched_files.yml deleted file mode 100644 index b57d5d2..0000000 --- a/content/tocs/architecture/fetched_files.yml +++ /dev/null @@ -1,140 +0,0 @@ -############################################################################################################## -# GLOBAL DOCUMENT -# : global setting -# repositories: array of objects with documents to fetchd -# -# REPOSITORY ENTRY: -# - -# url_fetch: gitweb fetch URL (format string with token %repo% %commit% %source%, defined in configuration) -# url_edit: gitweb edut URL (format string with token %repo% %commit% %source%, defined in configuration) -# git_name: repository name (%repo%) -# git_commit: git reference: revision, SHA1, branch... (%commit%) -# src_prefix: prefix prepended to %source% -# dst_prefix: prefix prepended to destination name -# documents: array of documents to fetch -# -# DOCUMENT ENTRY: -# source: subpath within repository (%source%) -# destination: local destination filename -# label|title: name within TOC -# edit|editURI: specific edition URI -# -# EXAMPLE: -# ------------------------------------ -# url: "GERRIT_FETCH" -# git_commit: "master" -# repositories: -# - -# git_name: src/foo -# src_prefix: docs -# dst_prefix: foodocs -# documents: -# - source: intro.md -# label: Introduction -# - source: topic/README.md -# destination: topic.md -# label: My Topic -# ------------------------------------ -############################################################################################################## - -#git_commit: # default defined in _tocs/xxxx/latest.yml -#dst_prefix: # destination_path = destination_prefix + (document.destination || document.source) - -url_fetch: GERRIT_FETCH -git_commit: AGL_GERRIT_BRANCH - -repositories: -- - url_fetch: https://wiki.automotivelinux.org/_media/%source% - dst_prefix: AGL_Specifications - documents: - - source: agl_spec_v1.0_final.pdf - -- - url_fetch: AGL_GITHUB_FETCH - url_edit: AGL_GITHUB_EDIT - git_name: automotive-grade-linux/docs-sources - git_commit: AGL_GITHUB_BRANCH - src_prefix: docs/security-blueprint - dst_prefix: security - documents: - - source: README.md - label: Introduction - - source: WhiteBoxArchi.png - label: AGL architecture - - source: annexes/0_Abstract.md - label: Annexes - - source: annexes/ConfigNotes.md - label: Config notes - - source: annexes/todoNotes.md - label: Todo notes - - source: part-1/0_Abstract.md - label: Introduction - - source: part-2/0_Abstract.md - label: Introduction - - source: part-2/1-Image.md - label: Image - - source: part-2/2-Communication-modes.md - label: Communication modes - - source: part-2/3-Consoles.md - label: Consoles - - source: part-3/0_Abstract.md - label: Introduction - - source: part-4/0_Abstract.md - label: Introduction - - source: part-4/1-General.md - label: General - - source: part-4/2-Memory.md - label: Memory - - source: part-4/3-Consoles.md - label: Consoles - - source: part-4/4-Debug.md - label: Debug - - source: part-4/5-FileSystems.md - label: File Systems - - source: part-5/0_Abstract.md - label: Introduction - - source: part-5/1-MAC.md - label: Mandatory Access Control - - source: part-5/2-SystemD.md - label: SystemD - - source: part-5/3-SystemBus.md - label: SystemBus - - source: part-5/4-Services.md - label: System services and daemons - - source: part-5/5-AppFw.md - label: Application Framework - - source: part-5/App-flow.png - label: Application Framework Flow - - source: part-5/6-Utilities.md - label: Utilities - - source: part-5/7-Users.md - label: Users - - source: part-6/0_Abstract.md - label: Introduction - - source: part-6/App_signing_flow.png - label: App Signing Flow - - source: part-6/1-Installation.md - label: Installation - - source: part-6/2-PrivilegeManagement.md - label: Privilege management - - source: part-6/3-Signature.md - label: Signature - - source: part-6/4-Services.md - label: Services - - source: part-7/0_Abstract.md - label: Introduction - - source: part-7/1-BusAndConnectors.md - label: Bus and connectors - - source: part-7/2-Wireless.md - label: Wireless - - source: part-7/3-Cloud.md - label: Cloud - - source: part-8/0_Abstract.md - label: Introduction - - source: part-8/1-FOTA.md - label: FOTA - - source: part-8/2-SOTA.md - label: SOTA - - source: part-9/0_Abstract.md - label: Introduction diff --git a/content/tocs/architecture/toc_dev_en.yml b/content/tocs/architecture/toc_dev_en.yml deleted file mode 100644 index 25c6f36..0000000 --- a/content/tocs/architecture/toc_dev_en.yml +++ /dev/null @@ -1,106 +0,0 @@ -####################################################################### -# WARNING: -# - TOC should reference .HTML and .md (Index OK but Error 404) -# - do not forget to run 'docbuild --tocs' after any changes -# -# -############################ SYNTAX ################################### -# GLOBAL OPTIONS: -# name: TOC (page) title -# template: name of template to use for this page - use 'generated_index.html' if unknown -# children: array of TOC entries -# -# TOC Entry: -# name: TOC entry (level 1) -# children: -# - -# name: optional name for TOC entry (default: use URL FrontMatter info) -# url: Date: Wed, 9 Jan 2019 14:49:38 +0100 Subject: Add yaml files for flounder version Add yaml files for flounder version documentation Uncomment app-afb-test part for apis_services section Add node_modules & package.json in .gitignore Signed-off-by: Frederic Marec --- content/tocs/architecture/section_flounder.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 content/tocs/architecture/section_flounder.yml (limited to 'content/tocs/architecture') diff --git a/content/tocs/architecture/section_flounder.yml b/content/tocs/architecture/section_flounder.yml new file mode 100644 index 0000000..20aa1d6 --- /dev/null +++ b/content/tocs/architecture/section_flounder.yml @@ -0,0 +1,22 @@ +url_fetch : "GERRIT_FETCH" +# FIXME: restore line below to switch back on master: +#git_commit : "AGL_GERRIT_BRANCH" +git_commit : "sandbox/benierc/newdocs" + +name: Developer Guides +template: generated_index.html +books: +# FIXME: fix support of pdf source +# - +# id: agl_specifications-flounder +# url_fetch: AGL_GITHUB_FETCH +# git_name: automotive-grade-linux/docs-sources +# dst_prefix: AGL_Specifications +# path: docs/agl-specs-book.yml +- + id: security_blueprint-flounder + url_fetch: AGL_GITHUB_FETCH + url_edit: AGL_GITHUB_EDIT + git_name: automotive-grade-linux/docs-sources + dst_prefix: security + path: docs/security-blueprint-book.yml -- cgit From ef645c361358270b631f8d0971b8210bed070373 Mon Sep 17 00:00:00 2001 From: Clément Bénier Date: Sun, 24 Feb 2019 18:46:19 +0100 Subject: sections architecture getting started: updated MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Clément Bénier --- content/tocs/architecture/section_flounder.yml | 11 ++++------- content/tocs/architecture/section_master.yml | 11 ++++------- 2 files changed, 8 insertions(+), 14 deletions(-) (limited to 'content/tocs/architecture') diff --git a/content/tocs/architecture/section_flounder.yml b/content/tocs/architecture/section_flounder.yml index 20aa1d6..8f74d2c 100644 --- a/content/tocs/architecture/section_flounder.yml +++ b/content/tocs/architecture/section_flounder.yml @@ -6,13 +6,10 @@ git_commit : "sandbox/benierc/newdocs" name: Developer Guides template: generated_index.html books: -# FIXME: fix support of pdf source -# - -# id: agl_specifications-flounder -# url_fetch: AGL_GITHUB_FETCH -# git_name: automotive-grade-linux/docs-sources -# dst_prefix: AGL_Specifications -# path: docs/agl-specs-book.yml +- + id: agl-specifications + path: https://wiki.automotivelinux.org/_media/agl_spec_v1.0_final.pdf + name: AGL Requirements Specifications - id: security_blueprint-flounder url_fetch: AGL_GITHUB_FETCH diff --git a/content/tocs/architecture/section_master.yml b/content/tocs/architecture/section_master.yml index 7764a1c..2ce9e31 100644 --- a/content/tocs/architecture/section_master.yml +++ b/content/tocs/architecture/section_master.yml @@ -6,13 +6,10 @@ git_commit : "sandbox/benierc/newdocs" name: Developer Guides template: generated_index.html books: -# FIXME: fix support of pdf source -# - -# id: agl_specifications -# url_fetch: AGL_GITHUB_FETCH -# git_name: automotive-grade-linux/docs-sources -# dst_prefix: AGL_Specifications -# path: docs/agl-specs-book.yml +- + id: agl-specifications + path: https://wiki.automotivelinux.org/_media/agl_spec_v1.0_final.pdf + name: AGL Requirements Specifications - id: security_blueprint url_fetch: AGL_GITHUB_FETCH -- cgit From b6b48a138a5100190f33a71a526f774b94514315 Mon Sep 17 00:00:00 2001 From: Clément Bénier Date: Sun, 24 Feb 2019 19:21:40 +0100 Subject: add guppy sections MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Clément Bénier --- content/tocs/architecture/section_guppy.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 content/tocs/architecture/section_guppy.yml (limited to 'content/tocs/architecture') diff --git a/content/tocs/architecture/section_guppy.yml b/content/tocs/architecture/section_guppy.yml new file mode 100644 index 0000000..2ce9e31 --- /dev/null +++ b/content/tocs/architecture/section_guppy.yml @@ -0,0 +1,19 @@ +url_fetch : "GERRIT_FETCH" +# FIXME: restore line below to switch back on master: +#git_commit : "AGL_GERRIT_BRANCH" +git_commit : "sandbox/benierc/newdocs" + +name: Developer Guides +template: generated_index.html +books: +- + id: agl-specifications + path: https://wiki.automotivelinux.org/_media/agl_spec_v1.0_final.pdf + name: AGL Requirements Specifications +- + id: security_blueprint + url_fetch: AGL_GITHUB_FETCH + url_edit: AGL_GITHUB_EDIT + git_name: automotive-grade-linux/docs-sources + dst_prefix: security + path: docs/security-blueprint-book.yml -- cgit From c0fafcb577abb8108490540f7ecfe949a92c7fd0 Mon Sep 17 00:00:00 2001 From: Clément Bénier Date: Sun, 24 Feb 2019 20:05:22 +0100 Subject: reset tocs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Clément Bénier --- content/tocs/architecture/fetched_files.yml | 140 ++++++++++++++++++++++++++++ content/tocs/architecture/toc_dev_en.yml | 106 +++++++++++++++++++++ 2 files changed, 246 insertions(+) create mode 100644 content/tocs/architecture/fetched_files.yml create mode 100644 content/tocs/architecture/toc_dev_en.yml (limited to 'content/tocs/architecture') diff --git a/content/tocs/architecture/fetched_files.yml b/content/tocs/architecture/fetched_files.yml new file mode 100644 index 0000000..b57d5d2 --- /dev/null +++ b/content/tocs/architecture/fetched_files.yml @@ -0,0 +1,140 @@ +############################################################################################################## +# GLOBAL DOCUMENT +# : global setting +# repositories: array of objects with documents to fetchd +# +# REPOSITORY ENTRY: +# - +# url_fetch: gitweb fetch URL (format string with token %repo% %commit% %source%, defined in configuration) +# url_edit: gitweb edut URL (format string with token %repo% %commit% %source%, defined in configuration) +# git_name: repository name (%repo%) +# git_commit: git reference: revision, SHA1, branch... (%commit%) +# src_prefix: prefix prepended to %source% +# dst_prefix: prefix prepended to destination name +# documents: array of documents to fetch +# +# DOCUMENT ENTRY: +# source: subpath within repository (%source%) +# destination: local destination filename +# label|title: name within TOC +# edit|editURI: specific edition URI +# +# EXAMPLE: +# ------------------------------------ +# url: "GERRIT_FETCH" +# git_commit: "master" +# repositories: +# - +# git_name: src/foo +# src_prefix: docs +# dst_prefix: foodocs +# documents: +# - source: intro.md +# label: Introduction +# - source: topic/README.md +# destination: topic.md +# label: My Topic +# ------------------------------------ +############################################################################################################## + +#git_commit: # default defined in _tocs/xxxx/latest.yml +#dst_prefix: # destination_path = destination_prefix + (document.destination || document.source) + +url_fetch: GERRIT_FETCH +git_commit: AGL_GERRIT_BRANCH + +repositories: +- + url_fetch: https://wiki.automotivelinux.org/_media/%source% + dst_prefix: AGL_Specifications + documents: + - source: agl_spec_v1.0_final.pdf + +- + url_fetch: AGL_GITHUB_FETCH + url_edit: AGL_GITHUB_EDIT + git_name: automotive-grade-linux/docs-sources + git_commit: AGL_GITHUB_BRANCH + src_prefix: docs/security-blueprint + dst_prefix: security + documents: + - source: README.md + label: Introduction + - source: WhiteBoxArchi.png + label: AGL architecture + - source: annexes/0_Abstract.md + label: Annexes + - source: annexes/ConfigNotes.md + label: Config notes + - source: annexes/todoNotes.md + label: Todo notes + - source: part-1/0_Abstract.md + label: Introduction + - source: part-2/0_Abstract.md + label: Introduction + - source: part-2/1-Image.md + label: Image + - source: part-2/2-Communication-modes.md + label: Communication modes + - source: part-2/3-Consoles.md + label: Consoles + - source: part-3/0_Abstract.md + label: Introduction + - source: part-4/0_Abstract.md + label: Introduction + - source: part-4/1-General.md + label: General + - source: part-4/2-Memory.md + label: Memory + - source: part-4/3-Consoles.md + label: Consoles + - source: part-4/4-Debug.md + label: Debug + - source: part-4/5-FileSystems.md + label: File Systems + - source: part-5/0_Abstract.md + label: Introduction + - source: part-5/1-MAC.md + label: Mandatory Access Control + - source: part-5/2-SystemD.md + label: SystemD + - source: part-5/3-SystemBus.md + label: SystemBus + - source: part-5/4-Services.md + label: System services and daemons + - source: part-5/5-AppFw.md + label: Application Framework + - source: part-5/App-flow.png + label: Application Framework Flow + - source: part-5/6-Utilities.md + label: Utilities + - source: part-5/7-Users.md + label: Users + - source: part-6/0_Abstract.md + label: Introduction + - source: part-6/App_signing_flow.png + label: App Signing Flow + - source: part-6/1-Installation.md + label: Installation + - source: part-6/2-PrivilegeManagement.md + label: Privilege management + - source: part-6/3-Signature.md + label: Signature + - source: part-6/4-Services.md + label: Services + - source: part-7/0_Abstract.md + label: Introduction + - source: part-7/1-BusAndConnectors.md + label: Bus and connectors + - source: part-7/2-Wireless.md + label: Wireless + - source: part-7/3-Cloud.md + label: Cloud + - source: part-8/0_Abstract.md + label: Introduction + - source: part-8/1-FOTA.md + label: FOTA + - source: part-8/2-SOTA.md + label: SOTA + - source: part-9/0_Abstract.md + label: Introduction diff --git a/content/tocs/architecture/toc_dev_en.yml b/content/tocs/architecture/toc_dev_en.yml new file mode 100644 index 0000000..25c6f36 --- /dev/null +++ b/content/tocs/architecture/toc_dev_en.yml @@ -0,0 +1,106 @@ +####################################################################### +# WARNING: +# - TOC should reference .HTML and .md (Index OK but Error 404) +# - do not forget to run 'docbuild --tocs' after any changes +# +# +############################ SYNTAX ################################### +# GLOBAL OPTIONS: +# name: TOC (page) title +# template: name of template to use for this page - use 'generated_index.html' if unknown +# children: array of TOC entries +# +# TOC Entry: +# name: TOC entry (level 1) +# children: +# - +# name: optional name for TOC entry (default: use URL FrontMatter info) +# url: Date: Mon, 25 Feb 2019 11:58:36 +0100 Subject: docs-source switch to master-next MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Clément Bénier --- content/tocs/architecture/section_master.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'content/tocs/architecture') diff --git a/content/tocs/architecture/section_master.yml b/content/tocs/architecture/section_master.yml index 2ce9e31..fd4fe17 100644 --- a/content/tocs/architecture/section_master.yml +++ b/content/tocs/architecture/section_master.yml @@ -14,6 +14,7 @@ books: id: security_blueprint url_fetch: AGL_GITHUB_FETCH url_edit: AGL_GITHUB_EDIT + git_commit: master-next git_name: automotive-grade-linux/docs-sources dst_prefix: security path: docs/security-blueprint-book.yml -- cgit From 5e8034c5d4baca055ea423559993ac34d37c33cc Mon Sep 17 00:00:00 2001 From: Clément Bénier Date: Mon, 11 Mar 2019 18:07:08 +0100 Subject: architecture section: add git_commit master-next MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - remove sandbox/benierc/newdocs Signed-off-by: Clément Bénier --- content/tocs/architecture/section_flounder.yml | 2 +- content/tocs/architecture/section_guppy.yml | 2 +- content/tocs/architecture/section_master.yml | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) (limited to 'content/tocs/architecture') diff --git a/content/tocs/architecture/section_flounder.yml b/content/tocs/architecture/section_flounder.yml index 8f74d2c..e38fb76 100644 --- a/content/tocs/architecture/section_flounder.yml +++ b/content/tocs/architecture/section_flounder.yml @@ -1,7 +1,6 @@ url_fetch : "GERRIT_FETCH" # FIXME: restore line below to switch back on master: #git_commit : "AGL_GERRIT_BRANCH" -git_commit : "sandbox/benierc/newdocs" name: Developer Guides template: generated_index.html @@ -14,6 +13,7 @@ books: id: security_blueprint-flounder url_fetch: AGL_GITHUB_FETCH url_edit: AGL_GITHUB_EDIT + git_commit: master-next git_name: automotive-grade-linux/docs-sources dst_prefix: security path: docs/security-blueprint-book.yml diff --git a/content/tocs/architecture/section_guppy.yml b/content/tocs/architecture/section_guppy.yml index 2ce9e31..9e20d2f 100644 --- a/content/tocs/architecture/section_guppy.yml +++ b/content/tocs/architecture/section_guppy.yml @@ -1,7 +1,6 @@ url_fetch : "GERRIT_FETCH" # FIXME: restore line below to switch back on master: #git_commit : "AGL_GERRIT_BRANCH" -git_commit : "sandbox/benierc/newdocs" name: Developer Guides template: generated_index.html @@ -14,6 +13,7 @@ books: id: security_blueprint url_fetch: AGL_GITHUB_FETCH url_edit: AGL_GITHUB_EDIT + git_commit: master-next git_name: automotive-grade-linux/docs-sources dst_prefix: security path: docs/security-blueprint-book.yml diff --git a/content/tocs/architecture/section_master.yml b/content/tocs/architecture/section_master.yml index fd4fe17..9e20d2f 100644 --- a/content/tocs/architecture/section_master.yml +++ b/content/tocs/architecture/section_master.yml @@ -1,7 +1,6 @@ url_fetch : "GERRIT_FETCH" # FIXME: restore line below to switch back on master: #git_commit : "AGL_GERRIT_BRANCH" -git_commit : "sandbox/benierc/newdocs" name: Developer Guides template: generated_index.html -- cgit