Manual.md: mention other valid `repository`s

This commit is contained in:
classabbyamp 2023-10-02 03:19:49 -04:00
parent 101a1d2f2f
commit 4fa052033a
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 5 additions and 3 deletions

View File

@ -859,12 +859,14 @@ update multiple packages in a second branch without polluting his local reposito
The second way to define a repository is by setting the `repository` variable in
a template. This way the maintainer can define repositories for a specific
package or a group of packages. This is currently used to distinguish between
closed source packages, which are put in the `nonfree` repository and other
packages which are at the root-repository.
certain classes of packages.
The following repository names are valid:
* `nonfree`: Repository for closed source packages.
* `bootstrap`: Repository for xbps-src-specific packages.
* `debug`: Repository for packages containing debug symbols. In almost all cases,
these packages are generated automatically.
* `nonfree`: Repository for packages that are closed source or have nonfree licenses.
<a id="updates"></a>
### Checking for new upstream releases