mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-12-13 06:55:39 -05:00
Merge branch 'rst' into paragraphs-workaround-2
This commit is contained in:
commit
1154873370
1 changed files with 5 additions and 5 deletions
|
|
@ -77,23 +77,23 @@ To use Qubes OS Builder v2, you need to have a ``builder.yml`` configuration fil
|
||||||
# include configuration relevant for the current release
|
# include configuration relevant for the current release
|
||||||
include:
|
include:
|
||||||
- example-configs/qubes-os-r4.2.yml
|
- example-configs/qubes-os-r4.2.yml
|
||||||
|
|
||||||
# which repository to use to fetch sources
|
# which repository to use to fetch sources
|
||||||
use-qubes-repo:
|
use-qubes-repo:
|
||||||
version: 4.2
|
version: 4.2
|
||||||
testing: true
|
testing: true
|
||||||
|
|
||||||
# each package built will have local build number appended to package release
|
# each package built will have local build number appended to package release
|
||||||
# number. It makes it easier to update in testing environment
|
# number. It makes it easier to update in testing environment
|
||||||
increment-devel-versions: true
|
increment-devel-versions: true
|
||||||
|
|
||||||
# reduce output
|
# reduce output
|
||||||
debug: false
|
debug: false
|
||||||
|
|
||||||
# this can be set to true if you do not want sources to be automatically
|
# this can be set to true if you do not want sources to be automatically
|
||||||
# fetched from git
|
# fetched from git
|
||||||
skip-git-fetch: false
|
skip-git-fetch: false
|
||||||
|
|
||||||
# executor configuration
|
# executor configuration
|
||||||
executor:
|
executor:
|
||||||
type: docker
|
type: docker
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue