From 62c454c37b28b72741a9313df3a4f14be294343e Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Fri, 9 Aug 2024 22:45:48 -0400 Subject: [PATCH] README.md: update for codeberg --- README.md | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index ae24788..54059c4 100644 --- a/README.md +++ b/README.md @@ -1,32 +1,31 @@ -# user-aports -Upstream: https://lab.ilot.io/ayakael/user-aports +# ayports +Upstream: https://codeberg.org/ayakael/ayports ## Description This repository contains aports that are not yet merged in the official Alpine Linux repository or don’t adhere to Alpine polices. Packages are automatically -built using GitLab CI on my own GitLab instance. Once built, they are deployed -to a git-lfs repository, making them available to apk. +built using CI. Once built, they are deployed to a git-lfs repository, making +them available to apk. Branches are matched to Alpine releases. - ## Repositories -You can browse all the repositories at https://lab.ilot.io/ayakael/repo-apk. +You can browse all the repositories at https://codeberg.org/ayakael/ayports Affixed to each repository description is the appropriate link for use in `/etc/apk/repositories`. #### Backports ``` -https://lab.ilot.io/ayakael/repo-apk/-/raw/edge/backports +https://lab.ilot.io/ayakael/repo-apk/-/raw/v3.20/backports ``` Aports from the official Alpine repositories backported from edge. #### User ``` -https://lab.ilot.io/ayakael/repo-apk/-/raw/edge/user +https://lab.ilot.io/ayakael/repo-apk/-/raw/v3.20/user ``` Aports that have yet to be (or may never be) upstreamed to the official @@ -38,7 +37,7 @@ 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/edge/antoine.martin@protonmail.com-5b3109ad.rsa.pub +wget https://lab.ilot.io/ayakael/repo-apk/-/raw/v3.20/antoine.martin@protonmail.com-5b3109ad.rsa.pub ``` Add repositories that you want to use (see above) to `/etc/apk/repositories`. @@ -52,10 +51,10 @@ they will work for you. ## Contribution & bug reports If you wish to contribute to this aports collection, or wish to report a bug, -you can do so on Alpine's GitLab instance here: -https://gitlab.alpinelinux.org/ayakael/user-aports +you can do so on Codeberg here: +https://codeberg.org/ayakael/ayports/issues -For packages that are in testing/community, bug reports and merge requests +For packages that are in backports, bug reports and merge requests should be done on Alpine's aports repo instance: https://gitlab.alpinelinux.org/alpine/aports