diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-03-10 14:34:20 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2018-03-10 14:34:20 -0500 |
commit | 7f7e00c428ed030ff4e1898cea17a095e798f952 (patch) | |
tree | f3fc9648c4e0f6e85ba8d5734f8cdea1d80b2ce7 | |
parent | 0c5cb732b5e93a7bce6873b7a3d2ad1d164f9b8c (diff) | |
download | sr.ht-docs-7f7e00c428ed030ff4e1898cea17a095e798f952.tar.gz |
Add debian custom repos
-rw-r--r-- | builds.sr.ht/manifest.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/builds.sr.ht/manifest.md b/builds.sr.ht/manifest.md index 95510cd..871f42e 100644 --- a/builds.sr.ht/manifest.md +++ b/builds.sr.ht/manifest.md @@ -51,8 +51,12 @@ A list of extra repositories to enable with the image's package manager. The format is name: url, and the syntax of url varies between images. - **Arch Linux** uses `url#key-id`, where `url` is the URL of the package -repository and `key-id` is the ID of the published PGP key the packages are -signed with. + repository and `key-id` is the ID of the published PGP key the packages are + signed with. +- **Debian** uses `url distro component key-id`, where `url` is the URL of the + package repository, `distro` is e.g. `jessie` or `stretch`, `component` is + e.g. `main` or `non-free`, and `key-id` is an optional PGP key ID to add to + apt-key. ## sources |