about summary refs log tree commit diff
path: root/doc/build-helpers
AgeCommit message (Collapse)AuthorFilesLines
2024-01-12Merge remote-tracking branch 'upstream/master' into ↵Chris McDonough2-30/+42
doc-trivial-builders-writetext
2024-01-09doc: polish the docs of `checkpointBuildTools`Bryan Lai1-9/+12
... following suggestions from @phip1611 and @infinisil.
2024-01-08checkpointBuildTools: mkCheckpointedBuild -> mkCheckpointBuildBryan Lai1-1/+1
All other functions are in the form of `*{c,C}heckpointBuild*`, so we deprecate the `mkCheckpointedBuild` function in favor of `mkCheckpointBuild`. Also address some inconsistencies in the docs: some `buildOutput` should actually be `incrementalBuildArtifacts`.
2023-12-29doc: improve documentation for trivial text writing functionsChris McDonough1-16/+262
2023-12-25doc: update mkBinaryCache section with admonitions and conventionsDS1-21/+30
The mkBinaryCache section now follows the convention of using one line per sentence, as well as using admonitions for notes and examples. The example syntax was updated to define a fully-working nix package.
2023-12-23doc: update the appimageTools section content and examples (#276029)Daniel Sidhion1-25/+144
The following changes are made: - Document how `wrapType2` and `wrapType1` are the same thing. - Expand on how `wrapType2` works and additional arguments it uses. - Document `extract` and show how it's used in combination with `wrapType2`. - Provide full working examples using the new admonition syntax.
2023-12-21doc: migrate examples in testers chapter to admonitions (#275791)Daniel Sidhion1-44/+58
2023-12-20doc: add more details on testers.testVersionDS1-20/+31
2023-12-13doc: checkpointBuild: fix wordingmessemar1-1/+1
Co-authored-by: Philipp Schuster <phip1611@gmail.com>
2023-12-12checkpointBuild: doc remove textual description in favor of an integrated ↵Martin Messer1-16/+26
example
2023-12-12doc: checkpointBuild: fix wordingmessemar1-5/+5
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
2023-12-12doc: fix typo in checkpoint build sectionmessemar1-1/+1
Co-authored-by: Markus Partheymueller <markus.partheymueller@cyberus-technology.de>
2023-12-07checkpointBuild: fix whitespaces in documentationMartin Messer1-8/+6
2023-12-07rename: incremental -> checkpointed buildsMartin Messer2-13/+13
2023-12-07doc: add section about checkpointed buildMartin Messer2-0/+29
2023-11-07doc: builders -> build helpers to reduce ambigualtyYueh-Shun Li16-0/+2002