1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-19 01:05:15 +03:00
Alpine packages build scripts
Find a file
Natanael Copa 9b6425b05c scripts/mkimg.standard.sh: remove nomodeset
The nomodeset was used to make it easy to test alpine with qemu -curses,
but it causes problems for users so we remove it.

fixes #11665
2020-06-18 15:43:38 +00:00
.githooks
.github github: lockdown do not lock prs 2020-01-03 22:53:35 +00:00
.travis
community community/wireguard-lts: rebuild against kernel 5.4.47-r0 2020-06-18 14:54:31 +00:00
main main/zfs-lts: rebuild against kernel 5.4.47-r0 2020-06-18 14:54:32 +00:00
non-free non-free/urbanterror: new aport 2020-05-21 08:54:24 +00:00
scripts scripts/mkimg.standard.sh: remove nomodeset 2020-06-18 15:43:38 +00:00
testing testing/kubernetes: kubelet was not included in the package. Fixed 2020-06-18 12:46:15 +00:00
unmaintained testing/py3-netdisco: move from unmaintained 2020-06-17 18:26:49 -03:00
.drone.yml
.editorconfig
.gitignore
.gitlab-ci.yml ci: use clone instead of fetch 2020-02-15 10:41:53 +00:00
.mailmap mailmap/email: change my email-address 2020-03-23 09:51:53 +00:00
.travis.yml
CODINGSTYLE.md Document policy to end all cases with ;; 2020-05-30 10:48:38 +00:00
README.md Update README.md to reflect usage of GitLab 2019-11-20 10:38:28 +01: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) and GitHub (via Travis and Drone.io).

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