mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-08-05 13:14:21 -04:00
Document template testing; improve related docs
- Document template testing repos - Introduce dom0 testing repos - Cross-link dom0 and domU testing repo sections - Link to template testing section from related sections - Add pointer to installing templates - Minor improvements and fixes Thanks to @GWeck for pointing out the need for this in: https://forum.qubes-os.org/t/fedora-34-template-available-for-testing/4904/4
This commit is contained in:
parent
41ed804361
commit
0b5e3005c2
4 changed files with 38 additions and 4 deletions
|
@ -65,6 +65,26 @@ older versions has been deemed stable enough. While this limitation can be
|
|||
inconvenient, the benefits outweigh the costs, since it greatly simplifies the
|
||||
testing and reporting process.
|
||||
|
||||
## Templates
|
||||
|
||||
How to test [templates](/doc/templates/):
|
||||
|
||||
* For official templates, enable the `qubes-templates-itl-testing` repository,
|
||||
then [install](/doc/templates/#installing) the desired template.
|
||||
* For community templates, enable the `qubes-templates-community-testing`
|
||||
repository, then [install](/doc/templates/#installing) the desired template.
|
||||
|
||||
To temporarily enable any of these repos, use the `--enablerepo=<repo-name>`
|
||||
option. Example commands:
|
||||
|
||||
```
|
||||
sudo qubes-dom0-update --enablerepo=qubes-templates-itl-testing
|
||||
sudo qubes-dom0-update --enablerepo=qubes-templates-community-testing
|
||||
```
|
||||
|
||||
To enable or disable any of these repos permanently, change the corresponding
|
||||
`enabled` value to `1` in `/etc/yum.repos.d/qubes-templates.repo`.
|
||||
|
||||
## Providing feedback
|
||||
|
||||
Since the whole point of testing software is to discover and fix bugs, your
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue