From 70e5057247e70a1a53d495fcbf01f7c71026a76e Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Fri, 8 Dec 2023 03:40:47 +0000 Subject: [PATCH] Update README.md --- README.md | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index ce0ef3c..ae24788 100644 --- a/README.md +++ b/README.md @@ -19,37 +19,26 @@ Affixed to each repository description is the appropriate link for use in #### Backports ``` -https://lab.ilot.io/ayakael/repo-apk/-/raw/v3.18/backports +https://lab.ilot.io/ayakael/repo-apk/-/raw/edge/backports ``` -Aports from the official Alpine repositories backported from edge to v3.18. +Aports from the official Alpine repositories backported from edge. #### User ``` -https://lab.ilot.io/ayakael/repo-apk/-/raw/v3.18/user +https://lab.ilot.io/ayakael/repo-apk/-/raw/edge/user ``` Aports that have yet to be (or may never be) upstreamed to the official aports. -#### Testing/Community -``` -https://lab.ilot.io/ayakael/repo-apk/-/raw/v3.18/community -https://lab.ilot.io/ayakael/repo-apk/-/raw/v3.18/testing -``` - -Aports that have already been upstreamed are kept here for three reasons: -* Facilitate keeping track of packages that I support -* Upgrades are first deployed here for first batch of testing -* Make packages that are in 'testing' available for stable releases - ## How to use Add security key of the repo-apk repository to your /etc/apk/keys: ```shell cd /etc/apk/keys -wget https://lab.ilot.io/ayakael/repo-apk/-/raw/v3.18/antoine.martin@protonmail.com-5b3109ad.rsa.pub +wget https://lab.ilot.io/ayakael/repo-apk/-/raw/edge/antoine.martin@protonmail.com-5b3109ad.rsa.pub ``` Add repositories that you want to use (see above) to `/etc/apk/repositories`.