From 9e931e5a6635eaf16b6ddb3a5e1763f0d53165ea Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Tue, 10 Sep 2024 11:29:07 -0400 Subject: [PATCH] README: update and fix references --- README.md | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 852d3b4..24fdd2a 100644 --- a/README.md +++ b/README.md @@ -1,31 +1,31 @@ # iports -Upstream: https://codeberg.org/ilot/iports +Upstream: https://forge.ilot.io/ilot/iports ## 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 CI. 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 Forgejo-backed Alpine +repository. -Branches are matched to Alpine releases. +Branches are matched to Alpine latest released. ## Repositories -You can browse all the repositories at https://codeberg.org/ilot/iports +You can browse all the repositories at https://forge.ilot.io/ilot/iports/packages 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://forge.ilot.io/api/packages/ilot/alpine/v3.20/backports ``` Aports from the official Alpine repositories backported from edge. #### Ilot ``` -https://lab.ilot.io/ayakael/repo-apk/-/raw/edge/user +https://forge.ilot.io/api/packages/ilot/alpine/v3.20/backports ``` Aports that have yet to be (or may never be) upstreamed to the official @@ -33,11 +33,11 @@ aports and that are used by ilot coop. ## How to use -Add security key of the repo-apk repository to your /etc/apk/keys: +Add security key of the 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 +curl -JO https://forge.ilot.io/api/packages/ilot/alpine/key ``` Add repositories that you want to use (see above) to `/etc/apk/repositories`. @@ -51,8 +51,8 @@ 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 Codeberg here: -https://codeberg.org/ilot/iports/issues +you can do so on Forge here: +https://forge.ilot.io/ilot/iports/issues For packages that are in backports, bug reports and merge requests should be done on Alpine's aports repo instance: @@ -60,4 +60,3 @@ https://gitlab.alpinelinux.org/alpine/aports ## License This readme, abuilds and support scripts are licensed under MIT License. -