1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00
Alpine packages build scripts
Find a file
opal hart d7a8392a27 main/dhcpcd: fix rundir and pidfile
dhcpcd does not write a pidfile to /run/dhcpcd.pid; this may have been
true in the past, but now it directly writes files (pid, sock, ...) to
the configured rundir. Configure with --rundir=/run/dhcpcd as Gentoo
ebuild for net-misc/dhcpcd does, and direct the initscript to
/run/dhcpcd/pid for pidfile.
2022-06-27 07:29:07 +00:00
.githooks
.github
.gitlab aports-qa-bot: #alpine-devel is on oftc now 2021-05-22 12:46:13 +00:00
community community/virt-what: upgrade to 1.24 2022-06-26 18:27:09 +00:00
main main/dhcpcd: fix rundir and pidfile 2022-06-27 07:29:07 +00:00
scripts scripts/genrootfs.sh: locked -> invalid password (fixes #10806) 2022-05-23 13:44:52 +00:00
testing testing/py3-simplemediawiki: new aport 2022-06-26 18:10:28 +00:00
unmaintained unmaintained/perl-io-async: move from main 2022-06-25 20:46:48 +02:00
.drone.yml
.editorconfig
.gitattributes gitattributes: set gitlab language for openrc files 2022-05-01 06:05:38 +00:00
.gitignore
.gitlab-ci.yml ci: don't run changed-aports ourselves 2022-04-17 15:27:22 +00:00
.mailmap mailmap: add myself 2021-11-17 15:17:35 +02:00
CODINGSTYLE.md
COMMITSTYLE.md COMMITSTYLE.md: fix styling 2021-01-04 12:26:28 +01:00
README.md README.md: Update mailing list address 2021-09-29 17:27:12 +00:00

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