qusal/salt/utils/tools/builder
Ben Grande 383c840f2f
doc: lint markdown files
Only way to have a unified markdown syntax is to enforce the wanted
syntax by linting the files. Don't rely on the many markdown syntaxes,
be consistent.
2024-07-04 17:27:31 +02:00
..
core.sls fix: remove extraneous package repository updates 2024-03-18 17:51:36 +01:00
doc.sls fix: remove extraneous package repository updates 2024-03-18 17:51:36 +01:00
README.md doc: lint markdown files 2024-07-04 17:27:31 +02:00

builder

Build tools for packaging in Qubes OS.

Table of Contents

Description

This is not necessary for qubes-builder, it is just a set of useful tools for building packages in UNIX distributions.

Installation

Install builder tools on templates:

sudo qubesctl --skip-dom0 --targets=TEMPLATEVMS state.apply utils.tools.builder.core

Install documentation tools on templates:

sudo qubesctl --skip-dom0 --targets=TEMPLATEVMS state.apply utils.tools.builder.doc

Usage

Standard builder usage, no extra configuration required.