From afdca18443682611c60552820158b7fa398d584c Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sat, 25 Aug 2018 16:37:43 -0400 Subject: Update Alpine manifest docs --- builds.sr.ht/manifest.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'builds.sr.ht/manifest.md') 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. -- cgit