2023-11-13 09:33:28 -05:00
|
|
|
# builder
|
|
|
|
|
|
|
|
Build tools for packaging in Qubes OS.
|
|
|
|
|
|
|
|
## Table of Contents
|
|
|
|
|
|
|
|
* [Description](#description)
|
|
|
|
* [Installation](#installation)
|
|
|
|
* [Usage](#usage)
|
|
|
|
|
|
|
|
## 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:
|
|
|
|
```sh
|
2024-02-23 10:54:35 -05:00
|
|
|
sudo qubesctl --skip-dom0 --targets=TEMPLATEVMS state.apply utils.tools.builder.core
|
2023-11-13 09:33:28 -05:00
|
|
|
```
|
|
|
|
Install documentation tools on templates:
|
|
|
|
```sh
|
2024-02-23 10:54:35 -05:00
|
|
|
sudo qubesctl --skip-dom0 --targets=TEMPLATEVMS state.apply utils.tools.builder.doc
|
2023-11-13 09:33:28 -05:00
|
|
|
```
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
Standard builder usage, no extra configuration required.
|