Zero Down Time - Alpine repository
Go to file
Stefan Reimer 60e3a56d4c fix: use random workdir to allow parallel and prevent tainted runs 2022-08-31 18:55:27 +02:00
v3.15 Add openvpn_exporter 2022-06-20 13:04:42 +02:00
v3.16 Feat: latest aws-neuron-driver, nvidia-gpu alpha support 2022-08-31 15:51:59 +02:00
.gitignore feat: update various packages to v3.16.2 2022-08-16 14:41:09 +02:00
LICENSE Initial commit 2021-11-12 17:26:10 +00:00
Makefile fix: use random workdir to allow parallel and prevent tainted runs 2022-08-31 18:55:27 +02:00
README.md feat: update various packages to v3.16.2 2022-08-16 14:41:09 +02:00

README.md

Alpine Linux aports repository

This repository contains the APKBUILD files for each and every Alpine Linux package, along with the required patches and scripts, if any.

It also contains some extra files and directories related to testing (and therefore, building) those packages on GitLab (via GitLab CI).

If you want to contribute, please read the contributor guide and feel free to either submit a git patch on the Alpine aports mailing list (~alpine/aports@lists.alpinelinux.org), or to submit a merge request on GitLab.

Git Hooks

You can find some useful git hooks in the .githooks directory. To use them, run the following command after cloning this repository:

git config --local core.hooksPath .githooks