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
|
# iports
|
||||||
Upstream: https://codeberg.org/ilot/iports
|
Upstream: https://forge.ilot.io/ilot/iports
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
This repository contains aports that are not yet merged in the official Alpine
|
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
|
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
|
built using CI. Once built, they are deployed to a Forgejo-backed Alpine
|
||||||
them available to apk.
|
repository.
|
||||||
|
|
||||||
Branches are matched to Alpine releases.
|
Branches are matched to Alpine latest released.
|
||||||
|
|
||||||
## Repositories
|
## 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
|
Affixed to each repository description is the appropriate link for use in
|
||||||
`/etc/apk/repositories`.
|
`/etc/apk/repositories`.
|
||||||
|
|
||||||
#### Backports
|
#### 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.
|
Aports from the official Alpine repositories backported from edge.
|
||||||
|
|
||||||
#### Ilot
|
#### 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
|
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
|
## 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
|
```shell
|
||||||
cd /etc/apk/keys
|
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`.
|
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
|
## Contribution & bug reports
|
||||||
If you wish to contribute to this aports collection, or wish to report a bug,
|
If you wish to contribute to this aports collection, or wish to report a bug,
|
||||||
you can do so on Codeberg here:
|
you can do so on Forge here:
|
||||||
https://codeberg.org/ilot/iports/issues
|
https://forge.ilot.io/ilot/iports/issues
|
||||||
|
|
||||||
For packages that are in backports, 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:
|
should be done on Alpine's aports repo instance:
|
||||||
|
@ -60,4 +60,3 @@ https://gitlab.alpinelinux.org/alpine/aports
|
||||||
|
|
||||||
## License
|
## License
|
||||||
This readme, abuilds and support scripts are licensed under MIT License.
|
This readme, abuilds and support scripts are licensed under MIT License.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue