aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-08-25 16:37:43 -0400
committerDrew DeVault <sir@cmpwn.com>2018-08-25 16:37:43 -0400
commitafdca18443682611c60552820158b7fa398d584c (patch)
tree0e98866c4075cd2bf57f3c9de633cccd545fab71
parent5ace061bff5ed0d57e60e7ae7fa98c9fb007166f (diff)
downloadsr.ht-docs-afdca18443682611c60552820158b7fa398d584c.tar.gz
Update Alpine manifest docs
-rw-r--r--builds.sr.ht/manifest.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/builds.sr.ht/manifest.md b/builds.sr.ht/manifest.md
index 688496c..bd4a159 100644
--- a/builds.sr.ht/manifest.md
+++ b/builds.sr.ht/manifest.md
@@ -57,7 +57,8 @@ The format is name: url, and the syntax of url varies between images.
- **Alpine** uses `repo-url key-url key-name`, where `repo-url` is the URL of
the package repository and `key-url` is a URL from where the signing key may
be downloaded, and `key-name` is the name of the file written to
- `/etc/apk/keys/`.
+ `/etc/apk/keys/`. If the name of the repo is prefixed with an @, it will use
+ that prefix in apk.
- **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.