1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-09-17 14:57:22 +03:00
mobile-nixos/doc
Samuel Dionne-Riel 00f81fa95c boot/init: Handle hung tasks
The way we're handling them is to have a global timer that is reset at
any point a task is ran.

This gives a maximum amount of chances to any task to have its
dependencies resolve.

A minimum of 60s is given, but in reality the chances are the conditions
for trying to resolve were already present before the timeout started
counting towards that particular dependency.

Note that a long running task, when successfully ran, does not cause the
timeout to be reached.

E.g. at 10s of timeout a task is started, the loop is not executed until
the task exits. When it exits the branch followed is for a task that
ran, which means that even if the task took 70s total (which gives us 80
seconds) a timeout of 60s wouldn't apply here.

Though, please, don't make your tasks take that much time to run!
2020-11-07 20:13:31 -05:00
..
_support doc: Handle eval issues coming from "default" values 2020-09-29 17:31:18 -04:00
in-depth boot/init: Handle hung tasks 2020-11-07 20:13:31 -05:00
.gitignore doc: Adds documentation and documentation support 2019-11-15 22:02:06 -05:00
about.adoc doc: Add about page 2020-05-04 19:29:31 -04:00
boot_process.adoc s/boot-gui/boot-recovery-menu/g 2020-10-27 15:23:40 -04:00
default.nix doc: Copy svg files, too, but not source svg files 2020-05-14 17:10:34 -04:00
getting-started.adoc doc: Add link to contributing guide in getting started 2020-04-29 18:02:34 -04:00
pkgs.nix doc/pkgs.nix: Use <nixpkgs> rather than hardcoded channel 2020-09-29 17:30:40 -04:00
porting-guide.adoc doc: Add menuconfig notes in the emrbyonic porting guide 2020-03-27 16:36:15 -04:00
README.md doc: Updates internal documentation notes 2019-11-15 22:02:10 -05:00
resources.adoc doc: Add link to README in resources 2020-04-06 19:57:23 -04:00

Documentation internal notes

This document is not to be generated into the website/documentation.


Implementation notes

This documentation folder generates the Mobile NixOS website and documentation as a whole.

The documentation is to be written in asciidoc, and converted through a custom pipeline through the Asciidoctor API. Markdown files are accepted in the pipeline, but frowned upon except for the simplest documentation articles.

The build pipeline can be improved upon, and contributions doing so are welcome!

Main Page and News

To reduce the amount of irrelevant contents in the documentation folders, the main page, and news entries from the Mobile NixOS website have been split into the Mobile NixOS website repository.

This also allows more leeway to add additional non-documentation relevant pages to the website. The documentation folder of the main repository is used solely for documentation.

Devices list

The devices folder is special and assumes it will be replaced in-place with asciidoc source files generated from a build outside of the main documentation build. This is because it is generated from the actual device descriptions from the repository.

Sitemap

The sitemap is simply a dump of all document files and "catalogs" from as parsed by Asciidoctor.