Skip to content

Commit c38ab11

Browse files
committed
Migration: fix indented lists and raw html tables
All raw directives have been removed or replaced by reStructuredText list-tables.
1 parent 0509fcc commit c38ab11

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

developer/building/qubes-builder-v2.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,23 +77,23 @@ To use Qubes OS Builder v2, you need to have a ``builder.yml`` configuration fil
7777
# include configuration relevant for the current release
7878
include:
7979
- example-configs/qubes-os-r4.2.yml
80-
80+
8181
# which repository to use to fetch sources
8282
use-qubes-repo:
8383
version: 4.2
8484
testing: true
85-
85+
8686
# each package built will have local build number appended to package release
8787
# number. It makes it easier to update in testing environment
8888
increment-devel-versions: true
89-
89+
9090
# reduce output
9191
debug: false
92-
92+
9393
# this can be set to true if you do not want sources to be automatically
9494
# fetched from git
9595
skip-git-fetch: false
96-
96+
9797
# executor configuration
9898
executor:
9999
type: docker

0 commit comments

Comments
 (0)