README: update and fix references
This commit is contained in:
parent
eb65b7765a
commit
9e931e5a66
1 changed files with 11 additions and 12 deletions
23
README.md
23
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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue